Hello Mr. Lotter,
there is an issue with the following snippet.
#include <acknex.h>
void main()
{
for (; ; wait(1));
}
the compiler does not reject it (that's correct, it's valid c code) but as soon as the engine starts it gets stuck in an endless loop. The actual engine window never pops up, just the white starter window.