GDIPLUS C/C++ Flat API header ?

Started by Patrice Terrier, February 09, 2013, 12:15:09 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Patrice Terrier

I am looking for a pure SDK C style, GDIPLUS header, without the C++ class encapsulation to use with 64-bit.

Are you aware of any?

...
Patrice Terrier
GDImage (advanced graphic addon)
http://www.zapsolution.com
  •  

Patrice Terrier

Looks like i will have to do it myself using explicit linking (LoadLibrary).

:(
Patrice Terrier
GDImage (advanced graphic addon)
http://www.zapsolution.com
  •  


Patrice Terrier

James,

I couldn't understand how your post could help me to find a pre-build header to use GDIPLUS in plain C.

...
Patrice Terrier
GDImage (advanced graphic addon)
http://www.zapsolution.com
  •  


Patrice Terrier

Stan,

QuoteForbidden

You don't have permission to access /pellesc/libs/GdiPlus.zip on this server.
Patrice Terrier
GDImage (advanced graphic addon)
http://www.zapsolution.com
  •  

Stan Duraham

google "GDIPLUS pelles c" without the quotes
the result links should work
  •  

Stan Duraham

#7
also try this link, if it works
http://www.johnfindlay.plus.com/pellesc/

the lib is here:
http://www.johnfindlay.plus.com/pellesc/libs/libs.html

don't know if this is a compiled lib or source
  •  

Patrice Terrier

#8
Stan,

The last one worked.

However, it doesn't match what i am especting.

I would like to use only DWORD, QWORD, float, double, int, BOOL.
to ease the translation of my own GDIPLUS encapsulation from PB to C.

Thank you.
Patrice Terrier
GDImage (advanced graphic addon)
http://www.zapsolution.com
  •