Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Downloads
Search: 

VFP2C32
Christian Ehlscheid, Edv Ermtraud Gmbh
FLL & more for better Winapi/C integration. ------------------------------------------ ------------------------------------------ ------------------------------------------ ------------------------------------------ ------------------------------------------ ------------------------------------------ ------------------------------------------ ------------------------------------------ ------------------------------------------
Created on
18 years ago
Downloads
2499
File type
Freeware
Rating
4.33/5.00
General information
Rating:
4.33/5.00 (3 rates) Rate this item
Description
2006-03-19: Version 1.0.3.4 uploaded. see changelog.txt for a list of new functions /bugfixes. some features: Memory management API. Memory alteration API. To read/write any C datatype from/into memory. C struct/union converter which can convert C struct/unions of any complexity into Visual FoxPro classes with only a few clicks. An API to manipulate the registry. API to enumerate/control windows services. Conversion functions between FILETIME, SYSTEMTIME and FoxPro date(time)s. Asynchronous notification functions to detect filesystem & registry changes. Enumerate Printer jobs/forms/trays. Enumerate ODBC datasources & drivers. Do math with 64bit integer literals. some functions: ADIREX - extended ADIR AWINDOWS(Ex) - wrapper around EnumWindows, EnumChildWindows, EnumThreadWindows & EnumDesktopWindows GETOPENFILENAME - wrapper around the GetOpenFileName - extended GETFILE GETSAVEFILENAME - almost the same as GETOPENFILENAME ... ADIRECTORYINFO - returns no of subdirectories, files, size of a directory AFILEATTRIBUTES(Ex) - wrapper around GetFileAttributesEx GET(SET)FILETIMES - wrapper around GetFileTime, SetFileTime GETFILESIZE - wrapper around GetFileSize/Ex (dependent on operating system) GET(SET)FILEATTRIBUTES - wrapper around GetFileAttributes/SetFileAttributes GETFILEOWNER - return owner/domain of a file COMPAREFILETIMES - compares last modified date of two files DELETEFILEX - deletes file even if it is readonly DELETEDIRECTORY - deletes a whole directory and all subdirectories (be careful with it) SQLEXECEX - SQLEXEC with more options BINDEVENTSEX - BINDEVENTS to window messages with more options SYNCTOSNTPSERVER - synchronize computer clock with some SNTP time server CREATE(RELEASE)CALLBACKFUNC - JIT assembles a C Callback function many more ...
Created by
Christian Ehlscheid, Edv Ermtraud Gmbh

Comments
Since no help file is included, it would be great to have a sample prg to demo the calling conventions. Vegas Cheng, October 4, 2005

Hi, yes .. the help is almost completly missing .. i'm currently enhancing the example project & intellisense script .. have a look again in the next days .. i'll gonna upload a newer version of the files Christian Ehlscheid, October 4, 2005

Hey! Thanks Christian! Borislav Borissov, October 7, 2005

Add a comment
More downloads created from this member
Christian Ehlscheid, Edv Ermtraud Gmbh
The COM object creates a hidden window on instantiation and fires a COM event on window message reception. New HotKey feature added (register systemwide hotkeys and trap them in your FoxPro application) New Active COM objects feature added. (register any COM object as the active object of it's...
Created on
21 years ago
Downloads
1247
File type