ActiveMQ-CPP and Visual Studio 2003

你说的曾经没有我的故事 提交于 2019-12-03 10:20:38

问题


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


回答1:


VS2003 is not supported, there are just to many C++ spec incompatibilities in that version to allow the code to compile.



来源:https://stackoverflow.com/questions/9990329/activemq-cpp-and-visual-studio-2003

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!