Code:
///////////////////////////////
#include <acknex.h>
#include <default.c>
#include <windows.h>
///////////////////////////////
void main()
{
wait(1);
CreateDirectory("C:\\test", 0);
}


in SED it works fine, but in compiled version engine crashes. What's the matter?
Lite-C free v1.05.5