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

Messages - patrykm

#1
hmm... I dont know how I resolved this problem :P but maybe someone know what was the problem?
#2
Something with SFML was wrong, I replace newest version and now project compile successfully.
But new problem occurred :)
(look attachment)
I dont know what the hell... all files exists, Debug run correctly but again Release has problem :|
Please help :)
#3
I dont use SFML_STATIC, in my VS2012 project properties are the same for Debug/Release, only dirs are different (Release/Debug). What exactly this error mean?
#4
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?