Hi,
I am using Visual C++ 6, and trying to develop a MFC dll...something is wrong with my paths or something, but I cannot figure out what, so I simplified it to
#include <iostream.h>
void main()
{
cout << "hello";
}
and it gives me error
c:\chook dev kit\shapes\shapes.cpp(9) : fatal error C1010: unexpected end of file while looking for precompiled header directive
can anybody guess at what is wrong?
Thanks
I am using Visual C++ 6, and trying to develop a MFC dll...something is wrong with my paths or something, but I cannot figure out what, so I simplified it to
#include <iostream.h>
void main()
{
cout << "hello";
}
and it gives me error
c:\chook dev kit\shapes\shapes.cpp(9) : fatal error C1010: unexpected end of file while looking for precompiled header directive
can anybody guess at what is wrong?
Thanks