Minimum hardware requirements

Everything else that doesn't fall into one of the other PB categories.
Denis
Enthusiast
Enthusiast
Posts: 778
Joined: Fri Apr 25, 2003 5:10 pm
Location: Doubs - France

Minimum hardware requirements

Post by Denis »

When you're working on a project, the time comes to find the minimum hardware requirements for it, for example :
Intel Pentium or AMD K5 processor with 166 MHz 16 MB RAM etc.

Clearly, how to define this using PB with MS API under x_86/x_64 (windows/PB) ?

Thanks.
A+
Denis
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: Minimum hardware requirements

Post by ts-soft »

"normal", you have the same requirement as the used OS
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
Denis
Enthusiast
Enthusiast
Posts: 778
Joined: Fri Apr 25, 2003 5:10 pm
Location: Doubs - France

Re: Minimum hardware requirements

Post by Denis »

ts-soft wrote:"normal", you have the same requirement as the used OS
Sorry ts-soft, I explain badly what i mean.
Minimum hardware requirements is not for me but for peoples who want to use/try my app.
A+
Denis
DarkDragon
Addict
Addict
Posts: 2344
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Re: Minimum hardware requirements

Post by DarkDragon »

Denis wrote:
ts-soft wrote:"normal", you have the same requirement as the used OS
Sorry ts-soft, I explain badly what i mean.
Minimum hardware requirements is not for me but for peoples who want to use/try my app.
Well, you can look at the DLLs which your application uses (DependencyWalker), watch the Windows Versions of the API commands that you or libraries of your program use, ... watch the taskmanager to see how much RAM it uses at extreme points etc..
bye,
Daniel
citystate
Enthusiast
Enthusiast
Posts: 638
Joined: Sun Feb 12, 2006 10:06 pm

Re: Minimum hardware requirements

Post by citystate »

in general, what is the standard minimum hardware requirement these days?
there is no sig, only zuul (and the following disclaimer)

WARNING: may be talking out of his hat
eesau
Enthusiast
Enthusiast
Posts: 589
Joined: Fri Apr 27, 2007 12:38 pm
Location: Finland

Re: Minimum hardware requirements

Post by eesau »

There is no such thing as a standard minimum hardware requirement, it depends on the software.
citystate
Enthusiast
Enthusiast
Posts: 638
Joined: Sun Feb 12, 2006 10:06 pm

Re: Minimum hardware requirements

Post by citystate »

is there any simple method for determining the minimum specs a program needs, or is just a case of hand-wavery-a-wizard-did-it*?
*by that I mean just deciding on something that seems "right"
there is no sig, only zuul (and the following disclaimer)

WARNING: may be talking out of his hat
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Re: Minimum hardware requirements

Post by blueznl »

As a base rule, I'd suggest Windows XP 256 MB. I've done some experimenting with Windows XP on low-end machines...

http://bluez.home.xs4all.nl/datatalk/ho ... go.htm#top

... and that seems to be the bottom line for acceptable performance of XP. Unless you've creating a power starving kind of program ;-) you'd be fine I guess.

I don't think there is a hard and fast rule or easy tool, to be honest. When in doubt, install your application on a poorly endowed computer and just try it. Yeah, I know. You never expected to have any more use for that ol' P3 clunker, now did you? :-)
( 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... )
citystate
Enthusiast
Enthusiast
Posts: 638
Joined: Sun Feb 12, 2006 10:06 pm

Re: Minimum hardware requirements

Post by citystate »

I guess I'll have to find something else to keep the table level :P
there is no sig, only zuul (and the following disclaimer)

WARNING: may be talking out of his hat
hamza204
New User
New User
Posts: 6
Joined: Wed Sep 01, 2010 10:25 am

Re: Minimum hardware requirements

Post by hamza204 »

i dont think so that its so imp. 2 know it! :wink:
MachineCode
Addict
Addict
Posts: 1482
Joined: Tue Feb 22, 2011 1:16 pm

Re: Minimum hardware requirements

Post by MachineCode »

It's easy to work out requirements. Check how hard drive space it uses when running, and how much memory in the Task Manager. That's basically it! What other requirements matter? Speed? Not an issue unless it's a hard-core FPS game; apps can use any processor speed as long the user doesn't mind any delays.

I had an app refuse to install on one of my older PCs due to it being a P4. The funny this is, I would've PAID for it if I could install and run it, because I didn't care how long it takes to process; but the author, in his infinite wisdom, has decreed that PC to be "below" his app. That's fine, you ain't getting my money then, biatch.

Never alienate your customers. Recommend a CPU if you have to, but never deny the user the ability to run it anyway.
Microsoft Visual Basic only lasted 7 short years: 1991 to 1998.
PureBasic: Born in 1998 and still going strong to this very day!
Denis
Enthusiast
Enthusiast
Posts: 778
Joined: Fri Apr 25, 2003 5:10 pm
Location: Doubs - France

Re: Minimum hardware requirements

Post by Denis »

Thanks guys for your answers.
A+
Denis
Post Reply