Hello,

i have a confusing memory problem using multithreading with a .DLL file.



extern "C" __declspec(dllimport) void U_SchallMain(void* args); // include the main from my .DLL file

int...