Sunday, May 24, 2009

Porting old C++ code into Eclipse

What I've been up to: I recently resurrected my old C++ code (developed in MS Visual Studio). 
Since I no longer have that VC++ version on this machine, I quickly downloaded (for free) and installed the Express 2008 version.
The result was impressive in that my (6.yr.) old code now actually runs on Express (only "fix" were a few dll patches).
The idea of porting it to Eclipse was motivated by an old wish to re-write (and expand) this code using open source tools that run in various platforms (if not in Java).
We'll see how that goes. ;-)