Lazarus

Programming => Graphics and Multimedia => Graphics => Topic started by: hakelm on February 14, 2018, 05:14:28 pm

Title: What happened to pcfDelphiBitmap
Post by: hakelm on February 14, 2018, 05:14:28 pm
I couldn't recompile some of my old code in which I paste images into the application. The error was
Error: Identifier not found "pcfDelphiBitmap"
I am using Lazarus 1.9, SVN 57227M and pcfDelphiBitmap seems to have disappeared from clipbrd.pp.
What is now the best practice for copying and pasting images?
H
Title: Re: What happened to pcfDelphiBitmap
Post by: wp on February 14, 2018, 05:21:12 pm
http://wiki.freepascal.org/Lazarus_1.10.0_release_notes#Predefined_clipboard_format_pcfDelphiBitmap_was_removed

Just remove the "Delphi" from the pcf: pcfDelphiBitmap --> pcfBitmap
Title: Re: What happened to pcfDelphiBitmap
Post by: hakelm on February 14, 2018, 09:37:23 pm
Thanks!
H
TinyPortal © 2005-2018