• MicroStation V8i: MDL Debug tool command documentation?

    Hi Experts, I am using MicroStation V8i SS4 and its SDK to work with some Pure MDL code, and I am trying to use the "MDL Debug" tool from key-in. After loading all the MDLs, I used key-in "MDL Debug" key-in to invoke the "mdb>" prompt in the text…
  • MicroStation V8i pure MDL: documentation for mdlInput_sendKeyin and mdlDialog_find?

    Hi MicroStation Experts, I am working with some pure MDL code and saw the usage of some functions such as mdlInput_sendKeyin and mdlDialog_find . I searched for their documentation from the .chm help files (MicroStationAPI, MicroStationVBA, MicroStationProgrammerGuide…
  • 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…
  • Creating PointCloud with API PointCloudPodWriter

    Im developing an MDL application (pureMDL and compile by bmake). I try to create a PointCloud. Here is my code. Dpoint3d p1; p1.x=0; p1.x=1000; p1.x=2000; UChar ch=0; // I do not know what value should be here StatusInt stat; Bentley::WString podName…