GDI+ in VC6

  • Thread starter Thread starter Asfar
  • Start date Start date
A

Asfar

Hi,

Can some one tell me from where can I download the GDI+ SDK to use with VC6.

Thanks,
-Asfar
 
Asfar said:
Can some one tell me from where can I download the GDI+ SDK to use with
VC6.

Well, as to the first half of your question:

GDI+ is included with Windows XP. Its redistributable components for
installation on older platforms are downloadable from this link:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdicpp/GDIPlus/GDIPlus.asp

As to the second half I'll have to punt. I don't know if GDI+ is compatible
with your compiler which is two major releases behind the current one.

If you post again in the graphics group

microsoft.public.win32.programmer.gdi

you may find someone who can describe the development requirements.

Regards,
Will
 
As to the second half I'll have to punt. I don't know if GDI+ is
compatible
with your compiler which is two major releases behind the current one.

VS6 was the current tool when GDI+ was released so of course it is.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

VC8 GDI+ dll in VC6 8
VC6->VC9 Errors 15
VC6 <-> C#(net 2.0) interaction 5
VC6 speed vs VS2003 7
how to call vc6 dll from vc2005 2
NET and VC6 DLLs 1
Mixed mode 3
.NET calling VC6 dll that uses MFC 3

Back
Top