CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: tuco

Search: Search took 0.02 seconds.

  1. Thread: memory allocation

    by tuco
    Replies
    15
    Views
    5,429

    Re: memory allocation

    It's hard-coded into your program, stored with the executable code. You cannot free that memory from within your program, because it was allocated by the operating system when your program was loaded...
  2. Replies
    0
    Views
    617

    Check process status over SSH

    I've got to remotely determine if a process is running, using SSH. The target machine is running CentOS Linux (basically Red Hat Enterprise). I know the obvious way of doing it is by issuing the "ps"...
  3. Replies
    5
    Views
    7,008

    Re: Problems linking with Winmm

    Excellent work, it was successful for my environment as well. I very much appreciate your help.
  4. Replies
    5
    Views
    7,008

    Re: Problems linking with Winmm

    Ah, yes. I've already tried that strategy, and with no success. I've tried commands to the linker like "-Wl, ...\Dev-Cpp\lib\libwinmm.a", and it produces the exact same result, unfortunately.


    ...
  5. Replies
    5
    Views
    7,008

    Problems linking with Winmm

    I'm using GCC with the included libwinmm.a library, and including windows.h and mmsystem.h. I compile it with the -lwinmm parameter, but I still get the error "Undefined reference to...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured