Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can anybody help me creating a class
Message
 
 
To
11/08/1998 06:10:08
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00125162
Message ID:
00125746
Views:
12
Satya,

When you do the BUILD DLL on your machine VFP automatically registers the server for you.

I've never built setup disks just for the server. I have a single set of VFP5 setup disk images that sets up the VFP runtime with a simple dummy app. That's what I use to get VFP installed on client machines. When I installed the server I just copied the DLL, TLB and VBR files to the directory and let regsvr32 register it.

REGSVR32 can unregister a server. If you type REGSVR32 /? in the run window it'll display a list of the command line switches.

>With your suggestion , I created DLL. It is working but the only thing that we have to do is is copy the DLL and associated TLB (Type Library) to the client's machine and REGESTER THE DLLs. by issuing command,
>
>REGSVR32 Dllfile
>
>Note : TLB file is must. From VB, go to the project references, and add the reference.
>To check whether the DLL is installed use CLASS BROWSER available in VFP .
>
>The question is My client machine is calling above DLLs correctly, But I doubt that is because I installed OLE Automation server by making DLLs as distributed disks using setup. I checked the (Install OLE Automation Componenets). Now How to delete the OLE Automation server that I distributed.
>
>Without OLE Automation server , Will those DLLs work ?
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform