Gweniviere
MIS
Hi peeps,
I have a DLL I created in VFP 9.0 SP2. I added some public properties that I would like to be able to monitor/adjust from a VFP form that resides in the Systray. My question is how do I insure that they app in the systray is accessing the same instance of the DLL that may be called by other apps? These are all on the same local machine.
Right now I can load the monitor app and monitor/adjust the properties, however when I run an app that actually uses the DLL for its intended purpose it seems that it is another instance of the DLL rather than the first one loaded with the applet.
I am compiling the DLL as a mtdll and have the server instancing (Project Info - Server tab) set to Multi Use.
Any help would be most appreciated.
I have a DLL I created in VFP 9.0 SP2. I added some public properties that I would like to be able to monitor/adjust from a VFP form that resides in the Systray. My question is how do I insure that they app in the systray is accessing the same instance of the DLL that may be called by other apps? These are all on the same local machine.
Right now I can load the monitor app and monitor/adjust the properties, however when I run an app that actually uses the DLL for its intended purpose it seems that it is another instance of the DLL rather than the first one loaded with the applet.
I am compiling the DLL as a mtdll and have the server instancing (Project Info - Server tab) set to Multi Use.
Any help would be most appreciated.