Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Spritehero

Pages: [1]
1
General / Re: Can't resolve LNK2001 "unresolved symbol"
« on: January 28, 2024, 01:24:00 pm »
Thank you very much, you were completely right, I included all dependencies and it works flawlessly!

2
General / Can't resolve LNK2001 "unresolved symbol"
« on: January 28, 2024, 02:29:03 am »
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.   

Pages: [1]
anything