::Create_Session doesn´t work??
Hi!
I´am new at CAA V5 Rade Programming and i have a problem with the ::create_session statement!
I work with Visual Studio .NET and i have createt an executable CATInteractiveApplication with
a CATDlgDocument Window. Compiling and starting this from Visual .Net works!
Then i insert in the BeginApplication Method File the following statement:
HRESULT rc = 0;
CATSession * pSession = NULL;
rc =::Create_Session("Hello",pSession);
if ( FAILED(rc) | | (NULL==pSession) ){
this->EndApplication();
return;
}
:: Delete_Session("Hello");
I found out that the pSession is still NULL after the create Statement. But why?
Are there any kind of requests like starting CATIA V5?
Can anyone help me, please?
Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP