View Single Post
  #4  
Old 05-23-2004, 03:51
sgdt
 
Posts: n/a
I think I figured out how to do it. By creating a process and using a memory mapped file and a pair of named events, I should be able bypass DLL_PROCESS_DETATCH's limitations. Have all communications with the hardware take place out-of-process. It involves an extra memcpy, but I think I'll be OK.

Thank you for reading!
Reply With Quote