• [CONNECT C++] mdlDialog_sendMessagesOnUnload()

    I have a couple of dialog hook classes that release memory in the _Destroy event. I noticed that I am seeing an Internal Access Violation message from MicroStation if I unload the app. when the dialog is open. The _Destroy event was not being called in…
  • How to unload a C# addin dll without exiting Microstation

    How to unload a C# addin dll without exiting Microstation. I have tried mdl unload and the dll does not unload. IS there any way to unload the program without exiting Microstation?