Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Hello,
Now I am looking for correct project setings in VS 2008 to make application for WF 5.0.
Currently I am getting linking errors with following project settings.-
DE- VS 2008
Project type- Win32 console application.
libraries - pt_asynchronous.lib protoolkit.lib prodevelop.lib wsock32.lib mpr.lib psapi.lib ws2_32.lib libcmt.lib
ignore specific library - libcmtd.lib
C-C++->code generation - Multi-threaded Debug (/MTd)
This are the parameters i think causing linking problem. Remaining paths to the include & obj directories were set properly.I am getting the linker errors as follows-
Error 1 error LNK2019: unresolved external symbol _NetRemoteTOD@8 referenced in function _NetRemoteTOD_thunk protoolkit.lib
Please let me know correct project setting or this.
Thanks
Now I can see some what reduced error messages,Thanks Bob.
There are some linking issues still remaining
it is-
Error1error LNK2001: unresolved external symbol __invalid_parameter_noinfoprotoolkit.lib
Kindly provide me inputs to resolve this issue.
Rahul