Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Registering a dll
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00714269
Message ID:
00714485
Views:
13
I use WSH. I think it may be faster.
oShell = Createobject( "WScript.Shell")
lcfilenew = yourfilename.ocx/dll
lcRunCmd = "regsvr32 /s "+lcfilenew
nResult = oShell.Run( lcRunCmd, 0, .T.)
>I was registering a .dll using regsvr32 called from foxpro with the RUN command , but is it possible to do it in a different way (without using the RUN command)? I mean is there a command to register dlls?
>thank you!!
Dr. Ken A. McGinnis
Healthcare software design
Previous
Reply
Map
View

Click here to load this message in the networking platform