From: <tr...@mx...> - 2004-03-26 22:59:23
|
Airplane.h??? Then it is better to use windows.h. But I have never had = any problems using winresrc.h. Maybe it is because I use my own defined identifiers ...except IDOK, = IDCANCEL and so on. --- Jan Ringos, Tr...@mx... http://tringi.mx-3.cz senior programmer-analyst n.v.t. MX-3, www.mx-3.cz ----- Original Message -----=20 From: Site Resources=20 To: dev...@li...=20 Sent: Friday, March 26, 2004 9:30 PM Subject: Re: [Dev-C++] (no subject) 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 |