M
MathMiracleWorker
I have been stuck all day and need help. I have an MFC application that I
would like to print results to MS Excel. I have followed the MSDN help
procedures and do not know how to even use CApplication. I have added all
possible classes from the excel library from the MFC Add Class Wizard. I
have writen this in my .h file:
CApplication myapp;
it returns on compile:
error C2146: syntax error : missing ';' before identifier 'myapp'
error C4430: missing type specifier - int assumed. Note: C++ does not
support default-int
error C4430: missing type specifier - int assumed. Note: C++ does not
support default-int
Can someone help me please.
would like to print results to MS Excel. I have followed the MSDN help
procedures and do not know how to even use CApplication. I have added all
possible classes from the excel library from the MFC Add Class Wizard. I
have writen this in my .h file:
CApplication myapp;
it returns on compile:
error C2146: syntax error : missing ';' before identifier 'myapp'
error C4430: missing type specifier - int assumed. Note: C++ does not
support default-int
error C4430: missing type specifier - int assumed. Note: C++ does not
support default-int
Can someone help me please.