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...
User Profile
Collapse
-
prosess memory.?
-
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. -
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>
...Leave a comment:
-
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..
No activity results to display
Show More
Leave a comment: