作者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
推 ohb:檢查一下include/util.h的symbolic path是詞是跑掉了.. 11/24 17:04
→ ohb:我之前也有這樣的問題 11/24 17:05
推 scxz:解決了...感激 11/24 17:18