Problem while adding external Include path 2008/08/29 12:04
Karma: 0  
Hi, I am new to Palm programming. I am facing problem while adding external Include path for my header file. I have done it through Project ->Properties -> C/C++ include path & Symbols. It doesn't recognize my header file from this path and gives error "No such file or directory". It works if I give static path e.g #include "C:MyHeader.h"
If anyone has idea about adding external include path for Palm OS..
Thanks
The administrator has disabled public write access.
Re:Problem while adding external Include path 2008/08/31 12:54
Karma: 0  
Open "makefile", look for "LOCAL_INCLUDE_PATHS =", you can define a path to #include "" files there, comments above this option describe how to set up.
The administrator has disabled public write access.