Minimum hardware requirements
Minimum hardware requirements
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.
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
Denis
Re: Minimum hardware requirements
"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.

Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

Re: Minimum hardware requirements
Sorry ts-soft, I explain badly what i mean.ts-soft wrote:"normal", you have the same requirement as the used OS
Minimum hardware requirements is not for me but for peoples who want to use/try my app.
A+
Denis
Denis
-
- Addict
- Posts: 2344
- Joined: Mon Jun 02, 2003 9:16 am
- Location: Germany
- Contact:
Re: Minimum hardware requirements
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..Denis wrote:Sorry ts-soft, I explain badly what i mean.ts-soft wrote:"normal", you have the same requirement as the used OS
Minimum hardware requirements is not for me but for peoples who want to use/try my app.
bye,
Daniel
Daniel
Re: Minimum hardware requirements
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
WARNING: may be talking out of his hat
Re: Minimum hardware requirements
There is no such thing as a standard minimum hardware requirement, it depends on the software.
Re: Minimum hardware requirements
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"
*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
WARNING: may be talking out of his hat
Re: Minimum hardware requirements
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?
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

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... )
( The path to enlightenment and the PureBasic Survival Guide right here... )
Re: Minimum hardware requirements
I guess I'll have to find something else to keep the table level 

there is no sig, only zuul (and the following disclaimer)
WARNING: may be talking out of his hat
WARNING: may be talking out of his hat
Re: Minimum hardware requirements
i dont think so that its so imp. 2 know it! 

-
- Addict
- Posts: 1482
- Joined: Tue Feb 22, 2011 1:16 pm
Re: Minimum hardware requirements
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.
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!
PureBasic: Born in 1998 and still going strong to this very day!