[问题] 请教C++ error 问题

楼主: liptonbin (我还存在耶)   2014-08-19 15:47:22
请教一下
我要将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
作者: johnpage (johnpage)   2014-08-19 16:30:00
宣告档错误

Links booklink

Contact Us: admin [ a t ] ucptt.com