Click here to Skip to main content
15,890,506 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Problems with CListCtrl Pin
S Douglas17-Jan-06 23:34
professionalS Douglas17-Jan-06 23:34 
Questionhow to retrieve dll function parameter variables? Pin
ThinkingPrometheus17-Jan-06 1:54
ThinkingPrometheus17-Jan-06 1:54 
AnswerRe: how to retrieve dll function parameter variables? Pin
David Crow17-Jan-06 4:13
David Crow17-Jan-06 4:13 
AnswerRe: how to retrieve dll function parameter variables? Pin
Stephen Hewitt17-Jan-06 11:52
Stephen Hewitt17-Jan-06 11:52 
GeneralRe: how to retrieve dll function parameter variables? Pin
ThinkingPrometheus17-Jan-06 21:40
ThinkingPrometheus17-Jan-06 21:40 
GeneralRe: how to retrieve dll function parameter variables? Pin
Stephen Hewitt18-Jan-06 1:59
Stephen Hewitt18-Jan-06 1:59 
AnswerRe: how to retrieve dll function parameter variables? Pin
vallikumar17-Jan-06 19:10
vallikumar17-Jan-06 19:10 
GeneralRe: how to retrieve dll function parameter variables? Pin
ThinkingPrometheus17-Jan-06 21:47
ThinkingPrometheus17-Jan-06 21:47 
hmm
what about disassembly?
i just found pe explorer and it can disassemble every dll i tried
(just to make it clear i don't really want to reengineer the code of the dll and hack something or such stuff, i don't even know how this works, butSmile | :)

wouldn't it be possible if i disassemble a file, know the function names and the function entry points in the dll
i could have a "clue" of the parameters if i have a look at "push" assembler commands before such a function is called?
i mean if a pointer is pushed it could mean something like void*
or a eax value is pushed it could mean int

i know i can't be 100% sure, but with the above method (i don't even know how i could do this, but just for fun Wink | ;-) ) i can have a clue of the amount of parameters and a bit of the type it could be
and i think it could be enough to not be wrong with this clue
i mean, if i use void* altough the dll function expects a char*, it would be somthing like try and error
but i can be sure its a pointer or an int

? or maybe i'm completely wrong?

thx
Questiongraph control needed Pin
QuickDeveloper17-Jan-06 0:56
QuickDeveloper17-Jan-06 0:56 
AnswerRe: graph control needed Pin
Sebastian Schneider17-Jan-06 1:11
Sebastian Schneider17-Jan-06 1:11 
AnswerRe: graph control needed Pin
Cedric Moonen17-Jan-06 2:11
Cedric Moonen17-Jan-06 2:11 
GeneralRe: graph control needed Pin
QuickDeveloper17-Jan-06 17:26
QuickDeveloper17-Jan-06 17:26 
GeneralVoting motivation Pin
normanS17-Jan-06 20:42
normanS17-Jan-06 20:42 
GeneralRe: Voting motivation Pin
QuickDeveloper17-Jan-06 21:02
QuickDeveloper17-Jan-06 21:02 
GeneralRe: Voting motivation Pin
S Douglas17-Jan-06 23:43
professionalS Douglas17-Jan-06 23:43 
GeneralRe: Voting motivation Pin
normanS18-Jan-06 0:52
normanS18-Jan-06 0:52 
Questionmoving present MFC project to be part of a new workspace.HOW? Pin
kk_vp16-Jan-06 23:59
kk_vp16-Jan-06 23:59 
AnswerRe: moving present MFC project to be part of a new workspace.HOW? Pin
Owner drawn17-Jan-06 0:04
Owner drawn17-Jan-06 0:04 
AnswerRe: moving present MFC project to be part of a new workspace.HOW? Pin
_AnsHUMAN_ 17-Jan-06 1:56
_AnsHUMAN_ 17-Jan-06 1:56 
AnswerRe: moving present MFC project to be part of a new workspace.HOW? Pin
David Crow17-Jan-06 4:16
David Crow17-Jan-06 4:16 
QuestionProgress bar implementation for recursive directory deletion Pin
Chintoo72316-Jan-06 23:38
Chintoo72316-Jan-06 23:38 
AnswerRe: Progress bar implementation for recursive directory deletion Pin
David Crow17-Jan-06 4:21
David Crow17-Jan-06 4:21 
AnswerRe: Progress bar implementation for recursive directory deletion Pin
vallikumar17-Jan-06 19:27
vallikumar17-Jan-06 19:27 
QuestionIO Completion Ports socket error Pin
yani dzhurov16-Jan-06 22:40
yani dzhurov16-Jan-06 22:40 
AnswerRe: IO Completion Ports socket error Pin
__yb17-Jan-06 11:35
__yb17-Jan-06 11:35 

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.