Great. Thanks. Will start on that now? Sent from my iPhone
On Mar 1, 2012, at 11:46 AM, "Steve Huston" <[email protected]> wrote: > Hi Todd, > >> Thanks for the response. I am attempting to setup an environment > similar to >> my customers so I can develop something for them. They are using > version >> 0.12 which is why I was trying to use it. Do you have any idea if there > are >> huge differences between 0.16 and 0.12 that will cause me issues. > Meaning, >> if I go ahead and use version 0.16 and build my code to target that > server, >> should it still work against the 0.12 server? > > Yes, if you write a client using 0.16, it will talk to the 0.12 broker. > That's a matter of AMQP protocol version and both 0.12 and 0.16 use AMQP > 0-10. > >> Also, will it possibly work if I install >> Visual Studio 2008 and build against it instead of 2010. > > Yes, that definitely will work. > > -Steve > >> -----Original Message----- >> From: Steve Huston [mailto:[email protected]] >> Sent: Thursday, March 01, 2012 10:43 AM >> To: [email protected] >> Subject: RE: Troubles building c++ Qpid 0.12 >> >> Hi Todd, >> >> Qpid 0.12 did not have proper support for Visual Studio 2010. The >> forthcoming 0.16 does. I recommend you check out a copy of the current >> source tree (see http://qpid.apache.org/source_repository.html) and work >> with that until 0.16 is released. I have been able to build the current > source >> with Visual Studio 2010 on Windows 7. If you run into problems, please > check >> back here. >> >> -Steve >> >>> -----Original Message----- >>> From: Todd Herman [mailto:[email protected]] >>> Sent: Thursday, March 01, 2012 9:19 AM >>> To: [email protected] >>> Subject: Troubles building c++ Qpid 0.12 >>> >>> I spent hours last night trying to build the c++ version (0.12) of > Qpid. >> I had >>> lots of problems with boost. I finally got it all to build. The >> projects and >>> solution opened fine but now the project won't actually build. I had >> over 300 >>> errors. I had to comment out some lines in the integer types header >> file that >>> was conflicting with stdint.h (I think that was the file) and I got >>> the >> errors >>> down to 160. >>> >>> I am on a Windows 7 machine and using Visual Studio 2010. Does anyone >>> have the projects built (ready for compilation) in a similar >>> environment >> that I >>> could have? >>> >>> Todd Herman >>> Senior Software Engineer >>> >>> APX Labs >>> 2350 Corporate Park Drive, Ste. 510 | Herndon, VA 20171 >>> m: 703-489-8761 | www.apx-labs.com<http://www.apx-labs.com> | >> @APXLabs >>> >> >> >> --------------------------------------------------------------------- >> Apache Qpid - AMQP Messaging Implementation >> Project: http://qpid.apache.org >> Use/Interact: mailto:[email protected] >> >> >> >> >> --------------------------------------------------------------------- >> Apache Qpid - AMQP Messaging Implementation >> Project: http://qpid.apache.org >> Use/Interact: mailto:[email protected] > > > --------------------------------------------------------------------- > Apache Qpid - AMQP Messaging Implementation > Project: http://qpid.apache.org > Use/Interact: mailto:[email protected] > > --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
