Re: is there any example illustrate how to send binary data via python client?

2012-06-20 Thread jinjianmin
thanks,Florian that's exactly the reason why it failed. cause i have passsed an dictionary object (primitive type) , now i have converted it to a string , it works ok now, thanks. -- View this message in context: http://qpid.2158936.n2.nabble.com/is-there-any-example-illustrate-how-to-send-binar

Re: Building Qpid/WCF Bindings in Visual Studio 2010 (64Bit) on Windows 7

2012-06-20 Thread Cliff Jansen
Are you running windows 64 bit? Did you build any of the C++ or WCF components as 32bit assemblies? The error you are seeing often results from mixing assembly types. If you built your final exe as "Any CPU", it will start out as 64 bit by default and fail when loading any of the 32 bit componen

Re: is there any example illustrate how to send binary data via python client?

2012-06-20 Thread Florian Weimer
On 06/20/2012 02:06 PM, jinjianmin wrote: i have a diction object which contains a field consists of binary data, i have tried to encode it to string using base64 with no luck, it throws error like raise CodecException("Cannot encode %d as uint16" % n) CodecException: Cannot encode 244761 as

is there any example illustrate how to send binary data via python client?

2012-06-20 Thread jinjianmin
i have a diction object which contains a field consists of binary data, i have tried to encode it to string using base64 with no luck, it throws error like raise CodecException("Cannot encode %d as uint16" % n) CodecException: Cannot encode 244761 as uint16 )uint16 could anyone here give so

Re: Building Qpid/WCF Bindings in Visual Studio 2010 (64Bit) on Windows 7

2012-06-20 Thread Ramith Jayasinghe
Hi I was able to build the WCF/C++ successfully ( - even if I had to manually to add ""$(BOOST_ROOT)\stage\lib" to 'Additional Library Directories"). I didn't try to run tests. But I want to try out the samples provided. The most simplest sample [1] and WCFToWCFDirect also fails with following erro