Anonymous wrote:
hm can u integrate the Free Disk Information. I saw at the source that u have already written a function for that. And a Var for the OS Information is very usefull. And some other functions like current Network traffic( UP down stream), dns and gateway IP adress, etc.
Wher can i download C++ builder, or is it not free ?
cya
Hmm, the free disk function should already be functioning.
The syntax should be somthing like this: "diskfree(c:\)"
The documentation isn't the strongest point of my program
You can download a 60 day trial version of C++Builder 6 at borlands site.
http://www.borland.com/products/downloa ... ilder.html
I'm using builder 5 for this but I may upgrade to 6 in some point, just haven't seen the need for it yet.
I have downloaded the version 6 trial also but there were some problems with the TDLPortIO component that my program is using for parallel port access.
But if you make some functions to get the information you need I can add them to my code.
EDIT: you should be able to do those functions in any windows C/C++ compiler that you have