Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Installing a Foxpro DLL to be used by VB
Message
From
23/04/2001 09:25:49
 
 
To
23/04/2001 08:36:06
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00498521
Message ID:
00498552
Views:
10
Hi Christopher,

we are also busy registering fox-dlls. Your DLL must at least contain 1 olepublic class. A simple Foxpro dl than looks as following;

define class as custom olepublic



enddefine

Than you wil be able to build a foxpro DLL using the build option in Foxpro.
The machine on which you built the dll will automatially register itself with that DLL, such a dll can be registered on another machine using
REGSERV32 mydll.dll

If you build a comserver (EXE) and execute that on your machine you have to use a commandline parameter:

mycomserver.exe /REGSERVER

Now the DLL should have been registered.

-- Erwin
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform