cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

Embedding external application into protoolkit

ptc-3251077
1-Newbie

Embedding external application into protoolkit

Hi all,

Is it possible to embed any external application(other than prottolkit dll) into pro toolkit synchronous or asynchronous application?

If yes then please let me know how can we do it?

TIA

-Vaibhav Gharat


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.
2 REPLIES 2

Hi,


Export the functions from the external dll, and you can call those functions inside the toolkit application.


If you want to call the applications use,


system("notepad.exe"); - This will call the command through console.



Joseph

Hi,


I'm not sure if I understand ur question correct.


You can also use the syncronous or asyncronous J-Link possibilities (Java) oder WebLink (JavaScript). In both u can use C-dll's to have the full capacity of Toolkit features.


or


like Joseph says u can write a Server Application in the dll and connect with another application on the running dll, or start files directly through standard C - Code.



Regards,


Eike

Top Tags