View Single Post
Old Nov 1st, 2007, 2:39 AM   #1
kurt
Programmer
 
Join Date: Oct 2005
Posts: 72
Rep Power: 4 kurt is on a distinguished road
Using a VC++ .lib file from g++

Hi.

If I have a .lib file which I think most likely compiled from Visual Studio, can I link that .lib in a project that uses g++/ld ?

I am using mingw32 compiler. I checked the manual -- doesn't seems to indicate any restrictions about this.

Is mingw32 a good choice to begin with?

I know the contents and functions within that .lib. What I am trying to do is building it in a non-visual-studio environment.

Thanks.
kurt is offline   Reply With Quote