Debug & Release for asynch app.
Hello,
I have created an asynch protoolkit app for WF 5.0 in VS 2008. I have linked following librraies- prodevmd.lib
protkmd.lib ptasyncmd.lib wsock32.lib mpr.lib psapi.lib ws2_32.lib netapi32.lib.
When I build the code using debug option it works fine(though it has some warnings related to protkmd.lib).
When I build using release option it throws following error messages-
Error19 ;error LNK2019: unresolved external symbol _NetRemoteTOD@8 referenced in function _NetRemoteTOD_thunk
After referring to some more posts outside I changed runtime library settings as follows
for debug-
Multi-threaded Debug DLL (/MDd)
for release-
Multi-threaded DLL (/MD)
What I am missing??
Thanks
This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.

