Jump to content
Remember me This is not recommended for shared computers
Sign in anonymously Don't add me to the active users list
MisteRnoOrOnha hasn't added any contacts yet.
24 March 2013 - 03:13 PM
No, i know how they work and how use them, but another things i not remember the functions.
I started this topic to ask if i need to remember all functions and concepts.
24 March 2013 - 03:08 PM
I'm using C++, not using managed.
Concepts like back face culling, swap chain and another things.
27 February 2013 - 02:24 PM
I configured the Debug and Release to use the right lib's(sfml-xxx-d.lib for debug and sfml-xxx-s.lib for release) and then linked sfml-main.lib into linker settings. I added SFML_STATIC to Preprocessor.
27 February 2013 - 12:50 PM
Problem solved thanks Cornstalks and Nercury.
26 February 2013 - 06:07 PM
I created an new window projected and linked libraries(sfml-main.lib too) and i toke this errors:
1>------ Build started: Project: sfml-app, Configuration: Debug Win32 ------ 1> main.cpp 1>main.obj : error LNK2001: unresolved external symbol "public: static class sf::RenderStates const sf::RenderStates::Default" (?Default@RenderStates@sf@@2V12@B) 1>main.obj : error LNK2001: unresolved external symbol "public: static class sf::Color const sf::Color::Green" (?Green@Color@sf@@2V12@B) 1>c:\users\sandra\documents\visual studio 2010\Projects\sfml-app\Debug\sfml-app.exe : fatal error LNK1120: 2 unresolved externals ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========