Re: activemq-cpp 3.2.0 vs2005-build directory is missing

2010-07-01 Thread Sodan
/ Follow me on Twitter: http://twitter.com/tabish121 My Blog: http://timbish.blogspot.com/ -- View this message in context: http://old.nabble.com/activemq-cpp-3.2.0-vs2005-build-directory-is-missing-tp28946553p29043500.html Sent from the ActiveMQ - User mailing list archive

Re: activemq-cpp 3.2.0 vs2005-build directory is missing

2010-06-30 Thread Sodan
://fusesource.com ActiveMQ in Action: http://www.manning.com/snyder/ Follow me on Twitter: http://twitter.com/tabish121 My Blog: http://timbish.blogspot.com/ -- View this message in context: http://old.nabble.com/activemq-cpp-3.2.0-vs2005-build-directory-is-missing-tp28946553p29032702.html

Re: activemq-cpp 3.2.0 vs2005-build directory is missing

2010-06-30 Thread Timothy Bish
On Wed, 2010-06-30 at 02:50 -0700, Sodan wrote: case PrimitiveValueNode::BYTE_ARRAY_TYPE: { int size = dataIn.readInt(); std::vectorunsigned char data; data.resize( size ); dataIn.readFully( data[0], size );

Re: activemq-cpp 3.2.0 vs2005-build directory is missing

2010-06-29 Thread Sodan
://fusesource.com ActiveMQ in Action: http://www.manning.com/snyder/ Follow me on Twitter: http://twitter.com/tabish121 My Blog: http://timbish.blogspot.com/ -- View this message in context: http://old.nabble.com/activemq-cpp-3.2.0-vs2005-build-directory-is-missing-tp28946553p29023212.html Sent from

Re: activemq-cpp 3.2.0 vs2005-build directory is missing

2010-06-29 Thread Sodan
: 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/ -- View this message in context: http://old.nabble.com/activemq-cpp-3.2.0-vs2005-build-directory-is-missing

Re: activemq-cpp 3.2.0 vs2005-build directory is missing

2010-06-29 Thread Timothy Bish
On Tue, 2010-06-29 at 05:42 -0700, Sodan wrote: getMapNames also fails... :-( Again, all tests that I have pass here, so I really need to see an example that fails in order to diagnose what is causing it to not work for you, there must be something different in you app that we have not tested

Re: activemq-cpp 3.2.0 vs2005-build directory is missing

2010-06-29 Thread Sodan
btw: we use 5.3.0.4 ActiveMQ. Maybe we need the newest version 5.3.2 to be compatible... ? Søren -- View this message in context: http://old.nabble.com/activemq-cpp-3.2.0-vs2005-build-directory-is-missing-tp28946553p29023435.html Sent from the ActiveMQ - User mailing list archive

Re: activemq-cpp 3.2.0 vs2005-build directory is missing

2010-06-29 Thread Sodan
/ -- View this message in context: http://old.nabble.com/activemq-cpp-3.2.0-vs2005-build-directory-is-missing-tp28946553p29023635.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: activemq-cpp 3.2.0 vs2005-build directory is missing

2010-06-29 Thread Timothy Bish
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. dang, Søren A sample app that demonstrates the problem would be helpful. Regards Timothy Bish wrote: On Tue,

Re: activemq-cpp 3.2.0 vs2005-build directory is missing

2010-06-28 Thread Sodan
this message in context: http://old.nabble.com/activemq-cpp-3.2.0-vs2005-build-directory-is-missing-tp28946553p29008523.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: activemq-cpp 3.2.0 vs2005-build directory is missing

2010-06-28 Thread Timothy Bish
On Mon, 2010-06-28 at 02:22 -0700, Sodan wrote: is there a way to test if a map is empty ? You could call getMapNames() and see if the returned vector is empty. Regards Søren Timothy Bish wrote: On Fri, 2010-06-25 at 05:05 -0700, Sodan wrote: Hi again Spent a number of

Re: activemq-cpp 3.2.0 vs2005-build directory is missing

2010-06-25 Thread Sodan
-vs2005-build-directory-is-missing-tp28946553p28991562.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: activemq-cpp 3.2.0 vs2005-build directory is missing

2010-06-25 Thread Timothy Bish
On Fri, 2010-06-25 at 05:05 -0700, Sodan wrote: Hi again Spent a number of hours trying to figure this out. I get a certain type of message, call it PT and many of these messages are ok, but then suddenly I get a message of that type, which mas an empty map. As soon as I do any type of

Re: activemq-cpp 3.2.0 vs2005-build directory is missing

2010-06-24 Thread Sodan
::char_traitschar,std::allocatorchar name) Line 207 + 0xb bytesC++ Søren -- View this message in context: http://old.nabble.com/activemq-cpp-3.2.0-vs2005-build-directory-is-missing-tp28946553p28981154.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: activemq-cpp 3.2.0 vs2005-build directory is missing

2010-06-24 Thread Timothy Bish
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++

Re: activemq-cpp 3.2.0 vs2005-build directory is missing

2010-06-24 Thread Sodan
ActiveMQ in Action: http://www.manning.com/snyder/ Follow me on Twitter: http://twitter.com/tabish121 My Blog: http://timbish.blogspot.com/ -- View this message in context: http://old.nabble.com/activemq-cpp-3.2.0-vs2005-build-directory-is-missing-tp28946553p28981479.html Sent from

Re: activemq-cpp 3.2.0 vs2005-build directory is missing

2010-06-24 Thread Timothy Bish
On Thu, 2010-06-24 at 04:27 -0700, Sodan wrote: its weird... some of the messages we send and recieve are fine: const MapMessage *mapMessage = dynamic_castconst MapMessage *(message); some are empty, map seems empty, and therefore the itemExists fails... could it have something to do

Re: activemq-cpp 3.2.0 vs2005-build directory is missing

2010-06-23 Thread andrew . marlow
: activemq-cpp 3.2.0 vs2005-build directory is missing On Tue, 2010-06-22 at 13:47 -0700, Sodan wrote: it does compile fine now... but giving strange errors... in the marshall code... something aint right... the project for 2008 is not working... can someone fix it..? Søren Are you

Re: activemq-cpp 3.2.0 vs2005-build directory is missing

2010-06-23 Thread Sodan
Subject Re: activemq-cpp 3.2.0 vs2005-build directory is missing On Tue, 2010-06-22 at 13:47 -0700, Sodan wrote: it does compile fine now... but giving strange errors... in the marshall code... something aint right... the project for 2008 is not working... can someone fix

Re: activemq-cpp 3.2.0 vs2005-build directory is missing

2010-06-23 Thread Timothy Bish
On Tue, 2010-06-22 at 14:06 -0700, Sodan wrote: yes, converted to 2010. Compiles with no warnings or anything, but I did change the V6 part, to be like V5, V4 etc... The 3.1.3 project worked fine. But look at the 3.2 2008 project. v2, v3,v4,v5 has special settings for the ccp files, v6 has

Re: activemq-cpp 3.2.0 vs2005-build directory is missing

2010-06-22 Thread Sodan
\ResourceLifecycleManager.cpp what to do ? Søren -- View this message in context: http://old.nabble.com/activemq-cpp-3.2.0-vs2005-build-directory-is-missing-tp28946553p28958186.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: activemq-cpp 3.2.0 vs2005-build directory is missing

2010-06-22 Thread Timothy Bish
On Tue, 2010-06-22 at 02:57 -0700, Sodan wrote: I also get this: activemq\ResourceLifecycleManager.obj : warning LNK4042: object specified more than once it seems the are two files with the same name... a conflict ? activemq\src\main\activemq\cmsutil\ResourceLifecycleManager.cpp and

Re: activemq-cpp 3.2.0 vs2005-build directory is missing

2010-06-22 Thread andrew . marlow
Subject Re: activemq-cpp 3.2.0 vs2005-build directory is missing On Tue, 2010-06-22 at 02:57 -0700, Sodan wrote: I also get this: activemq\ResourceLifecycleManager.obj : warning LNK4042: object specified more than once it seems the are two files with the same name... a conflict

Re: activemq-cpp 3.2.0 vs2005-build directory is missing

2010-06-22 Thread Timothy Bish
11:20 Please respond to users@activemq.apache.org To users@activemq.apache.org cc Subject Re: activemq-cpp 3.2.0 vs2005-build directory is missing On Tue, 2010-06-22 at 02:57 -0700, Sodan wrote: I also get this: activemq\ResourceLifecycleManager.obj : warning LNK4042

Re: activemq-cpp 3.2.0 vs2005-build directory is missing

2010-06-22 Thread Sodan
\decaf\internal\util\ResourceLifecycleManager.cpp thanx, Søren -- View this message in context: http://old.nabble.com/activemq-cpp-3.2.0-vs2005-build-directory-is-missing-tp28946553p28959161.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: activemq-cpp 3.2.0 vs2005-build directory is missing

2010-06-22 Thread Sodan
/activemq-cpp/vs2008-build vs2008-build Regards Andrew Marlow Internet tabish...@gmail.com 22/06/2010 11:20 Please respond to users@activemq.apache.org To users@activemq.apache.org cc Subject Re: activemq-cpp 3.2.0 vs2005-build directory is missing

Re: activemq-cpp 3.2.0 vs2005-build directory is missing

2010-06-22 Thread Timothy Bish
On Tue, 2010-06-22 at 04:51 -0700, Sodan wrote: for now... what is the immediate solution to the problem below ? (everything else seems to compile and work just fine) activemq\ResourceLifecycleManager.obj : warning LNK4042: object specified more than once

Re: activemq-cpp 3.2.0 vs2005-build directory is missing

2010-06-22 Thread Sodan
in context: http://old.nabble.com/activemq-cpp-3.2.0-vs2005-build-directory-is-missing-tp28946553p28960033.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: activemq-cpp 3.2.0 vs2005-build directory is missing

2010-06-22 Thread Sodan
it does compile fine now... but giving strange errors... in the marshall code... something aint right... the project for 2008 is not working... can someone fix it..? Søren -- View this message in context: http://old.nabble.com/activemq-cpp-3.2.0-vs2005-build-directory-is-missing

Re: activemq-cpp 3.2.0 vs2005-build directory is missing

2010-06-22 Thread Sodan
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/ -- View this message in context: http://old.nabble.com/activemq-cpp-3.2.0-vs2005-build-directory

Re: activemq-cpp 3.2.0 vs2005-build directory is missing

2010-06-22 Thread Timothy Bish
On Tue, 2010-06-22 at 14:06 -0700, Sodan wrote: yes, converted to 2010. Compiles with no warnings or anything, but I did change the V6 part, to be like V5, V4 etc... The 3.1.3 project worked fine. But look at the 3.2 2008 project. v2, v3,v4,v5 has special settings for the ccp files, v6 has

Re: activemq-cpp 3.2.0 vs2005-build directory is missing

2010-06-21 Thread Sodan
disclosures. -- View this message in context: http://old.nabble.com/activemq-cpp-3.2.0-vs2005-build-directory-is-missing-tp28946553p28946785.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: activemq-cpp 3.2.0 vs2005-build directory is missing

2010-06-21 Thread andrew . marlow
then be part of the distribution. Regards, Andrew Marlow Internet so...@sodan.dk 21/06/2010 10:55 Please respond to users@activemq.apache.org To users@activemq.apache.org cc Subject Re: activemq-cpp 3.2.0 vs2005-build directory is missing I just tried to use my VC10 project, but it fails many

Re: activemq-cpp 3.2.0 vs2005-build directory is missing

2010-06-21 Thread Timothy Bish
On Mon, 2010-06-21 at 10:19 +0100, andrew.mar...@uk.bnpparibas.com wrote: I have just tried to build activemq-cpp 3.2.0 for Microsoft-Windows (XP SP3) using Visual Studio 2005 (aka vc8) but it does not build. It looks like the directory vs2005-build has gone missing. Copying the one from