Thread: loading a dll
View Single Post
Re: loading a dll
Old
  (#4)
Lazy
Member
 
Lazy's Avatar
 
Status: Offline
Posts: 236
Join Date: Jan 2004
Location: Toronto, Ontario, Canada
Default Re: loading a dll - 16-12-2004

Wouldn't it just be easier to use sockets instead of reading/writing files back and forth?
Should be easy enough and you can conserve bandwidth by only sending values that have changed rather than worry about delays, ect when reading a file.

Added: You could also just use the file to write the address of your data and then use Read/WriteProcessMemory to access it from the other program.

Last edited by Lazy; 16-12-2004 at 19:31..
  
Reply With Quote