I want to be able to handle PNG image in VB6. Unfortunately the normal form of the LibPNG DLL file is a CDECL type DLL file, which works in C, but not VB. VB expects all DLL files to be of the STDCALL type. Do you know of anybody who has taken it upon themself to compile LibPNG into a STDCALL type DLL file? If so, can you please link me to it? I would really like to be able to use PNG images in my VB6 programs.
↧