简体   繁体   中英

ActiveMQ-CPP and Visual Studio 2003

ActiveMQ CPP and Visual Studio 2003

I've have a requirement to get AMQ to work with some code that requires VS 7.1, however I'm having a difficult time getting it and various Apache libraries like apr etc to build using VS 7.1. There is a vs2008 solution/project for AMQ-CPP, I've used that as a template and tried to create one for VS 7.1,

However when trying to build, I get errors like the following:

"\amq\activemq-cpp-library-3.4.1\src\main\activemq\util\primitivemap.cpp(70): fatal error C1001: INTERNAL COMPILER ERROR  (compiler file 'f:\vs70builds\3077\vc\Compiler\Utc\src\P2\main.c', line 148)"

In short has anyone been able to build and successfully run AMQ with VS 7.1? Is the compiler supported?

I've gone through the FAQ (found nothing to indicate one way or the other) and posted questions on their ML but to no avail.

Any info or links would be great.

http://activemq.apache.org/cms/index.html

不支持VS2003,该版本中有很多C ++规范不兼容的特性,允许代码进行编译。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM