How to debug an application created with help of Object Toolkit C++
Hello!
I'm trying to develop some application using object toolkit(from parametric 3.0) via c++.
Started from the building of async examples. I did read in the User Guide, that it's better to perform developing in async mode due to ability to debug your application.
I faced two problems:
1. program was terminated on line: connection = pfcAsyncConnection::Start(creo_cmd, text_path);
I'm using Visual Studio 2012. sync examples were executed OK.
I added following to "Debugging > Command Arguments > "$(PRO_COMM_MSG_EXE)\pro_comm_msg.exe" .text\"
I'm not sure it was a right decision, but I couldn't find any valid description of the process of executing an application in async mode, so just had to experiment 
At this point, it would be great to debug my program and find out an exception or some other additional info.
It's time to point #2.
2. There are no debugging symbols for object toolkit libs.
Where can I find it?
Thank you in advance,
Artem




