Header files

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Header files

2,574件の閲覧回数
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 返信

526件の閲覧回数
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 件の賞賛
返信