• Known issues in MDL?

    Hi programmers, do you know about some known issues in MDL/Ustn API related forum/blog/wiki/documentation? As far as I remember, we have found some issues (bugs in MDL and COM DGN object) in past which are still being found again and again by another…
  • KeyIn "Attach Reference" leads MicroStation to unnormal state

    Hi, in MicroStation V8i (SELECT series 2) - Version 08.11.07.446 (German) I have a problem when I try to attach a reference by Key-In. InputQueue->SendKeyin( _bstr_t( "reference attach \"c:\\file.dgn\"" ) ); After I accept the reference settings…
  • Developing C++ application with managed and unmanaged code

    Hi, Soon I should start developing a new AddIn. NET and it should use the functions mdlKISolid ... What I want to know is: 1. if I can call functions mdl in a managed C++ project, 2. if there are methods. NET that replace the functions mdlKISolid. Thanks…