推 johnpage: 宣告檔錯誤 08/19 16:30
請教一下
我要將linux的c++ code改到win平台去build
可是底下一直build不過
parserbuffer.h: http://codepad.org/prLGA4KS
parserbuffer.cpp: http://codepad.org/2fHQtR1k
跳出底下錯誤:
我把inline unsigned char* CParserBuffer::GetPointer()的inline移掉沒有用
變數mpBuffer宣告在protected裡也找不到
不知道為什麼會這樣
謝謝
BUILD: [01:0000000071:ERRORE]
c:\wince600\platform\project\src\drivers\parser\parserbuffer.h(71) : error
C2039: 'GetPointer' : is not a member of 'CParserBuffer'
BUILD: [01:0000000073:ERRORE]
c:\wince600\platform\project\src\drivers\parser\parserbuffer.h(73) : error
C2065: 'mpBuffer' : undeclared identifier
BUILD: [01:0000000074:ERRORE]
c:\wince600\platform\project\src\drivers\parser\parserbuffer.h(73) : error
C2065: 'miUsed' : undeclared identifier
BUILD: [01:0000000075:ERRORE]
c:\wince600\platform\project\src\drivers\parser\parserbuffer.h(76) : error
C2039: 'GetData' : is not a member of 'CParserBuffer'
BUILD: [01:0000000077:ERRORE]
c:\wince600\platform\project\src\drivers\parser\parserbuffer.h(78) : error
C2065: 'miDone' : undeclared identifier
--
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 125.227.137.187
※ 文章網址: http://www.ptt.cc/bbs/C_and_CPP/M.1408434445.A.68D.html
※ 編輯: liptonbin (125.227.137.187), 08/19/2014 16:08:09
※ 編輯: liptonbin (125.227.137.187), 08/19/2014 16:08:37