Click here to Skip to main content
15,892,161 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to pass an object to view class. Pin
p_27-Sep-07 20:26
p_27-Sep-07 20:26 
GeneralRe: how to pass an object to view class. Pin
chaitannya_m28-Sep-07 6:02
chaitannya_m28-Sep-07 6:02 
QuestionInner mechanism of Region.IsVisible(Point pt) Pin
Md. Ali Naser Khan27-Sep-07 18:32
Md. Ali Naser Khan27-Sep-07 18:32 
QuestionRe: Inner mechanism of Region.IsVisible(Point pt) Pin
Nelek28-Sep-07 0:39
protectorNelek28-Sep-07 0:39 
AnswerRe: Inner mechanism of Region.IsVisible(Point pt) Pin
Md. Ali Naser Khan28-Sep-07 1:10
Md. Ali Naser Khan28-Sep-07 1:10 
QuestionMS Certification Pin
Anilkumar K V27-Sep-07 18:10
Anilkumar K V27-Sep-07 18:10 
QuestionRe: MS Certification Pin
David Crow28-Sep-07 2:57
David Crow28-Sep-07 2:57 
QuestionNeed Help: debug code with C Pin
Patricio Tapia27-Sep-07 11:48
Patricio Tapia27-Sep-07 11:48 
Hi I have a problem (sorry por my english)
I need to make a Debug in C++ or ansi C

Details: i have a project to get the "Character Name" from a game, so, i'm just need to apply a Debug Code.

A friend give me that ASM Code (and works)

005F60D0   > \8D41 1C       LEA EAX,DWORD PTR DS:[ECX+1C]<br />
005F60D3   .  85C0          TEST EAX,EAX<br />
005F60D5   .  74 06         JE SHORT Engine.005F60DD<br />
005F60D7   .  66:8338 00    CMP WORD PTR DS:[EAX],0<br />
005F60DB   .  75 02         JNZ SHORT Engine.005F60DF


i need to get the EAX value into a char value (from C)

so:

- how i can make a C code to get into the subprocess (a dll) and get the EAX value ???

google didn't give me a result Frown | :(

PD: This is my first code debug
AnswerRe: Need Help: debug code with C Pin
Russell'27-Sep-07 23:53
Russell'27-Sep-07 23:53 
QuestionHow to rotate a CEdit control Pin
masnu27-Sep-07 10:11
masnu27-Sep-07 10:11 
AnswerRe: How to rotate a CEdit control Pin
Mark Salsbery27-Sep-07 10:20
Mark Salsbery27-Sep-07 10:20 
QuestionChild dialog dependant on SP2 :( Pin
aquawicket27-Sep-07 9:52
aquawicket27-Sep-07 9:52 
AnswerRe: Child dialog dependant on SP2 :( Pin
led mike27-Sep-07 10:11
led mike27-Sep-07 10:11 
AnswerRe: Child dialog dependant on SP2 :( Pin
Mark Salsbery27-Sep-07 10:22
Mark Salsbery27-Sep-07 10:22 
GeneralRe: Child dialog dependant on SP2 :( [modified] Pin
aquawicket27-Sep-07 11:02
aquawicket27-Sep-07 11:02 
GeneralRe: Child dialog dependant on SP2 :( Pin
Mark Salsbery27-Sep-07 11:20
Mark Salsbery27-Sep-07 11:20 
GeneralRe: Child dialog dependant on SP2 :( Pin
aquawicket27-Sep-07 11:46
aquawicket27-Sep-07 11:46 
GeneralRe: Child dialog dependant on SP2 :( Pin
Iain Clarke, Warrior Programmer28-Sep-07 5:27
Iain Clarke, Warrior Programmer28-Sep-07 5:27 
QuestionSmaller than a byte Pin
Waldermort27-Sep-07 9:20
Waldermort27-Sep-07 9:20 
QuestionRe: Smaller than a byte Pin
David Crow27-Sep-07 9:35
David Crow27-Sep-07 9:35 
AnswerRe: Smaller than a byte Pin
Waldermort27-Sep-07 9:36
Waldermort27-Sep-07 9:36 
GeneralRe: Smaller than a byte Pin
Waldermort27-Sep-07 10:06
Waldermort27-Sep-07 10:06 
QuestionRe: Smaller than a byte Pin
Mark Salsbery27-Sep-07 10:13
Mark Salsbery27-Sep-07 10:13 
AnswerRe: Smaller than a byte Pin
Waldermort27-Sep-07 10:15
Waldermort27-Sep-07 10:15 
GeneralRe: Smaller than a byte Pin
Mark Salsbery27-Sep-07 10:29
Mark Salsbery27-Sep-07 10:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.