Hi
I want to data share for two Windows Applications.
I create two proyects Windows Applications (EXE) and a Class Proyect (DLL).
Class Proyect: I have a class with methods for use the serial port. The object is declared as 'public static' (The object is MSCOMM. I import it from Visual Studio 6).
Runnig one Windows Application I open the serial port COM1.
Then I run the other Windows Application but I can't open the serial port COM1 because the device is been used for the first application.
I want to load the Class Proyect only one.
Thanks for your time. Sorry for my English, I'm Spanish...
I want to data share for two Windows Applications.
I create two proyects Windows Applications (EXE) and a Class Proyect (DLL).
Class Proyect: I have a class with methods for use the serial port. The object is declared as 'public static' (The object is MSCOMM. I import it from Visual Studio 6).
Runnig one Windows Application I open the serial port COM1.
Then I run the other Windows Application but I can't open the serial port COM1 because the device is been used for the first application.
I want to load the Class Proyect only one.
Thanks for your time. Sorry for my English, I'm Spanish...