gdiplus.h

  • Thread starter Thread starter =?iso-8859-1?Q?Espen_L=F8ke?=
  • Start date Start date
?

=?iso-8859-1?Q?Espen_L=F8ke?=

I am using VS.NET 2003 to created a mixed mode exe. I am
not using any gdi functions and it compiles fine.

If I just include gdiplus.h the linker forces me to link
in gdiplus.lib although I am not using any gdi
functionality. Could somebody please explain this to
me ?? I thought the linker would se that no gdi calls
were made and just skip this part....
 
--------------------
From: =?iso-8859-1?Q?Espen_L=F8ke?= <[email protected]>
Sender: =?iso-8859-1?Q?Espen_L=F8ke?= <[email protected]>
Subject: gdiplus.h

I am using VS.NET 2003 to created a mixed mode exe. I am
not using any gdi functions and it compiles fine.

If I just include gdiplus.h the linker forces me to link
in gdiplus.lib although I am not using any gdi
functionality. Could somebody please explain this to
me ?? I thought the linker would se that no gdi calls
were made and just skip this part....

To me this looks like a bug, I'm following up with the linker team.

Pranish Kumar, Microsoft Visual C++ Team
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
 
Back
Top