Hi.
I tried to open the program Excel from my CVI aplication.
I have used the function:
error = Excel_NewApp (NULL, 1, LOCALE_NEUTRAL, 0, &ExcelAppHandle);
I think that my problem apairs when I use the Calendar object (I create an ActiveX object using MSCAL functions) and after that I try to open Excel.
If I try to open Excel before using the MSCAL functions, Excel opens whithout a problem.
I tried to use the function:
CA_DiscardObjHandle (*objHandle);
but this has no efect.
Thanks.