Browse By Tags

  • InitApp CONNECT Edition

    A MicroStation InitApp is a non-interactive app that is started using the Windows command-line -wa AppName switch, or is listed in the MS_INITAPPS configuration variable. The V8 SDK provides an InitApp example, but it didn't make it as far as CONNECT…
  • [CONNECT C++] MS_INITAPPS and log4net

    I've developed an example InitApp for the CONNECT era, currently Update 15. I have a working InitApp but it displays a message about log4net . Here's a screenshot of the message, also showing a trace of the InitApp command-line arguments... My guess…