I figured it out. I was using debug versions of activemq cms lib when
building release versions of my project. After I built with release versions
of dependent libs, the problem went away. thanks for the help.

Regards,
Andrew



andrewdc wrote:
> 
> I am newbie on acticemq CMS API. I have compiled ActiveMQ CMS v3.0.1
> source in Visual C++ 2005 Express. I am following the CMS examples
> developing queue producers and consumers. Everything was working fine in
> VC++ debug build however it stopped working in the release build. When I
> debug into the release build, debugger was pointing at Ln 64 of
> activemqconnectionfactory.cpp with code:
> 
> this->username = username;
> 
> where username was shown to have a "Bad Ptr".
> 
> In my code, I am creating a ConnectionFactory using: 
> 
> auto_ptr<ConnectionFactory> connectionFactory(
>                               ConnectionFactory::createCMSConnectionFactory( 
> brokerURI ) );
> 
> 
> I am also using the thread library in decaf. 
> 
> Does anyone know what might be wrong and what I can do to fix the issues?
> Any suggestions are appreciated.
> 

-- 
View this message in context: 
http://old.nabble.com/Help%3A-Error-Creating-CMS-Connection-in-VC%2B%2B-2005-Release-Build-Only-tp26012810p26134167.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to