News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

gdiplus... I think I need help!

Started by learn64bit, August 07, 2022, 07:16:28 PM

Previous topic - Next topic

learn64bit

Where I can get the file?
How to display the uploaded image?

jj2007

Windows.inc:
InterpolationModeHighQualityBicubic     EQU 7
ImageCodecInfo STRUC
...

Can't help you with the other ones without seeing full code (and not as an image, please!)

learn64bit


jj2007

SizePicture.asm, line 191:
      invoke GetDlgItemInt,hWin,IDC_EDTINDEX,NULL,FALSEh

SizePicture.inc, line 15:
; include gdiplus_structs.inc  ; you don't need any of these

learn64bit

Help me!

My windows.inc
Version 1.30 r7 March 2006
no "Bicubic" word in it at all!

jj2007