S
S
Stasik02011-07-18 21:13:20
C++ / C#
Stasik0, 2011-07-18 21:13:20

MinGW Utils Reimp not recognizing exported functions?

Hi, I'm trying to convert a .lib file made by MSVC to .a for MinGW.
I use the reimp utility from the MinGW utilities.
Unfortunately, it only recognizes exported functions, not types.
This is what he recognizes
_declspec(dllexport) void blabla();
But there is no renaming of types.
_declspec(dllexport) pointerclass pclass_bla_bla;
The type information is in .lib.
What to do? Thanks for the advice!

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question