 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
cppgx Guest
|
Posted: Sun May 09, 2004 3:30 am Post subject: How could I use GDI+ in C++Builder6? |
|
|
When I included <gdiplus.h>, the code just did not compile.
When I managed to have it compile, it did not link. I searched
the CBuilder directory, no gdiplus.lib found. How could I use
GDI+ in C++Builder then? (I'm using C++Builder6 on Win2k.)
|
|
| Back to top |
|
 |
Michel Leunen Guest
|
Posted: Sun May 09, 2004 8:47 am Post subject: Re: How could I use GDI+ in C++Builder6? |
|
|
cppgx wrote:
| Quote: | When I included <gdiplus.h>, the code just did not compile.
When I managed to have it compile, it did not link. I searched
the CBuilder directory, no gdiplus.lib found. How could I use
GDI+ in C++Builder then? (I'm using C++Builder6 on Win2k.)
|
Unless you are running XP or .net, you have to download the gdiplus.dll
from Microsoft site. Then, create an import library using implib, add it
to your project and you're done.
See: http://www.leunen.com/cbuilder/gdiplus.html for details.
Michel
--
----------------------------------------
Michel Leunen
mailto: see my homepage.
C++Builder, C++BuilderX, BCC5.5.1 Web site:
http://www.leunen.com/
----------------------------------------
|
|
| Back to top |
|
 |
cppgx Guest
|
Posted: Tue May 11, 2004 1:15 pm Post subject: Re: How could I use GDI+ in C++Builder6? |
|
|
I c.
Thank you very much!
Michel Leunen <mleu (AT) NOSPAMskynet (DOT) be> wrote:
| Quote: | Unless you are running XP or .net, you have to download the gdiplus.dll
from Microsoft site. Then, create an import library using implib, add it
to your project and you're done.
See: http://www.leunen.com/cbuilder/gdiplus.html for details.
Michel
--
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|