Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Does a DLL by definition use the registry?
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01035247
Message ID:
01035257
Views:
17
This message has been marked as a message which has helped to the initial question of the thread.
>Do all DLLs have to be registered? Is that just part of what a dll is? Are there DLLs that can be used by VFP without being registered?
>


Rodd,

There're two kinds of DLLs that can be used from VFP: Windows DLL and COM DLL. The Windows DLL cannot be registered and DECLARE statement is used to access functions in it. The COM DLL has to be registered in order to be used. In WinXP and Win2k3 it can be "registered" with a manifest file. See http://www.red-gate.com/other/com_without_registration.htm for details.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform