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

C / C++ / MFC

 
Questionmktime() Pin
DanYELL7-Mar-06 6:58
DanYELL7-Mar-06 6:58 
AnswerRe: mktime() Pin
David Crow7-Mar-06 7:06
David Crow7-Mar-06 7:06 
GeneralRe: mktime() Pin
DanYELL7-Mar-06 7:10
DanYELL7-Mar-06 7:10 
GeneralRe: mktime() Pin
David Crow7-Mar-06 7:16
David Crow7-Mar-06 7:16 
GeneralRe: mktime() Pin
DanYELL7-Mar-06 8:17
DanYELL7-Mar-06 8:17 
AnswerRe: mktime() Pin
Michael Dunn7-Mar-06 11:07
sitebuilderMichael Dunn7-Mar-06 11:07 
GeneralRe: mktime() Pin
Nibu babu thomas7-Mar-06 17:14
Nibu babu thomas7-Mar-06 17:14 
Questionabout write code from ASM. Pin
HOW WHAT7-Mar-06 6:05
HOW WHAT7-Mar-06 6:05 
CALL <JMP.&DllDemo.ExpFun><br />
PUSH 0<br />
MOV DWORD PTR DS:[40997C],EAX<br />
MOV ECX,DWORD PTR DS:[EAX]<br />
PUSH 0<br />
PUSH 0<br />
PUSH 0<br />
CALL DWORD PTR DS:[ECX+4]<br />
ADD ESP,10


int ExpFun()
{
return 0;
}

int fun1(...)
{
...
}
how to write the fun1 declare and the ExpFun return value? the return value will confirm fun1 address (CALL DWORD PTR DS:[ECX+4] -> call fun1)


thanks. Rose | [Rose]
QuestionHey - what happened to "how to get an answer to your question"? Pin
James R. Twine7-Mar-06 5:23
James R. Twine7-Mar-06 5:23 
AnswerRe: Hey - what happened to "how to get an answer to your question"? Pin
Nish Nishant7-Mar-06 5:25
sitebuilderNish Nishant7-Mar-06 5:25 
GeneralRe: Hey - what happened to "how to get an answer to your question"? Pin
James R. Twine7-Mar-06 5:28
James R. Twine7-Mar-06 5:28 
AnswerRe: Hey - what happened to "how to get an answer to your question"? Pin
David Crow7-Mar-06 5:32
David Crow7-Mar-06 5:32 
Questionwhat is private & static function-MFC Pin
beardy janggut7-Mar-06 5:18
beardy janggut7-Mar-06 5:18 
AnswerRe: what is private & static function-MFC Pin
Nish Nishant7-Mar-06 5:27
sitebuilderNish Nishant7-Mar-06 5:27 
AnswerRe: what is private &amp; static function-MFC Pin
toxcct7-Mar-06 5:37
toxcct7-Mar-06 5:37 
AnswerRe: what is private & static function-MFC Pin
Gary R. Wheeler7-Mar-06 5:57
Gary R. Wheeler7-Mar-06 5:57 
AnswerRe: what is private & static function-MFC Pin
Eytukan7-Mar-06 20:43
Eytukan7-Mar-06 20:43 
QuestionHOTKEY......(Urgent pls) Pin
RockyJames7-Mar-06 5:07
RockyJames7-Mar-06 5:07 
Answer[Message Deleted] Pin
ddmcr7-Mar-06 5:24
ddmcr7-Mar-06 5:24 
GeneralRe: HOTKEY......(Urgent pls) Pin
RockyJames7-Mar-06 5:52
RockyJames7-Mar-06 5:52 
Questionformatted file io Pin
ronwurster7-Mar-06 5:04
ronwurster7-Mar-06 5:04 
AnswerRe: formatted file io Pin
David Crow7-Mar-06 5:32
David Crow7-Mar-06 5:32 
GeneralRe: formatted file io Pin
ronwurster7-Mar-06 10:53
ronwurster7-Mar-06 10:53 
GeneralRe: formatted file io Pin
David Crow8-Mar-06 2:20
David Crow8-Mar-06 2:20 
AnswerRe: formatted file io Pin
eusto7-Mar-06 9:52
eusto7-Mar-06 9:52 

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.