|
-
Nov 26th, 2007, 12:04 PM
#1
Thread Starter
Hyperactive Member
Singleton ActiveX Exe access from application and WEB?
Hi,
simple question if you would be so kind?
I've singleton ActiveX exe whose primary class is instatiated by another ActiveX exe:
[VBCode]
Dim objX as MyHubb.cApp
Set objX = new MyHubb.cApp
[/VBCode]
I then also create a hook to the same object from a web page (server side ASP) but the Server Side ASP is creating a new running instance of the MyHubb.exe and does NOT hook to the running instance created in the other ActiveX Exe ?
I realise the users creating these objects are different and maybe this is the issue, but if the object is in memory and is singleton, whats the issue ??
Any help muchly appreciated.
Cheers.
Chubby.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|