Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Registering VB DLLS
Message
From
19/09/2000 01:22:39
Jordan Pastourel
Worksafe Management Systems
Toowong, Australia
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Registering VB DLLS
Miscellaneous
Thread ID:
00417953
Message ID:
00417953
Views:
48
I am having troubles getting my VB dll to register in VFP. it is called readflag.dll and contains the class Class1. i try to use the COM object in the following way:

declare Class1 in ReadFlag
obj = createobject("ReadFlag.Class1")

and then try to access the functions using with the following syntax:

obj.resetflags(xxx,xx,xxx)

now this only seems to work if i manually go to run in the Start button and register the .dll file first and then run the program. for some reason the following code does not register the .dll from in the program:

! /N regsvr32 /s "readflag.dll"

shouldn't this work?
Jordan Pastourel
Development Manager
Next
Reply
Map
View

Click here to load this message in the networking platform