News:

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

Main Menu

Recent posts

#1
The Campus / Re: Windows 11?
Last post by rsala - Today at 04:38:33 AM
Just for the record, Windows 11-24H2 exposes bugs/issues that were not detected in any previous version of Windows, not even in versions of Windows 11 prior to 24H2. For example, passing a DWORD/QWORD parameter to a function when it should be a FLOAT. This causes some programs to not work properly, as was the case with ECPendulum (already fixed), or even crash, which is the case with a pair of assemblers (the problem has already been reported to their authors).
#2
Hi Timo,

Here is where to get wget for Windows :

https://eternallybored.org/misc/wget/

#3
Quote from: shantanu on Today at 02:20:44 AMI assume Windows treating files named "setup.exe" special is still a thing!
As well as files with "installer" in their name.
#4
Thanks for a tip  :thumbsup:
wget -O setup_v13.exe http://www.smorgasbordet.com/pellesc/1300/setup.exe
#5
The Orphanage / Re: anyone else writes stories...
Last post by daydreamer - Today at 03:36:43 AM
Found mp4 and gif animations somemade with code and some with 3d apps,must show this because it's masm related


#6
Hi shantanu,

If you are on Windows 10\11, you can try the command-line tool curl to download and rename the installer.
#7
I've wondered that too, I am not a fan of the setup.exe installer name for Pelles C, I've come across it months later and had utterly no idea what it was  :skrewy:
#8
The Campus / Re: First screen of installer ...
Last post by Quin - Today at 02:56:04 AM
An NSIS installer would be amazing, I personally love the NSIS syntax and it's much simpler and easier to maintain.
#9
I wonder why Pelle doesn't name the setup file as per the version number.
It helps to download and store the installers together.

Something like:
pellesc_setup_1200.exe
pellesc_setup_1300rc1.exe

I assume Windows treating files named "setup.exe" special is still a thing!
#10
The Campus / Re: First screen of installer ...
Last post by shantanu - Today at 12:49:56 AM
Found the old thread; it was indeed more than a decade, nineteen years to the month!  :sad:  :rolleyes:

https://masmforum.com/board/index.php/topic,4767.msg35668.html#msg35668
If someone has access to the old attachments, it could be a viable starting point.
(I have no idea where my original script is)