Hallo everybody. I have the problem similar to
http://www.lazarus.freepascal.org/index.php?name=PNphpBB2&file=viewtopic&t=606I have a figure and I
REALLY need to either print out it or save it to a file. Trying the
Image1.Picture.SaveToFile('C:\some_image.bmp');
or
Image1.Picture.Bitmap.SaveToFile('C:\some_image.bmp');
I obtain the message
Project project1 raised exception class 'External: SIGSEGV'.
Even if the debugger is set to none the message
Access violation
appears. Please
HELP ME with this serious (for me) problem.
Epsilon