i wrote piece of code to open universe, it works in XI3.1(12.1.0.914) but did not work in XIR2(11.5.0.0). here it is:
Designer::IApplication* mApp;
Designer::IApplicationPtr lApp(__uuidof(Designer::Application));
mApp = lApp.Detach();
mApp->LogonDialog();
mUniverse = mApp->Universes->Open().Detach();
when it runs in XIR2, i got exception. does anyone has idea about that?
hotmagic (BOB member since 2010-05-31)