Visual C++ 2012 FatalExecutionEngineError -
i'm making program in visual studio 2012 (i'm using 2012 because 2015 didn't seem have visual aspect c++). i've been getting fatalexecutionengineerror in program when close when i'm using 'winmain' entry point instead of 'main'. tried running without code @ , got same error. have suggestion fixing problem?
note: os windows 7 ultimate
i managed fix it. hadn't included windows.h before , didn't have correct parameters. had it's return type void though apparently requires int.