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

Author Topic: compiled program doesn't display properly  (Read 896 times)

0 Members and 1 Guest are viewing this topic.

Cetdio

  • Newbie
  • *
  • Posts: 2
    • View Profile
compiled program doesn't display properly
« on: March 20, 2013, 10:01:48 pm »
hello, i'm new to sfml and i've run into a bit of a problem. i can compile my code fine into debug and release builds but when the binary is run externally without the use of an ide, nothing renders  - not even the shapes - besides the color used when the window clears the screen. i'm not sure how to pinpoint the problem but i do know that an earlier version of my app was working correctly.

i'm using vs2012 with sfml's latest compiled source from the github with both static libraries. if anyone can help, that'd be greatly appreciated. thanks.

Cetdio

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: compiled program doesn't display properly
« Reply #1 on: March 20, 2013, 11:29:12 pm »
sorry, looks like i spoke too soon. after picking apart and reapplying bits of code in a separate solution, the problem seemed to have solved itself (though i still don't know triggered it).