I need to run 2 computers back to back for testing a program in PB. It's an old 300meg with a maestro soundcard. The only drivers I can find are for windows 95. I have windows98 loaded at the moment and am wondering if PB will run under windows 95 OS?
Any comments welcomed.
Alan
PB and windows 95?
most 95 drivers work under 98 as well
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
( The path to enlightenment and the PureBasic Survival Guide right here... )
and you might even install the dos drivers and simply tell windows it's an old sb compatible
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
( The path to enlightenment and the PureBasic Survival Guide right here... )
Since 95 isn't in the "supported" OS list of PB I wouldn't count on it working very well..
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
From the PB help:Karbon wrote:Since 95 isn't in the "supported" OS list of PB I wouldn't count on it working very well..
Code: Select all
System requirements
PureBasic will run on any Windows based system (which includes:
Windows 95/98/Me, Windows NT/2000 and Windows XP).
If there are any problems please contact us.
*takes foot out of mouth*
I stand corrected!
I stand corrected!
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Re: PB and windows 95?
> am wondering if PB will run under windows 95 OS?
Yes. I use it under 95 to code and test my apps written in PB. Naturally,
some API commands don't work under Win 95, but if you're not using API
commands, then no problem.
Yes. I use it under 95 to code and test my apps written in PB. Naturally,
some API commands don't work under Win 95, but if you're not using API
commands, then no problem.
Win95 still has some thousand API commands you can use.alanuk wrote:I must make sure I don't use API in the code.

Nearly all API functions you can use with PB are core API
commands that also work on Win9x.
Just see the help (MSDN/PSDK) for the API functions you use.
If you use the Win32.hlp with the PB-Editor, you are on the
safe side because this help file is very old (1996) and all
functions in it are available on Win95.
From the 8.000+ API functions you can directly access in
PureBasic are *at least* 99% available on Win95 too.
