For example, you might want to add additional commandline arguments for starting up AIMMS:
IConfig* cfg = aimms::createDefaultConfig(); cfg->setAimmsCommandLine("--user john:mypasswd"); ISession* session = aimms::createSession( "tcp://localhost:5432/aimms-3.11", "myproject.prj", cfg);