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:
00714284
Views:
14
>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!!

A dll that registers via RegSvr32 contains two functions for registering and unregistering. They are: DllRegisterServer and DllUnregisterServer. Simply in VFP
DECLARE INTEGER DllRegisterServer IN < dll fully qualified file name>
lnresult = DllRegisterServer()
If it succeeds, the return value will be zero.
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform