[Dev-C++] resources from siteresources :D
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
From: <gen...@ya...> - 2004-03-30 08:11:07
|
that's because a lot of stuff gets #defined or typedefed in headers #included by windows.h. for instance, unicode-related stuff is in winnt.h. even in MSVC++, if you try to include headers in a particular order, it might ask for a lot of undefined symbols. for instance, i personally like including headers in alphabetical order. but when compiling Woe32 (got this from GNU.org sources and site :D) programs using common controls, you have to include windows.h before commctrl.h, or woe betide you. :D nuff said ___________________________________________________________ WIN FREE WORLDWIDE FLIGHTS - nominate a cafe in the Yahoo! Mail Internet Cafe Awards www.yahoo.co.uk/internetcafes |