Header files

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Header files

2,571 次查看
NZ_Design
Contributor I
Are trying to delear a header file in a different location to the standard include file location.
 
Have added the file to the project but the compiler comes up and says it is not found.
 
Why
 
and how do I do it.
 
Daniel
标签 (1)
0 项奖励
回复
1 回复

523 次查看
J2MEJediMaster
Specialist I
Assuming that you're using the Codewarrior IDE, does the file name appear in the project window? If not, then IDE's build system doesn't recongize it. If the file's name is visible, check to see if it's part of the target build. That is, see if there's a black dot in the target column (it has a little red bullseye icon with a black arrow in it at the top of the project window). The black dot in this column indicates that the IDE will use the header file as part of the build process. No dot, and the IDE ignores it.

---Tom
0 项奖励
回复