lists.zerezo.com
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
***BOGO*** [Mingw-users] using 3rd party MSVC C++ DLL
Hi,
I try to use a 3rd party C++ DLL which was created by MSVC
for MS Windows. The shipped lib files were not suitable for
mingw32-g++ (unresolved symbols), so I created my own using
a handmade def file with aliases to satisfy the compiler +
linker. However, upon execution, MS Windows can't find the
function's entry point (displaying the alias name (!) which
is of course not in the DLL).
Should this work at all? Or is it hopeless anyway?
This is what dumpbin /EXPORTS says about the DLL:
...
?read_image@Falcon@@YAIPAVFobject@1@ABVFTuple@1@@Z
...
This is how my def file aliases look like:
EXPORTS
...
?read_image@Falcon@@YAIPAVFobject@1@ABVFTuple@1@@Z
_ZN6Falcon10read_imageEPNS_7FobjectEPKc =
?read_image@Falcon@@YAIPAVHobject@1@ABVFTuple@1@@Z
...
Thanks for any hint!
Felix
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
MinGW-users mailing list
MinGW-users@xxxxxxxxxxxxxxxxxxxxx
You may change your MinGW Account Options or unsubscribe at:
https://lists.sourceforge.net/lists/listinfo/mingw-users