Ftw! Simpliest way to make song work in intro?
category: general [glöplog]
do know that even if you hate msvc as a development environment, the command line tools are generally well supported by random open source build environments. and msvc's also for free these days.
Yeah, and it's also made by the super-awesome guys at Microsoft! Bill Gates for president!
if you are really sure that you link all the required object files (the unresolved symbols seem to be part of the protracker player), please verify the order in which the files are linked.
the files with the highest number of dependencies should come first, i.e.:
gcc -o bla yourapp.o ptreplayer.a -lwhateverlibs
the files with the highest number of dependencies should come first, i.e.:
gcc -o bla yourapp.o ptreplayer.a -lwhateverlibs
http://pagesperso-orange.fr/franck.charlet/ptkreplay_mingw.zip
Here is the replay crafted for mingw.
Here is the replay crafted for mingw.
did anyone ever meet hitch real life? i mean, is he actually human?!
hitchhikr's guide to mingw
..or just use VC++ ?
VC++ doesn't suck
Pls... Don't try to suggest VC++ 'coz I'm not going to use it... Seriously.. I just hate it. Period. Doesn't matter what you say. ;<
..And thanks to those who have help'd me alot, especially hitch<3