Hi all,
Is it possible to have two applications accessing the same instance of a DLL. The second one, when tried to create a new instance, will triger the first instance and perform some action there.
Can that happen?
ThnX
Chrys
Printable View
Hi all,
Is it possible to have two applications accessing the same instance of a DLL. The second one, when tried to create a new instance, will triger the first instance and perform some action there.
Can that happen?
ThnX
Chrys
You should rather use an ActiveX .EXE.
It is the same principle as a .dll, but you can have the instance shared among multiple applications.
Ask how!