Page 1 of 1

Oldest Win OS supported by PureBasic?

Posted: Wed Aug 05, 2020 4:03 pm
by Vernostonos
I was curious, was is the oldest computer and Windows Operating system a compiled PB program will run on?

Re: Oldest Win OS supported by PureBasic?

Posted: Wed Aug 05, 2020 4:16 pm
by User_Russian
Windows 2000.
On Win9x this will not work as they do not support unicode.
Previously (up to version 5.40) worked great in Win95 OSR2.

Re: Oldest Win OS supported by PureBasic?

Posted: Wed Aug 05, 2020 4:29 pm
by Mijikai
The current Version only supports Windows XP!
PB uses APIs introduced in Windows XP and Windows Server 2003.

Edit:
This does not necessarily mean that code wont run on older OSes - it just may not work right out of the box.

Re: Oldest Win OS supported by PureBasic?

Posted: Wed Aug 05, 2020 6:12 pm
by VB6_to_PBx
i have 2 old Win98 all hooked up ready to go , with PureBasic 5.31 version ( i think ? not 100% sure its v5.31 is highest version can be used ? )
been too long since i turned on those 2 old computers

i have a Win95 computer in a box , never tried to install PureBasic on it though.

Re: Oldest Win OS supported by PureBasic?

Posted: Wed Aug 05, 2020 7:16 pm
by Vernostonos
That's really neat! I don't have much practical use for running my projects in Win98 or below but the novelty of it excites me.

This looks like it could help regarding Win98 support if I didn't want to use a older version of PB:
https://www.microsoft.com/en-us/downloa ... px?id=4237

I don't have any machine running Win95 but I will test this out soon as I can.

Re: Oldest Win OS supported by PureBasic?

Posted: Wed Aug 05, 2020 8:04 pm
by VB6_to_PBx
Vernostonos wrote:That's really neat! I don't have much practical use for running my projects in Win98 or below but the novelty of it excites me.

This looks like it could help regarding Win98 support if I didn't want to use a older version of PB:
https://www.microsoft.com/en-us/downloa ... px?id=4237

I don't have any machine running Win95 but I will test this out soon as I can.
Sorry my mistake , its PureBasic 5.24 LTS highest version you can install on WIN98

my Win98's are both WIN98 Plus 2nd Edition

you can get PB 5.24 LTS in PureBasic's Museum downloads

Re: Oldest Win OS supported by PureBasic?

Posted: Wed Aug 05, 2020 8:31 pm
by chi
When targeting Windows 2000 with the current version of PB, bare in mind that Purebasic includes gdiplus.lib into the exe (with OpenWindow) and depends on gdiplus.dll being on your system. You can either update your OS with that dll or remove the dependency from your exe with e.g. CFF Explorer (Import Directory / RMB gdiplus.dll / Delete Import Descriptor) if you don't use any VectorDrawing functions.

Re: Oldest Win OS supported by PureBasic?

Posted: Wed Aug 05, 2020 8:51 pm
by IdeasVacuum
You can download any PB version via your Account from the PB Museum. It doesn't go as far back as the Flintstones, but not far off.

Re: Oldest Win OS supported by PureBasic?

Posted: Wed Aug 05, 2020 9:45 pm
by BarryG
Vernostonos wrote:I was curious, was is the oldest computer and Windows Operating system a compiled PB program will run on?
My main compiled app runs on XP with no problem. I only compile as 32-bit, though, as I don't need higher for any reason. Having said that, my website says the app requires Windows 7 or higher.

Re: Oldest Win OS supported by PureBasic?

Posted: Thu Aug 06, 2020 9:56 pm
by Vernostonos
Soon as I have the time and space to setup my old computers, I will try out PB on my Pent2! 8)