Danushka "silvermace" Abeysuriya

Monthly Archives: April, 2009

Multi-platform development

Just a short post. Today I took a quick tally of the technologies we’re using. 

OpenGL 3.0
OpenGL-ES CM 1.1
MSVC++ 8
GCC 4.0.1 (Apple) & GCC 4.4 (Linux)
C# .NET 3.0 (or 2.0?)
XNA 3.0
XCode 3.1
Eclipse CDT 5.1
Visual Studio 2005
SVN

All of this is spread across 5 operating systems:

Apple MacOS 10.5
Apple iPhone OS 2.2.1
Microsoft Windows XP SP3
Microsoft Windows Vista SP1
Ubuntu Linux 8.10

On [...]

You live and learn, C++

I’ve switch jobs and im working with C++, Objective-C++ and alot of cross platform stuff. Which is a nice change of pace from Java.  I’ve extracted out the C++ unit testing framework from one of our IP projects and am actively using it to write unit test for a data exporter im working with, which [...]