Message 1 of 5
ActiveX DLL loading
Not applicable
01-05-2003
10:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am having a problem getting my ActiveX DLL to load. I am using the
following code:
(setq obj (vlax-create-object "Steel.StlUtil"))
My file is called Steel.dll and i have 2 seperate class files:
Channel(channelform.cls)
StlUtil(utilities.cls)
when I run this code all I get is NIL after.
The dll file works fine when I refenence it inside a Visual Basic EXE
program.
Any help will be appricated
I am new at ActiveX and this my first attempt at this.
I am going to post the DLL fine in customer files NG.
Thanks.
Lenny
following code:
(setq obj (vlax-create-object "Steel.StlUtil"))
My file is called Steel.dll and i have 2 seperate class files:
Channel(channelform.cls)
StlUtil(utilities.cls)
when I run this code all I get is NIL after.
The dll file works fine when I refenence it inside a Visual Basic EXE
program.
Any help will be appricated
I am new at ActiveX and this my first attempt at this.
I am going to post the DLL fine in customer files NG.
Thanks.
Lenny