You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Stanzat <st...@yahoo.com> on 2009/05/11 12:05:29 UTC

Visual Studio 2005 project to 2003 project

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
-- 
View this message in context: http://www.nabble.com/Visual-Studio-2005-project-to-2003-project-tp23480482p23480482.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.


Re: Visual Studio 2005 project to 2003 project

Posted by Stanzat <st...@yahoo.com>.
Thank you very much for your quick and clear response. I was trying to make
it run on 2003 :) As you said, I have to upgrade to 2005.
Regards,
Cihan

Timothy Bish wrote:
> 
> 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/
> 
> 
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Visual-Studio-2005-project-to-2003-project-tp23480482p23481083.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.


Re: Visual Studio 2005 project to 2003 project

Posted by Timothy Bish <ta...@gmail.com>.
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/