1
General / Re: Static linking in MS VS2019
« on: December 27, 2022, 08:27:51 pm »Have you also added the path to the SFML headers (the include folder)?
[SOLVED]
Thank you for your response.
I have included headers, before I decided to go STATIC, everything worked just fine. Without headers it would not compile dynamically as well.
I have just located the problem.
Apparently static linking does not include by default some additional system libraries that are needed.
I had to add OPENGL32.LIB and FREETYPE.LIB.
Strangely dynamic linking worked without it.