question about safearray
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I have tried to test an application i have found into microsoft support, it's Q186120: "Use MFC to automate excel and fill a range with an array" I have a problem when i try to run it at the following line: saRet.PutElement(index, &d); or saRet.PutElement(index, v.bstrVal); (it depends on checkbox is false or true) when i try to debug it tell me that there's a problem in the function AfxCallWndProc. So, i would like if someone have tested this application and if he could tell me what could be wrong? thanks in advance gerald