Fwd: qpid proton integration with other event loops (i.e QT and ACE)

2016-07-07 Thread Faycal El Karaa
Hi all, I am new to qpid proton. I've been reading the docs a lot, but can't find any easy way to integrate qpid proton with other event loops. I have a big application split into several processes using Qt for GUI and ACE library for all communications, the 2 integrate nicely with ACE_QtReactor

Re: Issue when using CMake to install Qpid broker

2016-07-07 Thread Chuck Rolke
You don't have to add anything. The binding is a product of the build. However, support for .NET binding ended with Visual Studio 2012. In your cmake command line turn off the .NET binding with -DBUILD_BINDING_DOTNET=No - Original Message - > From: "loremIpsum1771" > To: users@qpid.a

Re: Issue when using CMake to install Qpid broker

2016-07-07 Thread loremIpsum1771
I ran the command cmake -G "Visual Studio 12 2013" C:\\Downloads\qpid-cpp-0.34 as per the install instructions for windows and I got this log output: https://gist.github.com/loremIpsum1771/cd3cbbb5b6ec5358b9d9e5b16a4ad9b4 at the end of which the message: No DOTNET binding support available for Vis

Re: Issue when using CMake to install Qpid broker

2016-07-07 Thread Alan Conway
On Wed, 2016-07-06 at 09:28 -0400, Chuck Rolke wrote: > Hi. > > I've posted a successful build log for reference:  > http://people.apache.org/~chug/qpid-build-log-vs2012-x86.txt > > I don't have Boost for VS2013 so can't build with that version. > This example using VS2012 is pretty representativ