Saturday, June 10, 2017

VCPKG

Vcpkg helps you get C and C++ libraries on Windows.
https://github.com/Microsoft/vcpkg

SDL and SFML need manual links
from C:\vcpkg\installed\x86-windows\lib\manual-link
to avoid error
(ERROR: MSVCRT.lib(exe_main.obj) : error LNK2001: unresolved external symbol _main)

No comments: