using excel from c++

S

Sean Farrow

Hi:
I am trying to use excel from c++. I get several midl errors (mostly 2025)
when trying to import the generated idl from ms office 2003. it doesn't
appear to find the single datatype, which typelib is this declared in?
The declaration I'm having issues with is:
HRESULT Item(
[in] int Index,
[out, retval] single* Val);
The line with single included seems to be the issue.
midl is not recognising this as a type.
Anyone got any clues?
Cheers
Sean.



__________ Information from ESET NOD32 Antivirus, version of virus signature database 4115 (20090529) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top