Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 7737 invoked from network); 1 Jul 2010 08:59:29 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Jul 2010 08:59:29 -0000 Received: (qmail 4777 invoked by uid 500); 1 Jul 2010 08:59:29 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 4508 invoked by uid 500); 1 Jul 2010 08:59:27 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 4500 invoked by uid 99); 1 Jul 2010 08:59:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Jul 2010 08:59:25 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Jul 2010 08:59:19 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1OUFbm-0001qc-Uu for users@activemq.apache.org; Thu, 01 Jul 2010 01:58:59 -0700 Message-ID: <29043500.post@talk.nabble.com> Date: Thu, 1 Jul 2010 01:58:58 -0700 (PDT) From: Sodan To: users@activemq.apache.org Subject: Re: activemq-cpp 3.2.0 vs2005-build directory is missing In-Reply-To: <1277907413.2538.15.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Nabble-From: sodan@sodan.dk References: <28946785.post@talk.nabble.com> <28959161.post@talk.nabble.com> <1277211462.2609.40.camel@localhost> <28960033.post@talk.nabble.com> <28964886.post@talk.nabble.com> <1277240003.2609.55.camel@localhost> <28965089.post@talk.nabble.com> <1277319467.2553.11.camel@localhost> <28981154.post@talk.nabble.com> <1277376897.2584.0.camel@localhost> <28981479.post@talk.nabble.com> <1277384612.2584.2.camel@localhost> <28991562.post@talk.nabble.com> <1277476470.2576.1.camel@localhost> <29008523.post@talk.nabble.com> <1277728453.2592.1.camel@localhost> <29023212.post@talk.nabble.com> <1277815952.2571.1.camel@localhost> <29023435.post@talk.nabble.com> <1277817421.2571.4.camel@localhost> <29023635.post@talk.nabble.com> <1277818843.2571.5.camel@localhost> <29032702.post@talk.nabble.com> <1277907413.2538.15.camel@localhost> X-Virus-Checked: Checked by ClamAV on apache.org aaahhhh... thanx... now it works... :-) S=C3=B8ren Timothy Bish wrote: >=20 > On Wed, 2010-06-30 at 02:50 -0700, Sodan wrote: >> case PrimitiveValueNode::BYTE_ARRAY_TYPE: >> { >> int size =3D dataIn.readInt(); >> std::vector data; >> data.resize( size ); >> dataIn.readFully( &data[0], size ); >> value.setByteArray( data ); >> break; >> } >>=20 >> size is 0 >>=20 >> ........ >=20 > Should be fixed now the in 3.2.x branch in SVN >=20 >>=20 >>=20 >>=20 >> Timothy Bish wrote: >> >=20 >> > On Tue, 2010-06-29 at 06:31 -0700, Sodan wrote: >> >> I have always changed and compiled it as static lib, so no dll. >> >> 3.1.3 works like a charm, 3.2 goes boom. Same setup. >> >>=20 >> >> dang, >> >> S=C3=B8ren >> >=20 >> > A sample app that demonstrates the problem would be helpful. >> >=20 >> > Regards >> >=20 >> >=20 >> >>=20 >> >>=20 >> >>=20 >> >> Timothy Bish wrote: >> >> >=20 >> >> > On Tue, 2010-06-29 at 06:10 -0700, Sodan wrote: >> >> >> btw: we use 5.3.0.4 ActiveMQ. >> >> >> Maybe we need the newest version 5.3.2 to be compatible... ? >> >> >>=20 >> >> >> S=C3=B8ren >> >> >>=20 >> >> >=20 >> >> > There shouldn't be any substantive difference between these version= s >> >> > when it comes to sending and receiving MapMessages. =20 >> >> >=20 >> >> > Are you ensuring that your application is linking against the AMQCP= P >> >> DLL >> >> > using the correct runtime, you must use the Multithreaded Runtime >> >> (Debug >> >> > or Release depending on your build). >> >> >=20 >> >> > Are you setting any specific URI options? >> >> >=20 >> >> > Regards >> >> >=20 >> >> > --=20 >> >> > Tim Bish >> >> >=20 >> >> > Open Source Integration: http://fusesource.com >> >> > ActiveMQ in Action: http://www.manning.com/snyder/ >> >> >=20 >> >> > Follow me on Twitter: http://twitter.com/tabish121 >> >> > My Blog: http://timbish.blogspot.com/ >> >> >=20 >> >> >=20 >> >> >=20 >> >>=20 >> >=20 >> > --=20 >> > Tim Bish >> >=20 >> > Open Source Integration: http://fusesource.com >> > ActiveMQ in Action: http://www.manning.com/snyder/ >> >=20 >> > Follow me on Twitter: http://twitter.com/tabish121 >> > My Blog: http://timbish.blogspot.com/ >> >=20 >> >=20 >> >=20 >>=20 >=20 >=20 >=20 >=20 --=20 View this message in context: http://old.nabble.com/activemq-cpp-3.2.0-vs20= 05-build-directory-is-missing-tp28946553p29043500.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.