Hi,
I have a lib file made with MS VC++ which I want to try and port to Dev-C++, which uses the MingW compiler. I tried using the reimp MingW utility on it, but it didn't successfully convert it (no errors, but output file was only a few bytes). This is a C++ lib using classes.
Any ideas on how to convert this lib to a MingW compatible format?
Any help appreciated.