10-09-2007 08:09 AM
10-23-2007 03:39 AM
*kick*
does anyone know what I'm doing wrong?
the error occurures when i use this command:
mbSession->Dispose();
10-24-2007 03:07 AM - edited 10-24-2007 03:07 AM
Hi Hanzz,
See the following document on the Microsoft MSDN Library regarding this Compiler error:
mbSession->Dispose();
with
delete mbSession;
This will also dispose the object, if it was create with the object with new / gcnew.
Hope this helps,
Regards
Karsten
Message Edited by KvZ on 10-24-2007 10:08 AM