Recent

Author Topic: Image1.Picture.SaveToFile('C:\image.bmp'); does not work  (Read 10406 times)

epsilon

  • New Member
  • *
  • Posts: 21
Image1.Picture.SaveToFile('C:\image.bmp'); does not work
« 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