HyperEngineer
Programmer
I wrote a class .cpp file with the accompanying .H file in the VC6 IDE, but did not do it as an MFC .exe file. Just did the .CPP and .H files. Next, I started a MFC project and added these files. The class showed up in the class view and the files showed up in the file view. However, when I did a build it gave me the following error:
fatal error C1010: unexpected end of file while looking for precompiled header directive
Any ideas on what it's looking for?
The class was based on code from
Communications: A C++ Developer's Guide, 2nd Edition
by Mark Nelson, M&T books, 1999
thanks,
fatal error C1010: unexpected end of file while looking for precompiled header directive
Any ideas on what it's looking for?
The class was based on code from
Communications: A C++ Developer's Guide, 2nd Edition
by Mark Nelson, M&T books, 1999
thanks,