[CONNECT Update 17 C++] MDL load error in MicroStation Update 17

Hi!

I have a native MDL application that runs perfectly in MicroStation Update 16, but in MicroStation Update 17 I get a MDL loader error 127

I'm using the latest MicroStation SDK when compiling the application.

I have other native MDL application running fine on Update 17 

The application failing is using the library ECObjects.lib to handle ItemTypes

If I comment out the parts of the application using routines and structures from ECObjects.lib, the application loads without errors, so I expect that it has something to do with loading ECObjects6.dll

Can anyone tell me how to solve this problem of tell me what error 127 means

Best regards

Jesper Stahl Madsen

WSP Informatik

Parents
  • Hi ,

    I'm using the latest MicroStation SDK when compiling the application.

    MicroStation CONNECT Edition Update 17.0 when using MicroStation CONNECT Edition SDK Update 16.2 did have a slight function signature alignment issue for at least one EC API function that should be corrected if you download and install MicroStation CONNECT Edition SDK Update 17 that (as of late yesterday) is now available for download.

    Please completely remove the previous MicroStation CONNECT SDK Update 16.2 and upgrade to the 17.0 SDK, recompile your application(s) and see if the problem is resolved, or if you are still having an issue that we can further help with.

    Thank you and HTH,
    Bob



    Answer Verified By: Jesper Stahl Madsen 

Reply
  • Hi ,

    I'm using the latest MicroStation SDK when compiling the application.

    MicroStation CONNECT Edition Update 17.0 when using MicroStation CONNECT Edition SDK Update 16.2 did have a slight function signature alignment issue for at least one EC API function that should be corrected if you download and install MicroStation CONNECT Edition SDK Update 17 that (as of late yesterday) is now available for download.

    Please completely remove the previous MicroStation CONNECT SDK Update 16.2 and upgrade to the 17.0 SDK, recompile your application(s) and see if the problem is resolved, or if you are still having an issue that we can further help with.

    Thank you and HTH,
    Bob



    Answer Verified By: Jesper Stahl Madsen 

Children