將C CODE轉成BCB修改上的問題 |
答題得分者是:taishyang
|
teuese11
一般會員 發表:6 回覆:15 積分:4 註冊:2007-04-24 發送簡訊給我 |
這是我之前在網站上找到的LIC CODE,然後我要修改再BCB上使用,可是在執行時出現這一行[C Error] Unit1.cpp(46): E2451 Undefined symbol 'color'
可是我無法找出問題點,可以請各位大大幫我看一下問題嗎 編輯記錄
taishyang 重新編輯於 2007-07-23 16:29:00, 註解 將文章分類成[問題]‧
|
taishyang
站務副站長 發表:377 回覆:5490 積分:4563 註冊:2002-10-08 發送簡訊給我 |
|
teuese11
一般會員 發表:6 回覆:15 積分:4 註冊:2007-04-24 發送簡訊給我 |
謝謝您的答覆
但void Print()在這裡面不是有定義了嗎?? textarea class="cpp" rows="10" cols="60" name="code">
void Print()
{
double scale;
double magind;
double mag;
Point1 color;///////////////但在這個地方不是已經有定義了嗎 //printf("P2\t%d\t%d\t255\n",rows,cols);
printf("P3\t%d\t%d\t255\n",cols,rows);
for (int i=0; i
錯誤訊息是說沒有定義color |
taishyang
站務副站長 發表:377 回覆:5490 積分:4563 註冊:2002-10-08 發送簡訊給我 |
|
teuese11
一般會員 發表:6 回覆:15 積分:4 註冊:2007-04-24 發送簡訊給我 |
謝謝您的答覆
但是這行的color ptr1[j*3]=((int)color.coord[0]); 不是void Print()的(int)color.coord[0]嗎?? <textarea class="cpp" rows="10" cols="60" name="code"> void Print()(int)color.coord[0] { double scale; double magind; double mag; Point1 color; //printf("P2\t%d\t%d\t255\n",rows,cols); printf("P3\t%d\t%d\t255\n",cols,rows); for (int i=0; i 錯誤訊息指的是下面這邊的color沒有定義 void __fastcall TForm1::BitBtn1Click(TObject *Sender) { ????.... ??? ptr1[j*3]=((int)color.coord[0]);? <--- 指的是這裡 ??? .... } |
taishyang
站務副站長 發表:377 回覆:5490 積分:4563 註冊:2002-10-08 發送簡訊給我 |
|
teuese11
一般會員 發表:6 回覆:15 積分:4 註冊:2007-04-24 發送簡訊給我 |
|
teuese11
一般會員 發表:6 回覆:15 積分:4 註冊:2007-04-24 發送簡訊給我 |
因為我是要將Print()裡的color.coord[]丟給主程式的Ptr
所以我將point1 color複製放在unit1.h的以下程式 這樣對嗎 <textarea class="cpp" rows="10" cols="60" name="code"> class TForm1 : public TForm { __published: // IDE-managed Components TImage *Image1; TImage *Image2; TBitBtn *BitBtn1; void __fastcall BitBtn1Click(TObject *Sender); private: // User declarations public: // User declarations Point1 color;////////////放在這裡 __fastcall TForm1(TComponent* Owner); }; </textarea> ===================引 用 teuese11 文 章=================== 謝謝您的回覆 我已經瞭解了 ===================引 用 taishyang 文 章=================== 很顯然的並不是,是的話編譯就會過啦^^ 你的Point1?color; 是區域變數,生命週期只會在void?Print() 裡面 |
本站聲明 |
1. 本論壇為無營利行為之開放平台,所有文章都是由網友自行張貼,如牽涉到法律糾紛一切與本站無關。 2. 假如網友發表之內容涉及侵權,而損及您的利益,請立即通知版主刪除。 3. 請勿批評中華民國元首及政府或批評各政黨,是藍是綠本站無權干涉,但這裡不是政治性論壇! |