Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: SFML 2 with C::B  (Read 5194 times)

0 Members and 1 Guest are viewing this topic.

mimipim

  • Newbie
  • *
  • Posts: 49
    • View Profile
SFML 2 with C::B
« Reply #15 on: March 24, 2011, 09:49:39 pm »
Quote from: "Laurent"
You must add SFML_STATIC to your preprocessor options.

Did you mean to add SFML_STATIC to my Global Compiler settings(compiler settings) #defines textarea?
I try it but theres no change :?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
SFML 2 with C::B
« Reply #16 on: March 24, 2011, 09:57:02 pm »
Quote
Did you mean to add SFML_STATIC to my Global Compiler settings(compiler settings) #defines textarea?

Should be there, yes. Make sure that it is defined for the configuration that you use (Debug/Release).
Laurent Gomila - SFML developer

mimipim

  • Newbie
  • *
  • Posts: 49
    • View Profile
SFML 2 with C::B
« Reply #17 on: March 25, 2011, 09:52:31 am »
Hmmm. I'm sure I check it a lot of times and I have only release because I remove debug.  :roll:

mimipim

  • Newbie
  • *
  • Posts: 49
    • View Profile
SFML 2 with C::B
« Reply #18 on: March 25, 2011, 06:34:49 pm »
The problem was something with .o files. I delete all of them and build my project again - that result to success  :wink:
(this .o files was created with SFML 1.6 maybe that was the problem)