全國最多中醫師線上諮詢網站-台灣中醫網
發文 回覆 瀏覽次數:988
推到 Plurk!
推到 Facebook!

a question about Envision Image v2. Help!

尚未結案
erupt918
一般會員


發表:7
回覆:1
積分:1
註冊:2003-08-10

發送簡訊給我
#1 引用回覆 回覆 發表時間:2003-08-18 13:02:51 IP:61.144.xxx.xxx 未訂閱
Hello! Today I download Envision Image v2. And when I compiled my program using BCB6, I found there were two errors. I could not find the reason. Can you tell me? Thank you very mucn! error: [Linker Error] Unable to open file 'ENIMGSCR.R32' [Linker Error] Unable to open file 'ENANPROP.DFM' this is my program. #pragma hdrstop #include "Unit1.h" //--------------------------------------------------------------------------- #pragma package(smart_init) #pragma link "EnImgScr" #pragma resource "*.dfm" #include "extdlgs.hpp" TForm1 *Form1; //--------------------------------------------------------------------------- __fastcall TForm1::TForm1(TComponent* Owner) : TForm(Owner) { } //--------------------------------------------------------------------------- void __fastcall TForm1::OpenBtnClick(TObject *Sender) { TOpenPictureDialog* OpenDialog = new TOpenPictureDialog(NULL); OpenDialog->Filter = GraphicFilte (__classis (Graphics::TGraphic)); if (OpenDialog->Execute()) { ImageScrollBox1->LoadFromFile(OpenDialog->FileName,1); Label1->Caption= ImageScrollBox1->FileName; ImageScrollBox1->Show(); } delete OpenDialog; }
系統時間:2024-06-13 21:39:00
聯絡我們 | Delphi K.Top討論版
本站聲明
1. 本論壇為無營利行為之開放平台,所有文章都是由網友自行張貼,如牽涉到法律糾紛一切與本站無關。
2. 假如網友發表之內容涉及侵權,而損及您的利益,請立即通知版主刪除。
3. 請勿批評中華民國元首及政府或批評各政黨,是藍是綠本站無權干涉,但這裡不是政治性論壇!