Archive

Archive for May, 2011

Updated SFML Videos!

I have uploaded a new version of my SFML tutorial video on images and sprites. Check out the full article here.

Here are the videos again!

Categories: Uncategorized

sf::Text Problems

Having trouble with sf::Text? Unexplained crashes due to construction or destruction of sf::Text? Well make sure you load your own fonts and provide them in the sf::Text constructor, so that the default font isn’t used.

If you continue to have problems, you can also consider linking statically rather than dynamically.

Categories: News, SFML, Tips & Tricks

The Future of SFML Coder

If you haven’t yet voted, do so now! Let me know what you want from the blog!

Take the Poll

Categories: Notice Tags: ,

Questions and Answers

31.05.2011 5 comments

As with my old blog, I notice that many people find this site via various searches relating to particular tasks in SFML. A lot of these things are not covered here, so feel free to post your questions on the Q & A Page.

 Go the Q & A page now

Categories: Notice Tags: ,

YouTube Channel Notice

Sorry to those of you who may have tried in vain to watch the Images and Sprites video embedded in the corresponding blog post. I uploaded it and was then informed it was 150 seconds two long. I have therefore changed the link to an older version and will let you know when a new one is available :)

-Xander314

Categories: News Tags:

Entering the Blogging Community

I’ve just registered my blog with Blogged and BlogCatalgog among others.

I just need to verify by putting this link in a post… BlogCatalog

I also need to put this code here, to be accepted by Technorati - D359SAVB86TN

 

 

 

 

 

 

 

 

 

 

Categories: Uncategorized

Endeavour’s Last Journey

Space shuttle Endeavour launch

Image by Matthew Simantov via Flickr

According to my ongoing poll, you want me to blog about science more. So I decided to let you know about the space shuttle Endeavour’s last flight. It was to rendezvous with the ISS before performing such tests on new sensory and navigation equipment – called STORRM – intended to be used with NASA’s next generation of spacecraft.

Here’s CNET’s article:
http://news.cnet.com/8301-19514_3-20067272-239.html?part=rss&subj=news&tag=2547-1_3-0-20&dlvrit=142337

SFML and C++0x

30.05.2011 1 comment

Having trouble with the latest versions of the SFML 2.0 source in Code::Blocks? Getting errors about long long not being supported in the C++ 1998 standard?

Then go to Settings -> Compiler and Debugger -> Global compiler settings and make sure that Have g++ follow the coming C++0x ISO C++ language standard is checked. This means that the compiler will now accept the long long (at least 64bit) type as part of the C++0x standard.

Categories: C++, News, SFML, Tips & Tricks Tags: , , ,

Where do you want the blog to go?

29.05.2011 1 comment

Vote on any categories you would like me to post about in the future. Select as many as you like, and add more if you have any; comment with your opinions and suggestions. Oh, and please do use the share button below to spread the word!

Categories: Uncategorized Tags: ,

Visual C++ Expert Settings

Tired of minimal menu options in Visual C++ Express edition? Go to Tools -> Settings -> Expert Settings automatically rearrange the interface, adding menu options and rearranging commands.

Categories: Tips & Tricks
Follow

Get every new post delivered to your Inbox.

Join 72 other followers