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,
dynamic cast, rtti stuff in 2003.



Timothy Bish wrote:
> 
> 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 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 wrote:
>>   
>>> 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
>>>> including
>>>> the library and header files in the .net project). However it throws a
>>>> runtime error [exactly at a dymanic_cast "IOTransport* ioTransport =
>>>> dynamic_cast<IOTransport*>( next );" in TcpTransport.cpp]  and doesnt
>>>> do
>>>> createConnection(). I have mentioned /GR in the projects for supporting
>>>> RTTI.
>>>>
>>>> Any help would be appreciated. cheers!
>>>> --
>>>> View this message in context:
>>>> http://www.nabble.com/.Net-support-for-CPP-client-tf3690528s2354.html#a10317900
>>>> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>>>>
>>>>
>>>>       
>>> -- 
>>> James
>>> -------
>>> http://macstrac.blogspot.com/
>>>
>>>
>>>     
>>
>>   
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/.Net-support-for-CPP-client-tf3690528s2354.html#a10358274
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to