System Requirements DLL

Post all your application ideas, thoughts and suggestions in here to inspire others or kick-off a project.
9 posts Page 1 of 1
Contributors
User avatar
CodenStuff
Site Admin
Site Admin
Posts: 4389
Joined: Tue Aug 04, 2009 1:47 am

System Requirements DLL
CodenStuff
Hello,

Heres an idea for anyone stuck on what to make next. How about a system requirements dll that can be used to check that a system meets the minimum requirements for the software.

For example if I make a photo editor that needs a fast CPU and atleast 100mb of HDD space I could use the dll in my software like:
Code: Select all
If SystemRequirements.CPUSpeed < "800mhz" Then
MsgBox("Your PC is not fast enough to run this software")
End If
And stuff like that. It could be very useful in some situations.

Anyone want to give it a go? cooll;
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

Re: System Requirements DLL
MrAksel
Ill try, but it might take a while before im finished!
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;


Over 30 projects with source code!
Please give reputation to helpful members!

Image
Image
User avatar
Agust1337
Coding God
Coding God
Posts: 2456
Joined: Fri Feb 19, 2010 8:18 pm

Re: System Requirements DLL
Agust1337
This will be a challenge. Can't wait what people will succeed :P
You're crazy!
I'm not crazy, my mother had me tested. ~Sheldon Cooper
Vikhedgehog
VIP - Donator
VIP - Donator
Posts: 812
Joined: Fri Nov 05, 2010 6:24 pm

Re: System Requirements DLL
Vikhedgehog
MovieMaker Has This Code And It Annoys Me When I Run It On My Low - Memory Netbook. Anyways Good Code!
User avatar
Casirus
Codenstuff Elite
Codenstuff Elite
Posts: 258
Joined: Mon Jan 25, 2010 5:07 pm

Re: System Requirements DLL
Casirus
lol i have been working on something like this i will post it up later or something when i get a moment and finish working on some problems it has
Image
DraculCorp - Progress lives forever
We strive for progress to improve the world we leave behind.
User avatar
clanc789
Coding Guru
Coding Guru
Posts: 786
Joined: Tue Nov 02, 2010 4:45 pm

Re: System Requirements DLL
clanc789
Starting SysREQ DLL poject now :)
Practice makes perfect!

VIP since: 6-10-2011
User avatar
comathi
Coding God
Coding God
Posts: 1242
Joined: Fri Mar 26, 2010 1:59 pm

Re: System Requirements DLL
comathi
Challenge accepted!! :D Sounds cool. I don't have too much experience with dlls, but it would be a nice project :D
User avatar
clanc789
Coding Guru
Coding Guru
Posts: 786
Joined: Tue Nov 02, 2010 4:45 pm

Re: System Requirements DLL
clanc789
You challange me or this topic? (coz it will take a while for me to comeplete this DLL since i game more than i program :P)
Practice makes perfect!

VIP since: 6-10-2011
User avatar
Ffenixw0rks
VIP - Donator
VIP - Donator
Posts: 152
Joined: Sun Jun 19, 2011 2:51 pm

Re: System Requirements DLL
Ffenixw0rks
Here you go!
reqlib.zip
Try every function yourself to know what it returns!
You do not have the required permissions to view the files attached to this post.
Image
9 posts Page 1 of 1
Return to “Code Storming”