0 Membres et 1 Invité sur ce sujet
Je ne comprends vraiment pas puisque cette erreur parle d'un fichier main.obj alors que moi le mien s'appelle main.cpp, j'ai du me tromper quelque part quelqu'un a une idée ?
Problem 11: I’m using Visual Studio and get the following error: “1>MSVCRTD.lib(exe_winmain.obj) : error LNK2019: unresolved external symbol _WinMain@16 referenced in function “int __cdecl invoke_main(void)” (?invoke_main@@YAHXZ)”Answer 11: Most likely you’ve created the wrong type of project. Make sure you’re creating a Win32 Console Application, not a Win32 Project.