Page 1 of 1

System Requirements DLL

Posted: Tue Mar 08, 2011 2:42 pm
by 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;

Re: System Requirements DLL

Posted: Tue Mar 08, 2011 2:52 pm
by MrAksel
Ill try, but it might take a while before im finished!

Re: System Requirements DLL

Posted: Tue Mar 08, 2011 3:12 pm
by Agust1337
This will be a challenge. Can't wait what people will succeed :P

Re: System Requirements DLL

Posted: Tue Mar 08, 2011 4:42 pm
by Vikhedgehog
MovieMaker Has This Code And It Annoys Me When I Run It On My Low - Memory Netbook. Anyways Good Code!

Re: System Requirements DLL

Posted: Tue Mar 08, 2011 5:07 pm
by 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

Re: System Requirements DLL

Posted: Mon Aug 08, 2011 8:38 am
by clanc789
Starting SysREQ DLL poject now :)

Re: System Requirements DLL

Posted: Mon Aug 08, 2011 10:02 am
by comathi
Challenge accepted!! :D Sounds cool. I don't have too much experience with dlls, but it would be a nice project :D

Re: System Requirements DLL

Posted: Mon Aug 08, 2011 7:02 pm
by 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)

Re: System Requirements DLL

Posted: Mon Dec 26, 2011 9:26 am
by Ffenixw0rks
Here you go!
reqlib.zip
Try every function yourself to know what it returns!