Board index » delphi » BC++ Builder - error msgs
rps...@aol.com (RPSFCA)
![]() Delphi Developer |
Fri, 27 Aug 1999 03:00:00 GMT
BC++ Builder - error msgsHello.... I'm using BC++ Builder and I'm trying to use TBitmap and the Clipboard Here's what I have now: Bmp = new Graphics::TBitmap; I was getting the following error: TBitmap* BM; I assume I need to do Graphics::TBitmap* ? I still get the following: Clipboard->Assign(BM); Image2->Picture->Assign(Clipboard); The online help refers to 'the following example', but there is no Thanks for any help.... Rich |