adisonx
Thailand
29 Posts |
Posted - Jul 20 2015 : 02:11:38
|
I want to show text on my image and here is my code: String text1 = "Test"; String font = "TH Sarabun New"; TFontStyles fs; fs << fsBold ; this->ImageEnView->Proc->TextOut(PixelWidth+10,5,text1,font,32,clBlack,fs ,0,True);
Compile just fine ,but when I build the project ,It 's show error :
[ilink32 Error] Error: Unresolved external '__fastcall Imageenproc::TImageEnProc::TextOutW(int, int, System::UnicodeString, System::UnicodeString, int, System::Uitypes::TColor, System::Set<System::Uitypes::TFontStyle, 0, 3>, int, bool)' referenced from C:\USERS\ADISON\DOCUMENTS\EMBARCADERO\STUDIO\PROJECTS\WIN32\DEBUG\IMAGECLIENTMAIN.OBJ
How can I resolve this problem (ImageEn 5.2.0 and XE7).
|
|