Problems while compiling with Polylader
Im getting this Error:
Code:
LIBCMT.lib(crt0.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_main" in Funktion "___tmainCRTStartup".
fatal error LNK1120: 1 nicht aufgelöste Externe
in English: unresolved external symbol
It happens when i want to add a poly function such as: [add_junk / ]
I never had this error before and im using the standard linker settings.
You added the poly macros in the wrong place, your compiler doesn't know where the main function is located.
Show us your main.cpp, especially the part where the function "main" is referenced. Make sure to also include the lines before the function.