Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I register a COM object?
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00578255
Message ID:
00578345
Views:
26
>You can also Drag and Drop your dll on regsvr32.exe to register it.
>This way you dont have to deal with path issues in a dos window...

You can also do:
DECLARE INTEGER DllRegisterServer IN MyCom.DLL
IF DllRegisterServer() = 0
    ? "Registered!"
Else
    ? "Couldn't Register"
Endif
A fish this fine deserves to be a fish nugget styled chunklet.
- Fry
Previous
Reply
Map
View

Click here to load this message in the networking platform