Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

a question about safearray

Status
Not open for further replies.

jayjay60

Programmer
Jun 19, 2001
97
FR
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

jayjay
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top