I know my English isn't perfect but I think i understand everything.
I use Codeblocks. I change setting
Console application to
GUI application and replace
int main with:
int WINAPI WinMain(HINSTANCE hThisInstance, HINSTANCE hPrevInstance, LPSTR lpszArgument, int nCmdShowSo do the step linking
libsfml-main.a But the programme don't run.
error: expected initializer before 'WinMain'
int WINAPI WinMain(HINSTANCE hThisInstance, HINSTANCE hPrevInstance, LPSTR lpszArgument, int nCmdShow)
maybe there's some option for your GPU to force some application to run with your GPU.
Where can I find this option ? My workstation is Windows 10.