When trying to compile a Win32 Smart Device Application (it's an empty console application with an empty "main" function in it), I get the following error:
"error LNK2019: unresolved external symbol wmain referenced in function mainWCRTStartup"
The error occurs in "corelibc.lib"
Can anyone shed light on why this is occurring when the project is almost empty
Thanks,
Phillip