Hello. I have this test code which works fine on Mac but fails on my Linux 
installation:

dim p As Picture
dim q As Picture
dim s As String

p=new Picture(32,32,32)
p.Graphics.DrawOval 0,0,32,32

s=PictureToPNGStringMBS(p)

q=PNGStringToPictureMBS(s)
Break

Running on Linux Mint 18.1 64-bit, Cinnamon 3.2.7., PictureToPNGStringMBS 
returns an empty string.

In the more complex project where I had troubles at the first place, I noticed 
PNGStringToPictureMBS returned a nil picture (it worked fine on the Mac and 
Windows versions).

Perhaps a problem with shared libraries?
_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to