• [CONNECT Update 13 C#] MicroStation often gets stuck in debug mode

    Hi, it often happens that when debugging C # code, the MicroStation only boots up to the MicroStation splash screen and then no longer displays the actual GUI of the MicroStation, e.g. start the C # addin with mdl load xyz in the KeyIn window. After…
  • How to debug Pure MDL?

    Hi MicroStation Programmers, I am supporting a Pure MDL application (compiled with mcomp, etc) in V8i. How can I debug it? What tool can I use? I tried to find a way to debug in the SDK programmer's guide, but didn't find too much beside the instruction…
  • [CE] How to debug or log ribbon definition evaluation process?

    Hi, ribbon content, structure and layout can be defined in several different ways (using GUI and stored in dgnlib, in XML or compiled to .rsc format). Especially when visbility expressions are defined e.g. using Named Expression(s), it's very simple…
  • Debug version 3rd party DLL with STL (BentleyMap SS4, NativeCode MDL, C++)

    Hi! I am very unfamiliar with C++ linker and buider options and preparing the environment for developing Microstation API. Using the guides available online I managed to get over most of the difficulties, but now I'm stucked. I have run-time issues…
  • Interactive Debugging C++ in Visual Studio

    Thank you guys for all of the help. Today, I finally was able to compile .ma files from within VS. I have now begun debugging the application. I have successfully put in breakpoints, attached to MicroStation, and reached those breakpoints/walk through…
  • [v8i SS3 C++] A guide to compile and debug MDL applications using Visual Studio

    Hi, Personally, I really had many difficulties to be able to find exact information about compiling and debugging MDL applications using Visual Studio. Now we prepared a documentation, with help of my colleague Mennan Kose, and publishing on below page…