Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 69310 invoked from network); 24 Jun 2010 10:55:30 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Jun 2010 10:55:30 -0000 Received: (qmail 32264 invoked by uid 500); 24 Jun 2010 10:55:30 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 32136 invoked by uid 500); 24 Jun 2010 10:55:28 -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 32125 invoked by uid 99); 24 Jun 2010 10:55:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jun 2010 10:55:27 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=AWL,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of tabish121@gmail.com designates 209.85.212.43 as permitted sender) Received: from [209.85.212.43] (HELO mail-vw0-f43.google.com) (209.85.212.43) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jun 2010 10:55:22 +0000 Received: by vws5 with SMTP id 5so3201448vws.2 for ; Thu, 24 Jun 2010 03:55:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:in-reply-to :references:content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; bh=psOPF7UTfAHNwGq2pC0VEp/N3TrjyGoprmnMjxdwUzo=; b=eFgTR9OOdvlwftrRK8E0mSAbBDpfQ8szq9JBp49elA62d6uP8COWCuaillq4ofJ/gI HjVkwnSoH5GiBKlKqjvVch+8B/5YMwo2Ocb1v6yO1AY3TMfXWDLEda2dg00ISaKkp3hJ S8JT2mMtohgmS1f3cmLb7j8MyiTg7H5/x1r8g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:in-reply-to:references:content-type:date:message-id :mime-version:x-mailer:content-transfer-encoding; b=dMs2kms4LzysS0oByhrsSgg7OxaSv0IC3G1snOTwRDW7FCJnTJgsAG2VUdx9cSTM5p jGvqHxNZSlGZCO//33CFshNffhBsaKrlp9lcGE7I1tJgG/FRNBj6arOWj7aD1Yb3AAic rxOofJes/HKnTbXNeRfKiT7dApPYsGKo51yiw= Received: by 10.220.126.197 with SMTP id d5mr5029359vcs.169.1277376900754; Thu, 24 Jun 2010 03:55:00 -0700 (PDT) Received: from [192.168.2.150] (c-76-21-195-19.hsd1.va.comcast.net [76.21.195.19]) by mx.google.com with ESMTPS id w28sm18600156vcr.35.2010.06.24.03.54.59 (version=SSLv3 cipher=RC4-MD5); Thu, 24 Jun 2010 03:54:59 -0700 (PDT) Subject: Re: activemq-cpp 3.2.0 vs2005-build directory is missing From: Timothy Bish To: users@activemq.apache.org In-Reply-To: <28981154.post@talk.nabble.com> 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> Content-Type: text/plain; charset="UTF-8" Date: Thu, 24 Jun 2010 06:54:57 -0400 Message-ID: <1277376897.2584.0.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 (2.28.3-1.fc12) Content-Transfer-Encoding: 8bit On Thu, 2010-06-24 at 03:40 -0700, Sodan wrote: > thanx. our project actually compiles and runs now, but getting this strange > bug now: > > using: map->itemExists(inName) > > > app_debug.exe!std::_Debug_message(const wchar_t * message, const wchar_t * > file, unsigned int line) Line 15 C++ > app_debug.exe!std::vector > >::operator[](unsigned int _Pos) Line 932 + 0x14 bytes C++ > app_debug.exe!activemq::wireformat::openwire::marshal::PrimitiveTypesMarshaller::unmarshalPrimitive(decaf::io::DataInputStream > & dataIn) Line 415 + 0xd bytes C++ > app_debug.exe!activemq::wireformat::openwire::marshal::PrimitiveTypesMarshaller::unmarshalPrimitiveMap(decaf::io::DataInputStream > & dataIn, activemq::util::PrimitiveMap & map) Line 344 + 0x10 bytes C++ > app_debug.exe!activemq::wireformat::openwire::marshal::PrimitiveTypesMarshaller::unmarshalMap(decaf::io::DataInputStream > & dataIn) Line 155 + 0x15 bytes C++ > app_debug.exe!activemq::commands::ActiveMQMapMessage::checkMapIsUnmarshalled() > Line 177 + 0xc bytes C++ > app_debug.exe!activemq::commands::ActiveMQMapMessage::getMap() Line 153 C++ > app_debug.exe!activemq::commands::ActiveMQMapMessage::itemExists(const > std::basic_string,std::allocator > & name) > Line 207 + 0xb bytes C++ > > > Søren > I'd need a sample app that demonstrates the issue to figure out what this is related to. Regards -- Tim Bish Open Source Integration: http://fusesource.com ActiveMQ in Action: http://www.manning.com/snyder/ Follow me on Twitter: http://twitter.com/tabish121 My Blog: http://timbish.blogspot.com/