On Mon, 2009-05-11 at 03:05 -0700, Stanzat wrote: > Hi, I have to use Visual Studio .NET 2003 for my project but Activemq cpp > examples and codes are distributed in Visual Studio 2005 project. So i can't > open them with 2003. Says your version is 7.0, you need 8.0 to open this > file. > Is there a simple way to convert them into 2003 project? > Thanks
Even if you could get the project files modified such that they worked in VS2003 the code won't compile with that compiler. The 2003 compiler wasn't fully ANSI C99 compliant and we use features that are in the set of things it doesn't support. You can download VS2005 Express for free from the MS site. Regards Tim. -- Tim Bish http://fusesource.com http://timbish.blogspot.com/