简体   繁体   English

ActiveMQ-CPP和Visual Studio 2003

[英]ActiveMQ-CPP and Visual Studio 2003

ActiveMQ CPP and Visual Studio 2003 ActiveMQ CPP和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. 我需要让AMQ与一些需要VS 7.1的代码一起工作,但是我很难获得它,并且要使用VS 7.1构建各种Apache库(如apr等)。 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, 有一个针对AMQ-CPP的vs2008解决方案/项目,我已将其用作模板并尝试为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? 简而言之,有人能够使用VS 7.1构建并成功运行AMQ吗? 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. 我遍历了FAQ(找不到任何指示一种或另一种方法的问题),并在其ML上发布了问题,但无济于事。

Any info or links would be great. 任何信息或链接都很好。

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

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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