14 years, 2 months ago
Highlights
14 years, 2 months ago
Thank you rip-off, that solved my issue!! However I now have problems starting my program. It somehow does not recognizes the main function. Does it have to do something…
14 years, 2 months ago
I was following this tutorial over at the old SFML wiki on how to create a resource bundle. I ported everything to the latest version (SFML 2) and everything works fine, except…
14 years ago
I recently started learning C++ (I already know a lot about PHP and Java and have some knowledge in C) to create some games and discovered the SDL framework. After watching some…
14 years, 2 months ago
You have declared your static variable Console::prefix, but you have yet to define it. The definition goes in a single source file (the obviously candidate being console.cpp) an…
14 years, 2 months ago
Latest Activity
See all in DiscussionsI was following this tutorial over at the old SFML wiki on how to create a resource bundle. I ported …
14 years ago
Thank you rip-off, that solved my issue!! However I now have problems starting my program. It somehow does not recognizes …
14 years, 2 months ago
You have declared your static variable Console::prefix, but you have yet to define it. The definition goes in a single …
14 years, 2 months ago