作者scxz (tears and rain)
看板EE_DSnP
标题[问题] compile 的error
时间Fri Nov 24 16:45:59 2006
> compiling: cmdCommon.cpp
cmdCommon.cpp: In member function 'virtual CmdExecStatus QuitCmd::exec(const
std::string&)':
cmdCommon.cpp:63: error: 'myStrNCmp' was not declared in this scope
cmdCommon.cpp:72: error: 'myStrNCmp' was not declared in this scope
为什麽会这样呢
cmdCommon.cpp明明有include util.h阿
而util.h不是有declare myStrNCmp这个function吗?
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.112.241.149
1F:推 ohb:检查一下include/util.h的symbolic path是词是跑掉了.. 11/24 17:04
2F:→ ohb:我之前也有这样的问题 11/24 17:05
3F:推 scxz:解决了...感激 11/24 17:18