Hi
I was trying the code written in the following URL
http://support.microsoft.com/kb/117565
to get the information about the page size
But when I try to run the program I am getting the following errors:
`CMyView' has not been declared
`CSize' was not declared in this scope
`CMyView' has not been declared
`BOOL GetPageSize'
`BOOL GetPageSize' previously defined here
`CSize' was not declared in this scope
`nRetVal' was not declared in this scope
These all errors are due to the first line of code
BOOL CMyView::GetPageSize(CSize &nRetVal)
Is there anything I am missing
Kindly advice
Regards
Karan Gupta