Home > database >  Foxpro at last in the compiled program will have independence from mother foxpro environment operati
Foxpro at last in the compiled program will have independence from mother foxpro environment operati

Time:09-26

Recently downloaded a few source, in the process of operation, always prompt can not find a * * *. The lib files, is very depressed,
So want to ask, foxpro at last in the compiled program will have independence from mother foxpro environment operation

CodePudding user response:

In release of the development of a Visual FoxPro 9.0 executable (.exe) file, you need to consider to release the following file:
1. VFPV9R. DLL/VFPV9T. DLL
VFPV9R. DLL is single-threaded runtime, and VFPV9T. Is multithreaded runtime DLL file, if you use the Visual
FoxPro development program, or is a service. DLL files, must be released at the same time VFPV9T. DLL files,
(2). VFP9Rchs. DLL/VFPV9Rcht. DLL
VFPV9Rchs. DLL is simplified Chinese runtime, VFPV9Rcht. DLL is a traditional Chinese runtime, depending on the operating environment, the two files need to release only one,
(3). GDIPlus. DLL
The files need to be released from the Visual FoxPro 8.0, Visual FoxPro support GDI +, so the Visual FoxPro Image element has the RotateFlipproperty attribute, you can pass this property to rotate, inversion and flip picture,
Support file format is as follows:
. ANI,. BMP, cur, dib,. Emf,. Exif,. GIF/./. GIF animation, gfa. Ico,. JPG/jpeg/. Jpe/. Jfif,, PNG, tif/., tiff, WMF files
Note:
Pointer in Visual FoxPro, pointer, animation and other icon file can be used as ordinary graphics file, for example, you can provide Image Picture attribute specifies a pointer to the animation files, just Image shows the static pointer Image,
(4). MSVCR71. DLL
Visual c + + runtime, it must be issued a document,
(5). The Visual FoxPro 9.0 own ActiveX controls
These ActiveX controls (. Ocx files) are installed in Visual FoxPro 9.0 by default, they can be freely distributed with your application, ActiveX control when using Visual FoxPro OLE container control is added to the form, you may not used in the development of software, as a result, only will be used. Ocx files with your application can be released, these controls help file provided in the MSDN,
MSCOMCtl. Ocx include: ImageCombo ImageList, ListView, ProgressBar, the Slider, StatusBar TabStrip, the Toolbar and TreeView control (note: in 7.0 and previous versions of the file name is Comctl32. Ocx)
MSCOMCt2. Ocx include: Animation, DateTimePicker FlatScrollBar, the MonthView and UpDown control
MCI32. Ocx including: Multimedia controls MCI
MSChrt20. Ocx include: MsChart control
MSCOMM32. Ocx include: MSComm control
MSInet. Ocx include: Microsoft Internet Transfer control
MSMapi32. Ocx include: MAPIMessages and MAPISession controls
MSMask32. Ocx include: Masked Edit controls
MSWinsck. Ocx include: Winsock control
Picclp32. Ocx include: the PictureClip control
Richtx32. Ocx include: RichTextBox control
Sysinfo. Ocx include:
the Sysinfo controls6. VfpOleDB. DLL
This file is in other programming languages and application access Visual FoxPro database and table of OLE DB interfaces, general use less than,
7. Vfpodbc. DLL
Vfpodbc. DLL is ODBC driver (database links), need you,
Today. You used in development of other third party controls

CodePudding user response:

Ask the wrong place,

CodePudding user response:

Thank you, wish you a happy New Year

CodePudding user response:

If is VF6, only need the following dynamic library. (these dynamic library copy to your executable directory)

VFP5. DLL
VFP5_BB. DLL
VFP5CHS. DLL
VFP6R. DLL
VFP6RCHS. DLL
VFP6RENU. DLL
VFP500. DLL
VFPODBC. DLL
VFPOLE50. DLL
  • Related