Skip to main content
9-Granite
August 22, 2025
Solved

Creo toolkit full Asynchronous mode error

  • August 22, 2025
  • 1 reply
  • 2355 views

Hello there,

i am using creo 9.0 and vs professional 2022

I want to create a full asynchronous creo toolkit application on VS professional, but i dnt know how to start in a proper way. using some online materials i have managed to create  something ,

1) any guide or start point to async creo application

2) How to pass RPC commands and where to find it ?

3) when i try to unlock using protk_unlock , i get toolkit for drawing license isnt available , but i dnt use any api regarding drawings ?

4) how to generate a pfc file and use that to get all the data of the cad part from the session?

sorry if all these are basic as i am new to it . i have learnt creo toolkit synchronous mode but not this

Best answer by remy

Hi 

When you say create a full asynchronous toolkit application, do you mean that your application should start Creo ? or shall it catch a running Creo session?

by chance, can you confirm you have access to this article : https://www.ptc.com/en/support/article/CS355621 

 

This is a reference article from our knowledge.

1 reply

remy21-Topaz IAnswer
21-Topaz I
August 22, 2025

Hi 

When you say create a full asynchronous toolkit application, do you mean that your application should start Creo ? or shall it catch a running Creo session?

by chance, can you confirm you have access to this article : https://www.ptc.com/en/support/article/CS355621 

 

This is a reference article from our knowledge.

9-Granite
August 23, 2025

thanks for the reply @remy , yes i want to start creo using that application and pass RPC commands for feature creation , part creation..etc through the kernel to creo .