The PTC Community is on temporary read only status in preparation for moving our community to a new platform. Learn more here
Hello there,
As you can see , i am trying build a simple full asynchronous mode of toolkit application to connect to a running creo session, later i will try to fetch the component details. But as off now i am stuck with this errors , can anyone help me.
1) I am not sure if i have included correct libraries in project settings.
2) stuck in these errors
is there any manual to dive deep to study on full asynchronous mode
Many correct hints have been given already.
Not mentioned yet, but helps to rule out environment problems: start the asynchronous TOOLKIT application from within Creo (inherits environment variables and other process contexts from Creo that help the IPC pro_comm_msg.exe to find/connect to Creo).
Therefore in Creo use the button/command "Open System Window". A cmd.exe terminal appears, blocking Creo (since synchronous to Creo).
In this terminal, type and execute
start "Creo context" cmd a 2nd terminal window opens (inheriting Creo context, too) with title "Creo context", but this is non-blocking to Creo.
Now close the 1st terminal to unblock Creo.
The 2nd terminal "Creo context" should be still open and can be used to start asynchronous applications as usual, but more likely to connect.
If this still does not work, something seriously blocks IPC (TCP/IP) or simple errors where made using TOOLKIT API/setting up Creo.
