I'm trying to add a WM5 target to my PPC2003 solution (Visual Studio
2005). I installed the SDK, added a new build type (I derived it from
my PPC2003 build type), and chose the correct emulator for the target
device.
The problem is that even if I have /GS- in the compiler settings
(disable security checks), I am still getting LNK1104 for secchk.lib.
As far as I can tell, secchk.lib doesn't even exist in the WM5 SDK.
I can't find any explicit references to secchk.lib anywhere in the
project. Does anyone know where I went wrong, or what the solution is?