Need help compiling Today Screen Native Code plug-in
I installed eMbedded Visual C++ 4.0 (SP3) and downloaded the samples as listed herehttp://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppcgen/html/TodayScrn.asp
i've been trying to follow the steps in the article but I can't get the unamanaged code to compile, I installed the Pocket PC 2003 SDK and referenced the directories for the inclulde and lib files but I get these errors
Compiling...
StdAfx.cpp
TodayScreenDataMgr.cpp
Linking...
Creating library X86Rel/TodayScreenDataMgr.lib and object X86Rel/TodayScreenDataMgr.exp
LINK : error LNK2001: unresolved external symbol __DllMainCRTStartup
TodayScreenDataMgr.obj : error LNK2019: unresolved external symbol _MapViewOfFile referenced in function _TodayScreenDataMgr_Open
TodayScreenDataMgr.obj : error LNK2019: unresolved external symbol __imp__CreateFileMappingW referenced in function _TodayScreenDataMgr_Open
TodayScreenDataMgr.obj : error LNK2019: unresolved external symbol _wcscat referenced in function _TodayScreenDataMgr_Open
TodayScreenDataMgr.obj : error LNK2019: unresolved external symbol _wcscpy referenced in function _TodayScreenDataMgr_Open
TodayScreenDataMgr.obj : error LNK2019: unresolved external symbol _wcslen referenced in function _TodayScreenDataMgr_Open
TodayScreenDataMgr.obj : error LNK2019: unresolved external symbol __alloca_probe referenced in function _TodayScreenDataMgr_Open
TodayScreenDataMgr.obj : error LNK2019: unresolved external symbol _UnmapViewOfFile referenced in function _TodayScreenDataMgr_Close
TodayScreenDataMgr.obj : error LNK2019: unresolved external symbol __imp__CloseHandle referenced in function _TodayScreenDataMgr_Close
TodayScreenDataMgr.obj : error LNK2019: unresolved external symbol __imp__GetTickCount referenced in function _TodayScreenDataMgr_setTodayData
X86Rel/TodayScreenDataMgr.dll : fatal error LNK1120: 10 unresolved externals
Error executing link.exe.
I don't know what to do now, I know diddly squat about c++, I'm just trying to follow what the article says.

