trichview.support
DrawControl problem |
Author |
Message |
Patrick Artaud |
Posted: 04/25/2002 18:39:37 Hello I try to use the printpreview, I try the sample code in the "Editor" example and I have a linker error with : Unresolved external __fastcall CtrlImg::DrawControl(Controls::TControl") referenced from..... This is the code : void __fastcall TForm1::RVPrint1PrintControl(TCustomRVPrint *Sender, TControl *PrintMe, Graphics::TBitmap *&ComponentImage) { ............... ComponentImage= DrawControl(PrintMe); } the paths are good in the project option, the file CtrlImg.hpp exist I included it in my cpp file. I don't know now where to look If you have any idea I thank you Patrick |
Powered by ABC Amber Outlook Express Converter