https://www.youtube.com/watch?v=YB7qmJOYuZAMesa wrote: Tue Apr 18, 2023 2:56 pmtried to install in a real Windows XP 32bits and i have the error "It's not a valid win32 application"

https://www.youtube.com/watch?v=YB7qmJOYuZAMesa wrote: Tue Apr 18, 2023 2:56 pmtried to install in a real Windows XP 32bits and i have the error "It's not a valid win32 application"
Purebasic has always been highly valued precisely because it doesn't need much.BarryG wrote: Wed Apr 19, 2023 1:23 amhttps://www.youtube.com/watch?v=YB7qmJOYuZAMesa wrote: Tue Apr 18, 2023 2:56 pmtried to install in a real Windows XP 32bits and i have the error "It's not a valid win32 application"![]()
Stop moking meuseful wrote: Wed Apr 19, 2023 7:14 am by useful » Wed Apr 19, 2023 7:14 am
BarryG wrote: ↑Wed Apr 19, 2023 1:23 am
Mesa wrote: ↑Tue Apr 18, 2023 2:56 pm
tried to install in a real Windows XP 32bits and i have the error "It's not a valid win32 application"
https://www.you
But Win XP doesn't even have half a percent of desktop PC use in the world anymore:Mesa wrote: Wed Apr 19, 2023 9:37 amthere were several reasons to do that, the first was to have a very strong compatibility between all MS windows
...in the Internet access worldBut Win XP doesn't even have half a percent of desktop PC use in the world anymore:
Source -> https://gs.statcounter.com/os-version-m ... /worldwide
I didn't say not to keep x86 versions. Win 7 is x86 as well.
I find this argument very weird, so let me sum it up : very old, unsafe, buggy and features limited versions of Windows are enough for some specific usages, so those machines aren't updated. BUT, we need to keep new versions of PureBasic compatible with those old machines because they need new features and bug fixes? What am I missing here?Marc56us wrote: Wed Apr 19, 2023 10:23 am That's why there are still a lot of Windows XP (probably much more than 0.4%) and some even Windows ... 3.1. It doesn't matter what the updates are when you're not connected to anything.
My work is mostly for x86 machines, but I share that comment of ❤x1 we can use old versions of PB, so the new PB shouldn't be limited for keep compatibility with very old systems.❤x1 wrote: Wed Apr 19, 2023 1:46 pm If a future PB version dropped the support for legacy OS, older versions would still exist, and they would continue to work as is; exactly like an old and unsupported OS.
Maybe I should re-install PB V6.02 B1 and replace the IDE with one from the V6.01 to investigate the IMA error problem. I will see about this tomorrow, now it's time to get some rest.mk-soft wrote: Wed Apr 19, 2023 8:09 pm That's why it's called Beta.
Some internal changes have probably been made, so a complete test must be carried out. Of course, it's too much for one person to test everything.
Therefore please report all errors.
Code: Select all
- Removed EnableASM support for C backend as it can't be used correctly (the IDE capitalize the letters for If etc.) and avoid detecting real x86/x64 asm block leading to strange errors. The correct way is now to use the '!' sign at the line start to use directly C code.
- Updated libarchive to 3.6.2
- Updated lib7z to 22.01