Hi, I cannot get TGUI 0.10 running with the SFML OpenGL3 backend under Visual Studio 2015. It runs with the SFML graphics backend though. I use the recommended precompiled freetype libraries (version 2.10.4) and the SFML 2.5.1 libs for Visual Studio 2015. After cmake configuration I build TGUI as shared lib (also tried static lib), which compiles successfully for debug and release configuration. Also building the minimal Opengl3 example with TGUI and SFML seems to work. However, when starting the application an error message is thrown that "FT_Done_Glyph" could not be located in the dynamic link library tgui.dll. I already tried various configurations and always get this error, which seems to come from the freetype library. I would greatly appreciate any help.