How to get the status of dongle? If no dongle, SW application is still running in the background or foreground, and locked.
Now I find a way to get Errors with GetErrorMessages. I want to know more details of GetErrorMessages
GetErrorMessages from SW API as follows:
m_pSldWorks.GetErrorMessages(&msgs,&msgIDs,&msgTypes);
Which type or ID is relative to the status of dongle?
By the way, it took about 1’ when my program runs or loads SW Application.
It is a better way to get the status of dongle before my program runs SW application. If no dongle, my program would not be able to create the dispatch to SW application.
Yanhua |