Am 07.07.2012 um 00:30 schrieb Arnaud Nicolet: > Greetings, > > I want to send pictures over TCP. Using PictureToBinaryString and > BinaryStringToPicture methods, some pictures aren't restored > (BinaryStringToPicture returns nil, and the MD5 seems to have changed, but > I'm not sure).
I bet some mess with text encoding. (like converting image data string from MacRoman to UTF-8 destroys it) > So I'm trying to use PicHandleDataMBS to send the data, but I don't know > which method can convert the string back to a picture (BinaryStringToPicture > doesn't). An idea? BuildPictureWithPicHandleDataMBS Greetings Christian -- Check out the Omega Bundle: http://www.omegabundle.com/ _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
