PRB: Error Message Cannot Load 32-bit DLL (164742)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0
- Microsoft Visual FoxPro for Windows 3.0b
- Microsoft Visual FoxPro for Windows 5.0
- Microsoft Visual FoxPro for Windows 6.0
This article was previously published under Q164742 SYMPTOMS
The following error occurs when you attempt to call a function in a 16-bit
DLL that has been registered with the DECLARE-DLL command:
Cannot load 32-bit DLL <path to DLL>
It may also seem to happen in calling the RegFn() function in FoxTools, if
the incorrect syntax is used, after having registered the function with
the DECLARE-DLL command.
STATUS
This behavior is by design. The DECLARE-DLL command should only be used to
register 32-bit DLL functions in FoxPro. To register a function of a 16-
bit DLL, use the RegFn function of the FoxTools.FLL library.
Modification Type: | Major | Last Reviewed: | 12/3/2003 |
---|
Keywords: | kbprb kbprogramming KB164742 |
---|
|