Re: Cannot load 32-bit DLL "name" (Error 1753)
- From: abdeslam <delba@xxxxxxxxxxx>
- Date: Fri, 04 Aug 2006 22:13:47 +0200
Hi,
Perhaps a missing dependent dll ? Open MyDll.dll with \Program Files\Microsoft Visual Studio\Common\Tools\DEPENDS.EXE to verify.
Abdeslam
beihong@xxxxxxxxx a écrit :
Here is the code. Thanks.
in .cpp:
long __cdecl MyDLLFunction()
{
}
in .def:
LIBRARY MyDll
EXPORTS
MyDLLFunction@1
in VFP:
DECLARE LONG MyDLLFunction IN "J:\Carol\MyDll.dll"
ReturnCode=MyDLLFunction()
Dan Freeman wrote:
Can you post the code that's throwing this error?
Dan
beihong@xxxxxxxxx wrote:
Hi,
I created a dll using MFC AppWizard(dll). I had a test program writen
in VC++ 6. The dll worked fine with the test program. But I got
"Cannot load 32-bit DLL "name" (Error 1753)" in FoxPro. I am new to
VFP. Could anyone shed some light on this? Thanks in advance,
Carol
- References:
- Cannot load 32-bit DLL "name" (Error 1753)
- From: beihong
- Re: Cannot load 32-bit DLL "name" (Error 1753)
- From: Dan Freeman
- Re: Cannot load 32-bit DLL "name" (Error 1753)
- From: beihong
- Cannot load 32-bit DLL "name" (Error 1753)
- Prev by Date: Re: dbf file not a table
- Next by Date: Re: dbf file not a table
- Previous by thread: Re: Cannot load 32-bit DLL "name" (Error 1753)
- Next by thread: "Acrobat Version Problem"
- Index(es):