Is the Graphics unit in your uses clause?

yes,  it is

TBitmap works in Windows CE, so there is something wrong with your code.
var bmp: TBitmap;
begin
   bmp:= TBitmap.Create;

what's wrong with this?

thanks,

Paul


_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to