I'm trying to pas data back and forth between a vb app, and a c++ app.
I have tried several methods:
Through a dll (written in C++), doesn't work because each app has it's
own instances of the variables declared in the dll. Is there a way to
force one instance?
Windows messaging - I could only get it working by broadcast, then it
calls Internet Explorer, and wierd stuff happens.
FileMapping - I'm working on this method now, having trouble with some
of the api's in C.
Can anyone offer any suggestions?
Thanks in Advance
John Norman
I have tried several methods:
Through a dll (written in C++), doesn't work because each app has it's
own instances of the variables declared in the dll. Is there a way to
force one instance?
Windows messaging - I could only get it working by broadcast, then it
calls Internet Explorer, and wierd stuff happens.
FileMapping - I'm working on this method now, having trouble with some
of the api's in C.
Can anyone offer any suggestions?
Thanks in Advance
John Norman
Comment