ActiveMQ-CPP and Visual Studio 2003

2019-03-14 09:58发布

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条回答
一夜七次
2楼-- · 2019-03-14 10:08

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

查看更多
登录 后发表回答