Hi,
I am calling one DLL by two different processes (Two exe files.) How can i do process to process comunication between two instances of the same dll.
I have to access the window handle here.
I coded like this .. it is not working
#pragma data_seg (".mydata"
HWND hStimWnd1=NULL;
char *test=" ";
#pragma data_seg()
In .def file /SECTION:.mydata,RWS
Is there any other way to declare the variables, which can be shared in the process time with the other processes.
Please help me
thanks
Prasad
tiaacus@yahoo.com
I am calling one DLL by two different processes (Two exe files.) How can i do process to process comunication between two instances of the same dll.
I have to access the window handle here.
I coded like this .. it is not working
#pragma data_seg (".mydata"
HWND hStimWnd1=NULL;
char *test=" ";
#pragma data_seg()
In .def file /SECTION:.mydata,RWS
Is there any other way to declare the variables, which can be shared in the process time with the other processes.
Please help me
thanks
Prasad
tiaacus@yahoo.com