Hello, should mdlSystem_abortRequested work in DLL projects?
I am pressing CTRL+C, but mdlSystem_abortRequested does still return 0.
I have also tried to enable it using mdlSystem_userAbortEnable(1); without change...
Only that happen after my process is that annoying 'DING' sound is played as many times as I pressed CTRL+C.
I have also tried to process pending messages before call... also without success...
Thanks.
Have you tried mdlSystem_extendedAbortEnable and mdlSystem_extendedAbortRequested?
mdlSystem_extendedAbortEnable and mdlSystem_extendedAbortRequested allow an MDL application to check for a user abort using the same mechanism as MicroStation's update and fence processing. This lets the user abort a process using Escape, Reset or <Ctrl-C>. The other methods of signaling abort limit the user to pressing <Ctrl-C> to abort the application.
Cheers,
/Chris Z.
Hello Chris...
I had not it tried, but now I have and these do not work either...
Any idea? - other than Win32 API :)
Can you provide a better description of your use case?
Like a pseudocode (or actual code if it is small) so we can look closer on the context?
I have made something as follows: