From: Site R. <sit...@fl...> - 2004-03-26 20:30:26
|
Dev C++ seems to disagree, lol. In airplane.h, the header to the = resource file, I include winresrc.h. I try to compile the entire = project, and it gives 13 errors, many from winuser.h. It says that this = and that thing isn't defined... This is all from dialogs.h which = includes airplane.h, (for the IDS of the resources), then another = include, then includes windows.h. But if dialogs.h includes windows.h = before airplane.h, then there are no problems. Why is this so? Brandon |