While porting a desktop application to windows mobile I've reached the following error:
Error LNK2019: unresolved external symbol CompleteAuthToken referenced in function
Reading MSDN it tell me that CompleteAuthToken is supported on Windows CE 2.10 and later and I should link against Secur32.lib, but adding that library didn't fix the unresolved symbol error. Any ideas?
Note: I'm using Visual Studio 2008 + Windows Mobile 6.0 SDK.