Jump to content

  • Log In with Google      Sign In   
  • Create Account

MisteRnoOrOnha

Member Since 12 Jan 2013
Offline Last Active Today, 07:45 PM
-----

Posts I've Made

In Topic: I'm in the right way?

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.


In Topic: I'm in the right way?

24 March 2013 - 03:08 PM

I'm using C++, not using managed.

 

Concepts like back face culling, swap chain and another things.


In Topic: [SFML]VS2010 Linker errors

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.


In Topic: [SFML]VS2010 Linker errors

27 February 2013 - 12:50 PM

Problem solved thanks Cornstalks and Nercury.


In Topic: [SFML]VS2010 Linker errors

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 ==========

PARTNERS