[CONNECT Update 15 C++] ScaleRotateTextCell example crashes when clicking any function button on it, am I using it wrong or is it bugged?

It is a example under C:\Program Files\Bentley\MicroStationCONNECTSDK\examples\Elements\ScaleRotateTextCell

I can successfully bmake (\ScaleRotateTextCellbmake -a  ) the example and load it via utility. 

but crashes the microstation program when clicking the  Origin rotate text&cell  and  Origin scale text&cell  function.

The  Active scale by 3 points  and  Active rotate by 2 points  only responds but does not work by scaling nor rotating any selected element/object/model/text.

and only the  undo  button works, which by clicking it undo any globally performed action.

Please tell me what could be done to make this example work? Help is much appreciated.

Parents Reply
  • Hi, thank you for your reply.

    What Visual Studio version do you use to compile the application?

    I use Visual Studio 2017 enterprise

    What message or exception is displayed? Is exception log and memory dump created? When yes, do you analyze these files?

    When Clicking the button, Microstation freezes for a second before a complete clean exit. There is no error warning signs nor log I could find, at least not anywhere I searched under prefix "Bentley" in my system files.

    If you know where to find one, much is appreciated if you could tell where such logs would usually be located.

    So the problem is probably in wrong compilation or in used DGN file

    Probably so, but could you give more detail as to why this example crashes. Thanks ahead!

    I could share with you the example code I used. But I do not know if it is legal to do so?

Children