• slider image 442
  • slider image 497
  • slider image 498
  • slider image 499
  • slider image 500
  • slider image 502
:::


Browsing this Thread:   2 Anonymous Users






Re: 訊息.....Error [1109] type mismatch in redeclaration of 'putrsXLCD'
#3
資深會員
資深會員


查看用戶資訊
<PARAM_SCLASS const MEM_MODEL rom 是什麼意思?? 看不懂這個語法 ..>
那是問你要用RAM模式宣告
還是要用ROM模式宣告

發表於: 2005/8/25 17:24
==== ^^ ^^ ====
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部


Re: 訊息.....Error [1109] type mismatch in redeclaration of 'putrsXLCD'
#2
資深會員
資深會員


查看用戶資訊
我把. h檔的
void putrsXLCD(PARAM_SCLASS const MEM_MODEL rom char *);
改成
void putrsXLCD(const rom char *);

就可以了

----------------------------------------------------------------
那, 請問
PARAM_SCLASS const MEM_MODEL rom 是什麼意思?? 看不懂這個語法 ..

發表於: 2005/8/25 16:35
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部


訊息.....Error [1109] type mismatch in redeclaration of 'putrsXLCD'
#1
資深會員
資深會員


查看用戶資訊
目前使用C18的LCD內建函數來顯示LCM
把程式編譯時會出現下列的錯誤

Error [1109] type mismatch in redeclaration of 'putrsXLCD'

問題是出在.h檔 putrsXLCD 函數的原型宣告和 .C檔的不同

myXLCD.h 檔的是
void putrsXLCD(PARAM_SCLASS const MEM_MODEL rom char *);

C 檔的是
void putrsXLCD(const rom char *buffer)
{
while(*buffer) // Write data to LCD up to null
{
while(BusyXLCD()); // Wait while LCD is busy
WriteDataXLCD(*buffer); // Write character to LCD
buffer++; // Increment buffer
}
return;
}

請問兩個宣告mismatch , 該如何更改??

PS.
我目前是把 .C 檔的 putrsXLCD() 暫時刪掉
compiler 後就 pass 了, 且確定程式可以執行可以顯示

發表於: 2005/8/25 16:27
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部







You can view topic.
不可以 發起新主題
You cannot reply to posts.
You cannot edit your posts.
You cannot delete your posts.
You cannot add new polls.
You cannot vote in polls.
You cannot attach files to posts.
You cannot post without approval.
You cannot use topic type.
You cannot use HTML syntax.
You cannot use signature.
You cannot create PDF files.
You cannot get print page.

[進階搜尋]


:::

Microchip連結

https://www.facebook.com/microchiptechnologytaiwan/
http://www.microchip.com.tw/modules/tad_uploader/index.php?of_cat_sn=13
https://mu.microchip.com/page/tmu
http://elearning.microchip.com.tw/modules/tad_link/index.php?cate_sn=1
https://page.microchip.com/APAC-PrefCenters-TW.html
http://www.microchip.com/
http://www.microchip.com/treelink
http://www.microchipdirect.com/
http://www.microchip.com.cn/newcommunity/index.php?m=Video&a=index&id=103
http://www.microchip.com.tw/modules/tad_uploader/index.php?of_cat_sn=2
http://www.microchip.com.tw/Data_CD/eLearning/index.html
http://www.microchip.com.tw/RTC/RTC_DVD/
https://www.microchip.com/development-tools/
https://www.youtube.com/user/MicrochipTechnology
[ more... ]

教育訓練中心

!開發工具購買
辦法說明 [業界客戶] [教育單位]
----------------------------------
!校園樣品申請
辦法說明 [教師資格] [學生資格]
----------------------------------