REIMP wont work

Started by
1 comment, last by Hunter_Ex 18 years, 8 months ago
okay i want dev-cpp to work with the latest august sdk from ms i got the sdk and all *.lib and *.h files and i got the REIMP toll from mingw now i use this command in the prompt "reimp -c filename.lib" i should get an equal *.a file then but all i got is a DEF file : ( what is happeing : / hunter_ex
Blekinge Institute of Technology
Twitter [twitter]devmoon[/twitter]
Homepage http://devmoon.se
Stream http://twitch.tv/devmoon
Advertisement
Hi, Hunter_Ex

As far as I know, the libraries in the sdk aren't compatible with dev-cpp. Consider downloading vc++ 2005 express beta 2. It's free, and it will work with the sdk.

This should work,
ProgrammingNerd
iknow that but i like dev-cpp and i got familiar with it :D

and i have seen on the net that they use that way to convert

microsoft *.lib files to mingw *.a files with the REIMP tool

but when i convert i dont get any *.a file only a DEF file from the *.lib

http://nexe.gamedev.net/directKnowledge/default.asp?p=DirectX%20Development%20Using%20DevCpp

Blekinge Institute of Technology
Twitter [twitter]devmoon[/twitter]
Homepage http://devmoon.se
Stream http://twitch.tv/devmoon

This topic is closed to new replies.

Advertisement