MSVCRTD.lib(exe_main.obj) : error LNK2019: unresolved external symbol main referenced in function "int __cdecl invoke_main(void)"
tiantian20007 opened this issue · 1 comments
tiantian20007 commented
After setup all the dependency library, I got this link error in visual studio 2017.
tiantian20007 commented
I fix the issue by adding SDL2maind.lib into project folder.