VC8 GDI+ dll in VC6
Hi,
Can I write a VC8 dll which used GDI+ and then use this dll in VC6.
I will be using GDI+ to basically load a image in memory and annotate it
with some text and save the image.
Any pointers on how I can do this?
Thanks,
-Asfar
.
Relevant Pages
- Re: VC8 GDI+ dll in VC6
... Can I write a VC8 dll which used GDI+ and then use this dll in VC6. ... as long as you expose a pure C interface to your VC8 DLL. ... If you expose functions that have MFC, ATL or STL types in the interface, ... (microsoft.public.dotnet.languages.vc) - Re: GDI+ failing !!? HELP...
... It appears that you have merged the GDI+ SDK with a very old, ... version of Platform SDK that ships with VC6. ... errors - the new headers rely on something that old headers are missing. ... download and install the latest version of Platform SDK here: ... (microsoft.public.vc.mfc) - Re: GDI+ failing !!? HELP...
... It appears that you have merged the GDI+ SDK with a very old, ... version of Platform SDK that ships with VC6. ... errors - the new headers rely on something that old headers are missing. ... download and install the latest version of Platform SDK here: ... (microsoft.public.vc.language) - GDI+ Effects Problem
... I got GDI+ to work pretty well in VC6 but I can't get the effects to work. ... Do I need a namespace? ... Prev by Date: ... (microsoft.public.vc.mfc) - Re: JPG
... GDI+ is a good starting point for this. ... It will work in VC6 as well. ... Ajay Kalra [MVP - VC++] ... (microsoft.public.vc.mfc.docview) |
|