[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
If you just compiled `walktest' or `MazeD' or some other executable (or even `scfreg'), run it and get mysterious exits or crashes during startup, it could be caused by the following problem.
I had a precompiled version of the JPEG and PNG dynamic libraries that were compiled with `-Zcrtdll'. And compiled Crystal Space with `-Zsys', that is without EMX C runtime DLLs. For some reason this combination doesn't work until C/C++ compilers and company are resident in memory (if you're using `set GCCLOAD'). So you should either recompile everything with `-Zsys', or recompile everything with `-Zcrtdll', or do a `emxload -q' before running such executables.