ReactiioN1337 / valve-bsp-parser

Valve BSP-file parser, written in modern C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linker error

20scrolls opened this issue · comments

I have this error that I cannot seem to get rid of, I don't know if its my visual studios fault or the code itself.

"unresolved external symbol WinMain referenced in function "int __cdecl invoke_main(void)" (?invoke_main@@yahxz)"

Configure the project as Static Library instead of Application. Will fix this in the near future and setup a proper CI/CD, so you can optional use the precompiled binaries.

#8 solved this issue