1
General / Re: SFML examples incompatible to dlls
« on: June 22, 2016, 11:18:15 pm »
I am pretty sure I handled the dlls correctly. However, I just tried to link the examples statically (pretty sure I tried it before), and now it worked... I still find this pretty strange, but I assume it was some stupid error on my side. Sorry for that, and thanks for all the kind support! (You really eased the frustration I experienced before...)
As a summary for those who share my problem: in cmake-gui, uncheck BUILD_SHARED_LIBS, and check SFML_USE_STATIC_STD_LIBS. This got the examples working on my machine.
As a summary for those who share my problem: in cmake-gui, uncheck BUILD_SHARED_LIBS, and check SFML_USE_STATIC_STD_LIBS. This got the examples working on my machine.