PB and windows 95?

Just starting out? Need help? Post your questions and find answers here.
alanuk
User
User
Posts: 68
Joined: Mon Oct 13, 2003 6:38 pm

PB and windows 95?

Post by alanuk »

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
patrick88
User
User
Posts: 18
Joined: Sat May 03, 2003 10:30 am

Post by patrick88 »

that's work, with sometimes of the odd errors which do not arrive under win2k... but my config for work under win95, is Cyrix 586-100 and 8mb of ram....
a+

pat
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

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... )
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

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... )
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

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
User avatar
Danilo
Addict
Addict
Posts: 3036
Joined: Sat Apr 26, 2003 8:26 am
Location: Planet Earth

Post by Danilo »

Karbon wrote:Since 95 isn't in the "supported" OS list of PB I wouldn't count on it working very well..
From the PB help:

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.
cya,
...Danilo
...:-=< http://codedan.net/work >=-:...
-= FaceBook.com/DaniloKrahn =-
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

*takes foot out of mouth*

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
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: PB and windows 95?

Post by PB »

> 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.
alanuk
User
User
Posts: 68
Joined: Mon Oct 13, 2003 6:38 pm

Post by alanuk »

Thanks everyone for your comments. I must make sure I don't use API in the code.

Alan
User avatar
Danilo
Addict
Addict
Posts: 3036
Joined: Sat Apr 26, 2003 8:26 am
Location: Planet Earth

Post by Danilo »

alanuk wrote:I must make sure I don't use API in the code.
Win95 still has some thousand API commands you can use. :)
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. :wink:
cya,
...Danilo
...:-=< http://codedan.net/work >=-:...
-= FaceBook.com/DaniloKrahn =-
Post Reply