Error Link Fatal Error Lnk1561 Entry

[Solved] Error Link Fatal Error Lnk1561 Entry | Shell - Code Explorer | yomemimo.com
Question : error: LINK : fatal error LNK1561: entry point must be defined

Answered by : doriath-arthus

--(it's an issue because of the SDL which use a #define main to make it's
--own entry point)
--use this at the end of your file xmake.lua
if is_plat("windows") then add_ldflags("/subsystem:console")
end

Source : | Last Update : Mon, 11 Oct 21

Answers related to error link fatal error lnk1561 entry point must be defined

Code Explorer Popular Question For Shell