首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

how to deal with "undefined reference to XXX"

2012-11-03 
how to deal with undefined reference to XXX1. u can ctrlleft click XXX in codelite, normally it w

how to deal with "undefined reference to XXX"
1. u can ctrl+left click XXX in codelite, normally it will show u the definition file of xxx, then u may find out which file the implementation is in, for example the same or similiar name as the header file. 
2. search content xxx in the errored file. Sometimes the implementation file is in the same place as the errored file.
3. google "undefined reference to XXX" or just xxx, u may find some useful infomation there.

热点排行