Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
I have started to create a couple test J-Link applications and every time I exit from Pro/ENGINEER I get a message that the application did not stop correctly. I have a stop method in my code but how do I call it when Pro/E is exiting?
Hello Scott
Send me your class that starts your applicaiton and I will help you.
This message is not so much for Scott, but for the benefit of
others reading this thread having the same question ....
The "start" and "stop" methods in your J-Link application are
called by Pro/Engineer when it wants to start and/or stop your
program. You shouldn't need to call it yourself.
Not only will calling your "stop" method not stop your app, but
it could also hose up Pro/Engineer in the process.