Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I register a COM object at run time.
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00839541
Message ID:
00839739
Views:
24
>>I'M confused Where do I get DllRegisterServer()
>Its an extrnal API provided by your friendly Windows operating system! (i think). Hopefully Cheang will correct if I've strayed:-)

Terry,
My understanding is that all self-registering capable DLL server has the following constructs: 1) a new value, "OleSelfRegister", in its version information, 2) an exported funtion DllRegisterServer, and 3) an exported funtion DllUnregisterServer. So, personally I think, when you build your DLL server in VFP, VFP internally adds these constructs into your DLL server.

The same with the /REGSERVER and /UNREGSERVER command line flags for COM EXE.

May be someone can jump in and tell the truth.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform