Click here to Skip to main content
15,891,136 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: somebody pls help me debug this error on my diff eqn proj Pin
Randor 20-Jul-09 18:05
professional Randor 20-Jul-09 18:05 
GeneralRe: somebody pls help me debug this error on my diff eqn proj Pin
errdy25-Jul-09 12:03
errdy25-Jul-09 12:03 
GeneralRe: somebody pls help me debug this error on my diff eqn proj Pin
Randor 28-Jul-09 9:42
professional Randor 28-Jul-09 9:42 
GeneralRe: somebody pls help me debug this error on my diff eqn proj Pin
David Crow21-Jul-09 3:03
David Crow21-Jul-09 3:03 
QuestionNeed AMCap source code Pin
Vaclav_20-Jul-09 11:36
Vaclav_20-Jul-09 11:36 
QuestionGetting a function Pointer Pin
San Saeteurn20-Jul-09 9:09
San Saeteurn20-Jul-09 9:09 
AnswerRe: Getting a function Pointer Pin
David Crow20-Jul-09 9:20
David Crow20-Jul-09 9:20 
GeneralRe: Getting a function Pointer Pin
San Saeteurn20-Jul-09 10:26
San Saeteurn20-Jul-09 10:26 
Well, I guess it is possible to get this information manually. You could write a method that creates a variable on the stack, get the address of that, subtract the value by the size of the methods stack frame and the other method's stack frame to get to where the location of the method's address. But this is clearly very dangerous (both for stability and for security reasons), cause it will be possible to overwrite that section with the address of some malicious code.

I guess there prolly isn't any standard way of doing it then for this reason.
QuestionRe: Getting a function Pointer Pin
David Crow20-Jul-09 10:32
David Crow20-Jul-09 10:32 
AnswerRe: Getting a function Pointer Pin
San Saeteurn20-Jul-09 10:50
San Saeteurn20-Jul-09 10:50 
GeneralRe: Getting a function Pointer Pin
San Saeteurn20-Jul-09 12:14
San Saeteurn20-Jul-09 12:14 
GeneralRe: Getting a function Pointer Pin
San Saeteurn20-Jul-09 13:00
San Saeteurn20-Jul-09 13:00 
AnswerRe: Getting a function Pointer Pin
Stuart Dootson20-Jul-09 12:22
professionalStuart Dootson20-Jul-09 12:22 
AnswerRe: Getting a function Pointer Pin
krmed21-Jul-09 0:46
krmed21-Jul-09 0:46 
GeneralRe: Getting a function Pointer Pin
San Saeteurn21-Jul-09 5:28
San Saeteurn21-Jul-09 5:28 
QuestionLRESULT question about beginner tutorial Pin
Adassus20-Jul-09 8:39
Adassus20-Jul-09 8:39 
AnswerRe: LRESULT question about beginner tutorial Pin
Maximilien20-Jul-09 9:13
Maximilien20-Jul-09 9:13 
AnswerRe: LRESULT question about beginner tutorial Pin
Stuart Dootson20-Jul-09 12:25
professionalStuart Dootson20-Jul-09 12:25 
Questionwant to access any windows input elements from a win32 or mfc program Pin
Jayapal Chandran20-Jul-09 7:32
Jayapal Chandran20-Jul-09 7:32 
AnswerRe: want to access any windows input elements from a win32 or mfc program Pin
Hari Mahadevan20-Jul-09 15:27
professionalHari Mahadevan20-Jul-09 15:27 
GeneralRe: want to access any windows input elements from a win32 or mfc program Pin
Jayapal Chandran23-Jul-09 8:41
Jayapal Chandran23-Jul-09 8:41 
QuestionList focus setting problem Pin
bhanu_reddy0920-Jul-09 6:08
bhanu_reddy0920-Jul-09 6:08 
QuestionRe: List focus setting problem Pin
David Crow20-Jul-09 6:50
David Crow20-Jul-09 6:50 
Generalplease suggest me some good pregram using datastructure. Pin
pavarathyRock20-Jul-09 5:46
pavarathyRock20-Jul-09 5:46 
GeneralRe: please suggest me some good pregram using datastructure. Pin
David Crow20-Jul-09 6:54
David Crow20-Jul-09 6:54 

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.