alaingalvan / CrossWindow

💻📱 A cross platform system abstraction library written in C++ for managing windows and performing OS tasks.

Home Page:https://alain.xyz/libraries/crosswindow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error LNK2019: unresolved external symbol main referenced in function "int __cdecl invoke_main(void)" (?invoke_main@@YAHXZ)

Intervel opened this issue · comments

got this error, anyone know what this error mean?

3

1

i tried this fix from here, still not working? :

https://stackoverflow.com/questions/49246136/unresolved-external-int-cdecl-invoke-mainvoid-after-vs2017-15-6-1-update

2

could anyone help me please?

(UPDATE) tried this aswell based on this reference : https://stackoverflow.com/questions/33400777/error-lnk2019-unresolved-external-symbol-main-referenced-in-function-int-cde

still not working though:

im adding xmain to the entry point

4

got this errors :

5

library folder :

6

include folder
7