User Profile

Collapse

Profile Sidebar

Collapse
Register456
Register456
Last Activity: Feb 12 '08, 11:41 AM
Joined: Feb 5 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Register456
    started a topic prosess memory.?
    in C

    prosess memory.?

    the above stack works but it does not reads anything.
    i trying to read memory char by char.
    but it wants it void.and do not show anything.

    [CODE=c]int n=10;
    int M1;
    unsigned char M2;
    DWORD *N;
    int state;
    while(n--){
    unsigned char M2[1];
    void *E=(void *) n;
    state=ReadProce ssMemory(A,E,M2 , 1, N);

    printf("\n%h:", M2);

    }[/CODE...
    See more | Go to post
    Last edited by Ganon11; Feb 12 '08, 02:37 PM. Reason: Please use the [CODE] tags provided.

  • Register456
    replied to Hardware Access
    in C
    generally divice providers gives that reasources to os providers.
    with inline assembly sure you can.i think on lov level they callin it midi sysnthisyzers .
    so you hawe to define any sounnd signal yourself if you want direct access.
    some libraries on source forge exists about that.
    but i cant remember its name right now.
    See more | Go to post

    Leave a comment:


  • Register456
    replied to creating window controls on fly?
    in C
    yeah the strench thing is this.
    it uses something for creating main window.
    but it says its undefined when i try to create some other .outside main after some time passed.
    it
    here is the full script.
    /*
    * A basic example of Win32 programmiwng in C.
    *
    * This source code is in the PUBLIC DOMAIN and has NO WARRANTY.
    *
    * Colin Peters <colin@bird.fu. is.saga-u.ac.jp>
    ...
    See more | Go to post

    Leave a comment:


  • Register456
    started a topic creating window controls on fly?
    in C

    creating window controls on fly?

    int f1(){
    CreateWindow("e dit"...)

    }

    int STDCALL WinMain(){etc.. .}

    why this gives errorr..: CreateWindowA is undefined?
    its still defined i dont understand why.
    can anyone point out some tips about creating independent windows or some info about this error?
    thanks..
    See more | Go to post
    Last edited by Register456; Feb 5 '08, 11:01 PM. Reason: i dont know.
No activity results to display
Show More
Working...