Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to check that a OLE server was correctly instanciate
Message
From
08/03/2000 14:17:22
Alex Zhadanov
Computer Generated Solutions
New York City, New York, United States
 
 
To
28/02/2000 14:41:12
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00338617
Message ID:
00343372
Views:
21
>In my application, I instanciate a DLL like this:
>
>
Dim loUtility As New dexutility.dexutility
How do I check that the DLL was instanciated correctly? I tried IsObject() and IsNull() and they both give me an error message.
>
>TIA
Can you try to create object using late bindig using such:
dim obj as OBJECT
SET obj = createobject("dexutility.dexutility")
Sometimes it works better than early binding.
Alex
Previous
Reply
Map
View

Click here to load this message in the networking platform