everytime i try to compile something for ET, i get this error
LINK : fatal error LNK1561: entry point must be defined
no errors in code
everytime i try to compile something for ET, i get this error
LINK : fatal error LNK1561: entry point must be defined
no errors in code
This simply means the compiler can't find your entry point wich is your main function, where your code starts to execute. You are probably trying to make a DLL but you are compiling an EXE. Change that in the settings and it should be fine.
Bookmarks