ActiveMQ-CPP and Visual Studio 2003

ActiveMQ CPP and Visual Studio 2003

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

However, when I try to create, I get the following errors:

"\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 looked through the FAQ (didn't find anything to point out anyway) and posted questions on their ML to no avail.

Any information or links would be great.

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

+1


source to share


1 answer


VS2003 is not supported, there is only a lot of incompatibility of the C ++ specification in this version to allow compilation of the code.



+5


source







All Articles