Re: review request: patch to cmake for windows builds

2012-11-01 Thread Ken Giusti
I've created a project branch kgiusti-msvc2010 on the apache site - no need to use github. Here is the current diff in all it's glory: https://reviews.apache.org/r/7826/ -K - Original Message - On Wed, 2012-10-31 at 13:46 -0400, Ken Giusti wrote: Hi Cliff/Mary, I'm trying to

Re: review request: patch to cmake for windows builds

2012-11-01 Thread Rafael Schloming
FWIW, a lot of the patches that have been made to the build system so far were taken from the cpp broker's build and to be honest when you push for the reason they were done that way there is sometimes a good reason and sometimes no good reason, and sometimes a reason that doesn't apply to proton.

RE: review request: patch to cmake for windows builds

2012-11-01 Thread Mary Hinton
I'm looking forward to the python cmake support for Visual Studio, especially for creating the _cproton library for python. I compared my qpid-proton dll project file for the one generated by cmake using the Visual Studio 10 makefile selection. Ken's fix for the LIB64 on line 45 of

Loading a message with AMQP types

2012-11-01 Thread Raul Jimenez
Hello, I am trying to load a message with amqp types but am unsure on how to pack and unpack. If some one could point me towards the right direction I'd appreciate it. I have tried the following (messenger and message setup omitted): Note: I can send text without issue. server: int i=0;