C++ Example

Hello again,

Can you point me in the right direction for creating a simple C++ app for microstation?  I know there are examples in the SDK, I just don't know what they are called.  Which place in the SDK should I look at for the basics of creating a C++ app.  

I am comfortable with C++, I just do not know where to start off.  Is bookstore, gasmain, propviewer, and webstore what I should look at?  They are not .ma files, so I was unsure if  I could load them into Microstation.

Thank you again for your time, help, and patience.

Parents
  • Hi Chad,

    Unknown said:
    Which place in the SDK should I look at...

    You did not tell what version of MicroStation and MicroStation SDK do you use. In V8i, the default SDK examples folder is MDLProjects V8i (SELECTseries 3) in your Documents.

    Unknown said:
    ...for the basics of creating a C++ app.

    You can choose nearly any from the delivered examples, because they all are "basic" in terms they demonstrate one specific are of MicroStation API. For sure you can start with the example called basic.

    Unknown said:
    Is bookstore, gasmain, propviewer, and webstore what I should look at?

    These examples are Bentley Map examples, not MicroStation (and as such they cannot be treated as basic). Can you confirm you have installed and use MicroStation or Bentley Map?

    With regards,

      Jan

Reply
  • Hi Chad,

    Unknown said:
    Which place in the SDK should I look at...

    You did not tell what version of MicroStation and MicroStation SDK do you use. In V8i, the default SDK examples folder is MDLProjects V8i (SELECTseries 3) in your Documents.

    Unknown said:
    ...for the basics of creating a C++ app.

    You can choose nearly any from the delivered examples, because they all are "basic" in terms they demonstrate one specific are of MicroStation API. For sure you can start with the example called basic.

    Unknown said:
    Is bookstore, gasmain, propviewer, and webstore what I should look at?

    These examples are Bentley Map examples, not MicroStation (and as such they cannot be treated as basic). Can you confirm you have installed and use MicroStation or Bentley Map?

    With regards,

      Jan

Children