News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change

Main Menu

Windows 11?

Started by jj2007, April 15, 2025, 07:41:14 AM

Previous topic - Next topic

greenozon

#15
Windows 7 SP1 Ultra ESU1/2/3+ build 7601 x64 - runs well
but I found I bug I guess -

https://prnt.sc/ZUKyl9YDcEqV

try to deduce yourself from the pic above! :)

NoCforMe

Quote from: zedd151 on April 17, 2025, 05:17:55 AMI imagine that version and subsequent versions of 11 will have the same or at least similar requirements. Seems MS has long forgotten about backward compatibility.  :thdn:   The old adage used to be "if it ain't broke don't fix it" but the new one is "if it ain't broke, purposely try to break it".  :sad:

Tell us about it.
Trying to run under Windoze 7 results in

You cannot view this attachment.
Assembly language programming should be fun. That's why I do it.

zedd151

#17
Quote from: rsala on April 17, 2025, 04:49:12 AMECPendulum is an example project included in the Easy Code IDE.
...

The question is why it does not work fine with the last update of Windows 11 when it did in all previous versions of Windows.
But the topic itself was asking if there were any issues with using either Masm32 SDK or masm 64 SDK on Windows 11.  :biggrin:  I believe that has been sufficiently answered btw.

I posted my reason for not using 11, and thus downgrading to Windows 10.  :smiley:

With possible plans on dual booting Windows 10 and Windows 11 at some point in the future. I just need some time to configure Windows 11 as I had done on Windows 10.

Respectfully, zedd.

rsala

Hi tenkey,

QuoteECPendulum on my 24H2 laptop: On the upswing, circular flood fill of black from the circumference to the center, coupled with growth of circumference. On the downswing, circular flood fill of color from the center to the circumference, coupled with shrinking of the circumference.

That's exactly what happens to me, but only in Windows 11 24H2.

Thank you very much to everyone who tested this file. It seems to have no problem on any Windows version previous to 24H2.
EC coder

rsala

Hi NoCforMe,

I have no problem on Windows 7. I attach an image of the d2d1.dll version on my Windows 7 64-bit.


EC coder

TimoVJL

Works in Windows 7 Home Premium SP1 x64
May the source be with you

rsala

Well, we will have to find out what happens with Windows 11 24H2.

Thank you all so much for testing! :thumbsup:
EC coder

NoCforMe

Quote from: rsala on April 17, 2025, 08:17:46 PMI have no problem on Windows 7. I attach an image of the d2d1.dll version on my Windows 7 64-bit.



Well, apparently that's the problem. Here's my version of that DLL (shown by my version viewer):

You cannot view this attachment.

Where did yours come from? Is it the original one that came with the OS?
Assembly language programming should be fun. That's why I do it.

TimoVJL

Quote from: NoCforMe on April 18, 2025, 04:06:43 AMWhere did yours come from? Is it the original one that came with the OS?
Perhaps with display driver, like mine
May the source be with you

NoCforMe

Quote from: TimoVJL on April 18, 2025, 04:18:36 AM
Quote from: NoCforMe on April 18, 2025, 04:06:43 AMWhere did yours come from? Is it the original one that came with the OS?
Perhaps with display driver, like mine

That makes sense. Wonder where I can get an updated version?
Assembly language programming should be fun. That's why I do it.

rsala

As far as I know my version of d2d1.dll comes from Microsoft.  I was updating my Windows 7 until Microsoft stopped updating it. I updloaded the d2d1.dll file from my Windows 7 64-bit in case you want to download it and test.

https://easycode.cat/English/Download/d2d1.zip

Regards!
EC coder

TimoVJL

#26
Platform Update for Windows 7

https://www.microsoft.com/en-us/download/details.aspx?id=36805
This kind of updates have been available.

EDIT: 7-Zip can open it for checking those files.
May the source be with you