From: <tr...@mx...> - 2004-03-26 17:27:58
|
The fact is that both Mingw's and MSVC's windows.h includes winresrc.h when compiling as resource, but it is suggested (I think I have read that at the msdn) for code portability. Many programmers (myself included) uses rather winresrc because of its name. But if you are not going to share the code you can use anyone. --- Jan Ringos, Tr...@mx... http://tringi.mx-3.cz > > you wrote: > > Hello guys. > > It is always better to include winresrc.h instead of windows.h. You'll see... > Can you please give any reasons how that is so? I don't notice any difference in size or anything. > > Thanks. |