|
Post by matthew on Oct 20, 2008 14:24:01 GMT -5
Last night I got a little bored so I thought I'd try to create a DLL.  It features Four commands that you can use to see how much memory your computer has got, it seems to work on my computer so I'd like someone else to try it. You can download it from here, all the memory values are in Bytes & you can test it with the program below.
resizetext(45, 30)
printr "Total Physical Memory: " ; physmem() printr "Total Available Physical Memory: " ; availphysmem() printr "Total Virtual Memory: " ; virtmem() printr "Total Available Virtual Memory: " ; availvirtmem()
|
|
|
Post by Nicky Peter Hollyoake on Oct 20, 2008 14:32:12 GMT -5
Nice Matthew, works perfect on my computer.
|
|
|
Post by DJLinux on Oct 20, 2008 15:13:16 GMT -5
it works here too
by the way you can post your DLL source code for other beginners
Joshy
|
|
|
Post by Darkjester on Oct 20, 2008 15:16:46 GMT -5
Hey Djlinux can you do that pointer and advanced sub handeling example that you said you would? Plz 
|
|
|
Post by matthew on Oct 20, 2008 15:41:07 GMT -5
|
|
|
Post by Darkjester on Oct 20, 2008 16:09:11 GMT -5
Thnx Nicky 
|
|
|
Post by Nicky Peter Hollyoake on Oct 20, 2008 16:11:49 GMT -5
I love when people thank me for other peoples work. Lol.
|
|
|
Post by Darkjester on Oct 20, 2008 16:17:29 GMT -5
Lol Crap i Meant Mathew Everyone Thnx you nicky. 
|
|
|
Post by smc44 on Oct 20, 2008 19:18:36 GMT -5
lol omg
|
|