• [CONNECT C++] How to perform release bmake builds

    I have installed: MicroStation CONNECT Edition 10.15.0.74 MicroStation CONNECT Edition SDK 10.15.00.076 What do I need to add to my bmake files to generate release builds? I tried adding the above at the top of my mke files. Bmake successfully added…
  • RE: [Connect C++ MicrostationApi] Problem with changing textelement in cell

    Manuel Höger said: How can I replace it in the complex element? Each member of a ChildEditElemIter is an EditElementHandle . You should be able to use EditElementHandle.ReplaceElement or EditElementHandle.ReplaceElementDescr . Manuel Höger said: Do…