The information in this article applies to:
SUMMARY
This article describes how you can manually register an OLE server on a
computer that has never had Visual FoxPro 5.0 installed.
MORE INFORMATION
To register an .exe or a .dll custom OLE server, you need to have the
following two files located in the \System directory for Windows 95 or the
\System32 directory for Windows NT on the computer you are installing on:
For Visual FoxPro 6.0:
If you do not have these files, you can obtain them from the computer on
which you have Visual FoxPro installed.
When you build a custom OLE server, the following three files are created:
When trying to register an .exe file, you must have the .exe and the .vbr files. The example below assumes you already have a custom OLE server built and named Oleserver.exe:
Your .exe file should now be registered. Here is an example that shows you how to register a .dll file: When trying to register a .dll file you must have the .dll and .vbr files and have access to a third file, Regsvr32.exe. The example below assumes you already have a custom OLE server built and named Oleserver.dll:
You should get a message box that says "DllRegisterServer in OLEServer.dll succeeded." Your .dll file is now registered. If you do not have Regsvr32.exe in you target machine, you can obtain this file from the Visual FoxPro 5.0 directory. For Visual FoxPro, you can obtain Regsvr32.exe from the Distrib.src directory in the Visual FoxPro directory. NOTE: Manually registering these files is necessary only if you are not using the Visual FoxPro Setup Wizard to install your custom OLE server. Additional query words:
Keywords : kb3rdparty kbinterop kbAutomation kbVFp500 kbVFp600 |
Last Reviewed: July 28, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |