Search:

Type: Posts; User: ghe1

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    2,319

    I solved the problem. I just needed to remove a...

    I solved the problem. I just needed to remove a line and the code worked fine. I guess I was trying to do more than I needed and it put me in a jam. Thanks for your help!
  2. Replies
    2
    Views
    2,319

    RAM/Swap Memory Code Errors

    I use the following code to determine memory values on a 32bit machine and succeed with no errors and correct data. However, when I try to use this code for a 64bit machine it chokes. The error...
  3. Replies
    5
    Views
    3,112

    If you are just looking to change the background...

    If you are just looking to change the background and font color of the cmd window, I suggest opening up the cmd window and then right clicking on the menu bar. You should be able to select...
  4. Thread: Memory & Swap

    by ghe1
    Replies
    2
    Views
    1,789

    Memory & Swap

    At the prompt, I type "free" which gives me information regarding the total, used, free, cached memory as well as info regarding the swap.

    Is there anyway to call "free" from another program and...
  5. Thread: Memory Usage

    by ghe1
    Replies
    0
    Views
    2,000

    Memory Usage

    Is anyone aware of a function that will determine the memory usage? I have done some searching and I have found "memstat" function as well as "vmstat".
  6. Thread: Memory available

    by ghe1
    Replies
    9
    Views
    5,559

    Fordy, I see what you mean now...I guess my...

    Fordy,

    I see what you mean now...I guess my results are okay. I just really didn't understand the concept but now I do.


    All,

    Thanks for all the help!:)
  7. Thread: Memory available

    by ghe1
    Replies
    9
    Views
    5,559

    I have converted them and I see that my phyical...

    I have converted them and I see that my phyical memory is very similar, but the virtual memory is off.

    CONVERSIONS:

    Computer Management:

    Total Physical 511.418 MB
    Available Physical 151.886...
  8. Thread: Memory available

    by ghe1
    Replies
    9
    Views
    5,559

    I used what nvoigt had suggested and this is my...

    I used what nvoigt had suggested and this is my output:

    68 % of Memory in use.

    511.418 Mbytes of physical memory
    163.039 Mbytes of physical memory available

    2047.875 Mbytes of virtual...
  9. Thread: Memory available

    by ghe1
    Replies
    9
    Views
    5,559

    Also, when I use the GlobalMemoryStatus function,...

    Also, when I use the GlobalMemoryStatus function, I get incorrect values returned for my virtual memory. The physical memory is pretty accurate.
  10. Thread: Memory available

    by ghe1
    Replies
    9
    Views
    5,559

    GlobalMemoryStatus

    Thanks very much for your help. I did try your code and it compiled with no errors, but I am worried about this function returning the correct values. I was reading on the MSDN web site under...
  11. Thread: Memory available

    by ghe1
    Replies
    9
    Views
    5,559

    Memory available

    Does anyone have a suggestion as to how I would go about determining the total physical memory, available physical memory, total virtual memory, and available virtual memory?

    I have been trying to...
  12. Replies
    5
    Views
    2,087

    PROBLEMS ALL RESOLVED...THANKS FOR SUGGESTIONS!

    PROBLEMS ALL RESOLVED...THANKS FOR SUGGESTIONS!
  13. Thread: pwd

    by ghe1
    Replies
    3
    Views
    1,412

    PROBLEMS ALL RESOLVED...THANKS FOR SUGGESTIONS!

    PROBLEMS ALL RESOLVED...THANKS FOR SUGGESTIONS!
  14. Thread: substring error

    by ghe1
    Replies
    3
    Views
    2,689

    PROBLEMS ALL RESOLVED...THANKS FOR SUGGESTIONS!

    PROBLEMS ALL RESOLVED...THANKS FOR SUGGESTIONS!
  15. Replies
    3
    Views
    1,158

    PROBLEMS ALL RESOLVED...THANKS FOR SUGGESTIONS!

    PROBLEMS ALL RESOLVED...THANKS FOR SUGGESTIONS!
  16. Replies
    3
    Views
    1,158

    my post was lost....any suggestions!!!!!!

    my post was lost....any suggestions!!!!!!
  17. Replies
    3
    Views
    1,158

    character substring

    Is there something out there that would allow me to take a substring of a character not a string? My character is a path name and I need to take the substring of the drive letter (i.e. C:\) only!
  18. Thread: substring error

    by ghe1
    Replies
    3
    Views
    2,689

    substring error

    I get this error when I compile my code and all I am trying to do is get a substring. Any suggestions.

    char szDrive[MAX_PATH]="c:\\";
    char dir[MAX_PATH]; BOOL bRet;...
  19. Thread: pwd

    by ghe1
    Replies
    3
    Views
    1,412

    in windows? (i forgot to add this...just in case)

    in windows? (i forgot to add this...just in case)
  20. Thread: pwd

    by ghe1
    Replies
    3
    Views
    1,412

    pwd

    Is there a function like in Unix that determines your present working directory (pwd)?
  21. Thread: syntax

    by ghe1
    Replies
    4
    Views
    1,493

    Thanks for the advice. That is what I have been...

    Thanks for the advice. That is what I have been needing! :D
  22. Thread: syntax

    by ghe1
    Replies
    4
    Views
    1,493

    My situation is this: I have a c program that...

    My situation is this: I have a c program that determines the free disk space on a drive. Within this code, I need to add a function that is called before the rest of the code executes to determine...
  23. Thread: syntax

    by ghe1
    Replies
    4
    Views
    1,493

    syntax

    What are the major differences of the linux syntax in comparision to windows syntax while programming?
  24. Replies
    5
    Views
    2,087

    Are you able to call a unix function from a...

    Are you able to call a unix function from a windows programming environment?
  25. Thread: pcwinnt_sys

    by ghe1
    Replies
    0
    Views
    1,024

    pcwinnt_sys

    Is anyone familar with this: pcwinnt_sys? If so, what ways is it used?
Results 1 to 25 of 26
Page 1 of 2 1 2