Group: Moderators
Posts: 593,
Visits: 4.9K
|
Great!
It was a bug in Microsoft Visual Studio. For anyone who's interested, when you change the target of a project, the IDE automatically changes most of the settings, but doesn't update the 'Subsystem' value.
So you end up with a DLL built and linked correctly against the right SDK, but with the Subsystem set at the old value. So in this case, the DLL had a Subsystem of 5.1 which was 0.1 higher than WinCE 5.0 is happy with...
|