I can imagine why kernel32 is linked, but what do I need gdi for in a dos
app and odbc and so on?
cheers
Ingo
You're building using the IDE, right?
If so, by default the build system links in some libraries needed for
win32 development. If you wish to disable this behavior, you need to
specify "$(NoInherit)" in the additional libraries linker property for
your project.
Thanks,
--
Tarek Madkour, Visual C++ Team
This posting is provided "AS IS" with no warranties, and confers
no rights.