The MASM Forum

General => The Campus => Topic started by: learn64bit on August 07, 2022, 07:16:28 PM

Title: gdiplus... I think I need help!
Post by: learn64bit on August 07, 2022, 07:16:28 PM
Where I can get the file?
How to display the uploaded image?
Title: Re: gdiplus... I think I need help!
Post by: jj2007 on August 07, 2022, 08:14:16 PM
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!)
Title: Re: gdiplus... I think I need help!
Post by: learn64bit on August 07, 2022, 08:24:13 PM
upload source code
Title: Re: gdiplus... I think I need help!
Post by: jj2007 on August 07, 2022, 08:28:51 PM
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
Title: Re: gdiplus... I think I need help!
Post by: learn64bit on August 07, 2022, 08:59:04 PM
Help me!

My windows.inc
Version 1.30 r7 March 2006
no "Bicubic" word in it at all!
Title: Re: gdiplus... I think I need help!
Post by: jj2007 on August 07, 2022, 10:55:30 PM
Version 1.30 r7 March 2006

Time to reinstall the Masm32 SDK (http://masm32.com/download.htm)... you shouldn't work with a 16 year old version :tongue:
Title: Re: gdiplus... I think I need help!
Post by: learn64bit on August 08, 2022, 04:10:10 AM
Okay...