Hi!
I am trying to build a project statically, but I cant solve this issue. I wrote SFML_STATIC in preprocessor, I tried to change MD, MT, tried to understand the LNK2001 error documentation but I am giving up and asking for help.
Errors are like:
Error LNK2001 unresolved external symbol FT_Init_FreeType
Error LNK2001 unresolved external symbol __imp_wglCreateContext
Most of the issues are with Font.obj, and a few also with WglContext, JoyStickImpl.
Thank you for any advice or help in advance, sorry if I missed something foundamental so it can work.