| Hucaru (64) | |||||
|
Hey, I have managed to get a window open using SFML. However when I set the title of the window it is not displayed correctly. Here is my class:
Here is the game start function
instead if saying SFML in the title it displays '..i where the "." are raised to the same level as " ' ". I am using this documentation - http://www.sfml-dev.org/tutorials/2.0/window-window.php Following this tutorial - http://www.gamefromscratch.com/page/Game-from-Scratch-CPP-Edition-Part-2.aspx The tutorial is for 1.6 and I have compiled the 2.0 source. When it comes to making a window the documentation is the same. | |||||
|
|
|||||
| cire (2356) | |
| Make sure you're using the appropriate libraries for your build (debug library for debug build, release library for release build.) The debug libraries end with a 'd' (eg. sfml-system-d.lib) | |
|
|
|
| Hucaru (64) | |
| Thanks that worked. Had no idea that there was much of a difference between release and debug. | |
|
|
|