janhsimon/makma

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

After setup all the dependency library, I got this link error in visual studio 2017.

I fix the issue by adding SDL2maind.lib into project folder.