Official CONNECT Edition SDK

Apologies if I missed an announcement somewhere, but where is the SDK?

I thought at first it was going to be bundled in the installer, but after downloading the new v10 build of MicroStation, it is nowhere to be found.

What is the best practice here for developers? Do we either:

  1. Run the latest build (v10.00.00.25) with the last SDK beta (v8.21.05.35); or
  2. Run the last beta build (v08.21.05.36) with the last SDK beta (v8.21.05.35)

Now that CONNECT has been released, I imagine a lot of users will be asking when we release our apps for it.

Cheers.

Parents
  • In general we do our best to commit to providing an MDL SDK release within 2 weeks of a MicroStation product release, barring any unforeseen circumstances. The MicroStation CONNECT Edition SDK is pending a few additional changes and QA testing, then it will be signed off and then go through a release state posting process.

    It is recommended to continue "migrating and developing" applications for MicroStation CONNECT Edition using the existing MicroStation CONNECT Edition EAP product (v08.21.05.36) and SDK (v08.21.05.35) pair for maximum binary and source code compatibility.

    For those that install the MicroStation CONNECT Edition released product we recommend to wait for a binary compatible MicroStation CONNECT Edition SDK release due to be released shortly.

    For those that attempt to configure the MicroStation CONENCT Edition EAP SDK to build apps to run in the MicroStation CONNECT Edition released product without heading the recommendations above, you are likely to be able to compile, load, and run areas of the released API that have not undergone any significant change between releases. The most likely items you may notice when recompiling applications created for EAP vs. Release editions may include:

    - Potential differences in functionality and/or terminology.
    e.g. MicroStation Workspaces being renamed to MicroStation Worksets
    - Potential differences with header files: moves, removed, or renames
    - Potential differences in public API class/structure member visibility, names and/or methods
    - Potential differences in library exports

    HTH,
    Bob



    Answer Verified By: Piers Porter 

Reply
  • In general we do our best to commit to providing an MDL SDK release within 2 weeks of a MicroStation product release, barring any unforeseen circumstances. The MicroStation CONNECT Edition SDK is pending a few additional changes and QA testing, then it will be signed off and then go through a release state posting process.

    It is recommended to continue "migrating and developing" applications for MicroStation CONNECT Edition using the existing MicroStation CONNECT Edition EAP product (v08.21.05.36) and SDK (v08.21.05.35) pair for maximum binary and source code compatibility.

    For those that install the MicroStation CONNECT Edition released product we recommend to wait for a binary compatible MicroStation CONNECT Edition SDK release due to be released shortly.

    For those that attempt to configure the MicroStation CONENCT Edition EAP SDK to build apps to run in the MicroStation CONNECT Edition released product without heading the recommendations above, you are likely to be able to compile, load, and run areas of the released API that have not undergone any significant change between releases. The most likely items you may notice when recompiling applications created for EAP vs. Release editions may include:

    - Potential differences in functionality and/or terminology.
    e.g. MicroStation Workspaces being renamed to MicroStation Worksets
    - Potential differences with header files: moves, removed, or renames
    - Potential differences in public API class/structure member visibility, names and/or methods
    - Potential differences in library exports

    HTH,
    Bob



    Answer Verified By: Piers Porter 

Children
No Data