Re: .Net support for CPP client

2007-05-07 Thread Bill.E
This may be ot. There were compiler bugs in VS 2003. We had a big todo about compiling boost into managed C++ with similar errors that you are getting here. The end result was try again using the new compiler in VS 2005 which worked. There are a whole host of bugs in template expansion, dynam

Re: .Net support for CPP client

2007-05-04 Thread Timothy Bish
I don't know anyone that has tried to use ActiveMQ-CPP within the .Net Framework. I don't really know much about it, if you get it working you are welcome to contribute some VC2003 project files. :) cppUser wrote: > Thanks for the reply. > My application is a cpp based one under .net 2003 framew

Re: .Net support for CPP client

2007-05-04 Thread cppUser
Thanks for the reply. My application is a cpp based one under .net 2003 framework and hence i am trying to make use of the cpp client. The cpp client available here is for VS2005 and hence this runtime error.(It compiled after quite a few add/remove dependencies). Please advice.. James.Strachan

Re: .Net support for CPP client

2007-05-04 Thread James Strachan
FWIW there is a C# client which might be a bit better for working on .net. http://activemq.apache.org/nms/ (Though I agree, the C++ code should hopefully still compile on .net). On 5/4/07, cppUser <[EMAIL PROTECTED]> wrote: Hi, Ive been trying to run the cpp client through .net framework(by in