Add new comment

Thanks for this Post.While creating project i used Visual Studio 2005 and selected Pocket PC 2003 SDK.And i changed location as :

I'm getting the following error :

1>------ Build started: Project: HelloWorldWebService1, Configuration: Debug Pocket PC 2003 (ARMV4) ------
1>Compiling...
1>HelloWsdl.cpp
1>Linking...
1>stdsoap2.obj : error LNK2019: unresolved external symbol __security_cookie referenced in function soap_flush_raw
1>HelloWsdl.obj : error LNK2001: unresolved external symbol __security_cookie
1>stdsoap2.obj : error LNK2019: unresolved external symbol __security_check_cookie referenced in function soap_flush_raw
1>HelloWsdl.obj : error LNK2001: unresolved external symbol __security_check_cookie
1>LIBCMTD.lib(gshandler.obj) : error LNK2001: unresolved external symbol __security_check_cookie
1>Pocket PC 2003 (ARMV4)\Debug/HelloWorldWebService1.exe : fatal error LNK1120: 2 unresolved externals
1>Build log was saved at "file://d:\TestCode\HelloWorldWebService1\HelloWorldWebService1\Pocket PC 2003 (ARMV4)\Debug\BuildLog.htm"
1>HelloWorldWebService1 - 6 error(s), 0 warning(s)

Pl. help.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========