Lazarus

Programming => Graphics and Multimedia => Graphics => Topic started by: epsilon on March 08, 2005, 04:46:48 pm

Title: Image1.Picture.SaveToFile('C:\image.bmp'); does not work
Post by: epsilon on March 08, 2005, 04:46:48 pm
Hallo everybody. I have the problem similar to http://www.lazarus.freepascal.org/index.php?name=PNphpBB2&file=viewtopic&t=606
I have a figure and I REALLY need to either print out it or save it to a file. Trying the
Code: [Select]
Image1.Picture.SaveToFile('C:\some_image.bmp'); or
Code: [Select]
Image1.Picture.Bitmap.SaveToFile('C:\some_image.bmp'); I obtain the message
Quote
Project project1 raised exception class 'External: SIGSEGV'.
Even if the debugger is set to none the message
Quote
Access violation
appears. Please HELP ME with this serious (for me) problem.
Epsilon
TinyPortal © 2005-2018