This is my script i have no idea to solve this error Please help me Thank you so much
float angle = 15; float x, y, z; // for polygon rotate voi
As workaround you can add WinMain function from which call main:
WinMain
main
#ifdef _WIN32 int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) { return main(__argc, __argv); } #endif