After building and testing my platform in the platform builder [4.2] I
created a sample application that worked fine.
I then exported an SDK and installed it on the same computer.
Under eVC4 that sample application did not compile because it could not find
the file "nkintr.h" which is #included from one of the CPP files.
To resolve this I added the path
[D:\WINCE420\PUBLIC\my_platform\WINCE420\CEPC\cesysgen\oak\inc] in
Tools->options->Directories.
But this is not an acceptable solutions, because other developers in my team
to not have PB installed at all, only eVC4. They do not have a \WINCE420
folder at all...
After resolving the "nkintr.h" problem, the file "ceddk.lib" which was
required by the project was missing.So now I had to add
[D:\WINCE420\PUBLIC\my_platform\WINCE420\CEPC\cesysgen\oak\lib\x86\retail]
I was finally able to built the project; When I debugged it, eVC asked for
some missing DLL like "zlib.dll" So I directed it to
[D:\WINCE420\PUBLIC\my_platform\RelDir\CEPC_X86Release]
Why were the files "nkintr.h", "ceddk.lib", "zlib.dll" and other missing
from the SDK?
How do I address this problem in computers who do not have the platform
[\WINCE420] files install in?
Thanks.
Offir.