Errors was:
1. Warrnings like this:
1>F:\Programy\!Biblioteki\SFML-1.6\include\SFML/Graphics/String.hpp(186) : warning C4272: 'sf::String::~String' : is marked __declspec(dllimport); must specify native calling convention when importing a function.
2. Linker errors like this:
1>MapEditor.obj : error LNK2028: unresolved token (0A00001B) "public: __clrcall sf::RenderWindow::RenderWindow(class sf::VideoMode,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,unsigned long,struct sf::WindowSettings const &)" (??0RenderWindow@sf@@$$FQAM@VVideoMode@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@KABUWindowSettings@1@@Z) referenced in function "private: void __clrcall WizzMapEditor::Form1::Form1_Load(class System::Object ^,class System::EventArgs ^)" (?Form1_Load@Form1@WizzMapEditor@@$$FA$AAMXP$AAVObject@System@@P$AAVEventArgs@4@@Z)
3. Total:
1>F:\Visual Proj\WizzMapEditor\Debug\MapEditor.exe : fatal error LNK1120: 6 unresolved externals
1>MapEditor - 7 error(s), 394 warning(s)
Now i make it works but... from a different way
1. Create new empty project (not Windows Form Application)
2. Set SFML C++ like normal (add macro and libs to Input)
3. Add Item -> New item, UI->Windows Form
4. Set supprot for CLI in project options
5. Compile.
6. You must write by yourself basis of application with is ready when you use Windows Form App
No linker error, no warrnings. SFML work fine! When I do this same with New Projekt -> Windows Forms Application, i have errors and headache (from two days).
I received what I wanted to have.
Thank you for your help.
I hope that it was impossible to understand what I wos wrote
(sorry for language mistakes). Last question, why is this difference between empty projekt with CLI support and, and Windows Forms App?