Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Does VFP6.0 SP3 have any problems with 16 or 32 bit c ap
Message
From
26/08/1999 10:39:06
 
 
To
26/08/1999 10:05:54
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00257888
Message ID:
00257913
Views:
18
>I am trying to call a dll written in c and getting an error that states. "cannot load dll"

VFP6 can't access Win16 DLLs directly - the DECLARE...DLL syntax supports Win32 API calls directly. You may be able to use FoxTools (don't know - haven't tried) or may need to write a Win32 wrapper DLL to get at a Win16 DLL.

VFP can acces most of the C-calling-style DLLs directly as long as no callback is required. You may need to use something to manage structures like Christof Lange's STRUCT class, or my CLSHEAP class, both of which can be downloaded from here on UT.

How are you trying to access the function in the .DLL?
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform