Main Menu
Menu

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.

Show posts Menu

Topics - patrykm

#1
Help requests / static tgui::Window problem
11 June 2013, 22:30:26
Hi :)
I have some problems in Release, in Debug everything is ok - no errors, but Release makes some problems:
error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall sf::Window::create(class sf::VideoMode,class sf::String const &,unsigned int,struct sf::ContextSettings const &)" (__imp_?create@Window@sf@@QAEXVVideoMode@2@ABVString@2@IABUContextSettings@2@@Z)
If its matter my tgui::Window var is static.
Can you help me?