• [CONNECT C++] Link problem with Win32 libs

    A C++ project built successfully with CONNECT Update 4 SDK is failing to link correctly with CONNECT Update 5 SDK. The problem concerns Win32 libraries (despite the name, these really are 64-bit Windows libraries — complain to Microsoft if you believe…
  • V8i VBA - linking element to database

    I'm working through the Learning Microstation VBA book. I'm trying to connect an element to an external database so that I can assign information to it for reporting later. The code in the text is this: Function CreateDatabaseLink(Mslink As Long,…