SYMPTOMS
Within a new Windows CE platform you can have multiple projects, for which you have to declare dependencies. For example, if you have two projects, then you declare the first project, such as "Project1.dll", to be dependent upon the second project, which you might call "Project2.dll". If the dependencies are not specified properly, then a linker error occurs.
Problem:
When you build the platform,
Project2 should be built first, and because of the dependency setting,
Project1 should be built after this.
But if the dependency settings are not correct, then the build process may stop and the following error message appears:
Compiling resources...
Compiling...
Project1.cpp
Linking...
LINK : fatal error LNK1104: cannot open file
"..\Hardware\WCEX86Dbg\project2.lib"
Error executing link.exe.