building a program with pellesC, source, musictest.c and project file, music-dt.ppj, at http://www.splitreflection.com/cal/SDL/ the resulting exe appears to segfault before getting to my code. Same program built with gcc(different makefile) works fine(other than being a tad annoying). A build of this program for winCE displays simular symptoms.
Read this:
http://smorgasbordet.com/phpBB2/viewtopic.php?t=270
Here is my result, runs fine on my pc. No big unsolvable problem.
Good to know. Thanks.
Pelle
Quote from: "timovjl"Read this:
http://smorgasbordet.com/phpBB2/viewtopic.php?t=270
Including "msvcrt.lib" in the link did it. Still annoying getting a build which crashed before getting to app code, and the solution was totally non-intultive given the errors I was getting before a 'successfull' build. Now, any ideas about simular symptoms on the winCE build?
Ooops, i have compiled it as console program. Thats why it worked with my selfmade ppj file without the msvcrt.dll.