W
wongjoekmeu
Hello All,
I have downloaded a dll, let us say XXX.dll. I use minGW-3.2.0 and
used the pexports.exe and dlltool.exe to create a libXXX.a library. I
created first the .def file using the include .h and the .dll file.
Then using
dlltool I finally created the mingw library. My test program using
this library compiles well and it does not give errors. But when I
execute my program a windows messag dialogs pops up saying that an
entry point is missing of one of the functions in the dll. Does anyone
has any suggestion on what I am doing wrong. Maybe I have done
something wrong ?
I did the following
pexports.exe -h XXX.h XXX.dll > XXX.def
dlltool.exe --input-def XXX.def --output-lib libXXX.a
Many thanks in advance for trying to help me out
pp
I have downloaded a dll, let us say XXX.dll. I use minGW-3.2.0 and
used the pexports.exe and dlltool.exe to create a libXXX.a library. I
created first the .def file using the include .h and the .dll file.
Then using
dlltool I finally created the mingw library. My test program using
this library compiles well and it does not give errors. But when I
execute my program a windows messag dialogs pops up saying that an
entry point is missing of one of the functions in the dll. Does anyone
has any suggestion on what I am doing wrong. Maybe I have done
something wrong ?
I did the following
pexports.exe -h XXX.h XXX.dll > XXX.def
dlltool.exe --input-def XXX.def --output-lib libXXX.a
Many thanks in advance for trying to help me out
pp