Change Linker Overrides (Compact 7)
3/12/2014
In Windows Embedded CE 6.0 and earlier versions, you could override an object (.obj) file by creating a second .obj file with the same file name. This technique was used in some places in the OS source code for these versions.
This technique does not work in Windows Embedded Compact 7 because the build uses full file name paths. To override .obj files, you must add the following entry to your sources file: EXPANDPATHS_ENABLED=0
.