|
-
Apr 25th, 2002, 06:23 AM
#1
Thread Starter
New Member
CreatObject problem
HI, I have a visual basic ActiveX dll (prog.dll) with a class (Class1.cls) and want to run it on an NT machine, i also have a visual basic EXE which i want to run on another machine and it calls functions within Class1 of prog.dll. i tried
CreateObject("prog.Class1", "ServerName")
but it throws an error: that it can't find the server. WHAT should i do???
i have also regsvr32.exe prg.dll on the server!!
do i have to include a reference of the dll in the exe??
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
|