Hello all, Anytime I write a header file in VS 2008, it doesn't compile... it tells me that "unexpected end of file found"..any help on this? Thanks!!

Recommended Answers

All 3 Replies

Post the header file you're including (if it's small) and how you include it...

Could be a missing #endif, or a missing ; etc.

If you use a class or struct, did you forget to put a ; at the
end of the class/struct declaration?

#define ID_HELP_ABOUT 10001
#define ID_FILE_EXIT 10002
#define ID_FILE_MESSAGE 10003
#define IDR_MENU
#define IDC_ABOUT 1234567
#define IDC_ABT 123456

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.