Click here to Skip to main content
15,900,724 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Windows 2000 - _vsnwprintf - strsafe.lib Pin
Anthony_Yio12-Dec-05 23:37
Anthony_Yio12-Dec-05 23:37 
Questionconio.h? Pin
Lord Kixdemp12-Dec-05 16:00
Lord Kixdemp12-Dec-05 16:00 
AnswerRe: conio.h? Pin
Lord Kixdemp12-Dec-05 17:06
Lord Kixdemp12-Dec-05 17:06 
GeneralRe: conio.h? Pin
toxcct12-Dec-05 21:19
toxcct12-Dec-05 21:19 
AnswerRe: conio.h? Pin
David Crow13-Dec-05 3:01
David Crow13-Dec-05 3:01 
AnswerRe: conio.h? Pin
FarPointer13-Dec-05 7:20
FarPointer13-Dec-05 7:20 
GeneralRe: conio.h? Pin
Lord Kixdemp13-Dec-05 7:52
Lord Kixdemp13-Dec-05 7:52 
QuestionEnumerating DLL's loaded by an executable? Pin
Gunn31712-Dec-05 11:21
Gunn31712-Dec-05 11:21 
Is there a way to enumerate all of the DLL's that are loaded by an executable? I have an executable that loads a DLL that I wrote and I want to get a resource from within that DLL. Just like the 'Dependency Walker' that came with MSVC++6 does...

When I use LoadLibrary() on the executable file itself, it can't find the resource, nor get any address to functions within it using GetProcAddress(). I'm assuming the LoadLibrary function doesn't load the DLL's, even if they are linked into the executable at compile time (with an import library).

I want to be able to get a resource from this DLL, but I only have the executable to deal with and so I won't know where, or which version of the DLL is being used by the executable.

Thanks,

Tom

AnswerRe: Enumerating DLL's loaded by an executable? Pin
Alex Orovetskiy13-Dec-05 0:36
Alex Orovetskiy13-Dec-05 0:36 
GeneralRe: Enumerating DLL's loaded by an executable? Pin
Gunn31713-Dec-05 2:21
Gunn31713-Dec-05 2:21 
GeneralRe: Enumerating DLL's loaded by an executable? Pin
Alex Orovetskiy13-Dec-05 3:49
Alex Orovetskiy13-Dec-05 3:49 
GeneralRe: Enumerating DLL's loaded by an executable? Pin
Gunn31713-Dec-05 4:42
Gunn31713-Dec-05 4:42 
QuestionCan anyone please check my code? Pin
Lord Kixdemp12-Dec-05 11:04
Lord Kixdemp12-Dec-05 11:04 
AnswerRe: Can anyone please check my code? Pin
BlackDice12-Dec-05 11:18
BlackDice12-Dec-05 11:18 
AnswerRe: Can anyone please check my code? Pin
Christian Graus12-Dec-05 11:24
protectorChristian Graus12-Dec-05 11:24 
GeneralRe: Can anyone please check my code? Pin
Lord Kixdemp12-Dec-05 12:13
Lord Kixdemp12-Dec-05 12:13 
GeneralRe: Can anyone please check my code? Pin
Christian Graus12-Dec-05 12:15
protectorChristian Graus12-Dec-05 12:15 
GeneralRe: Can anyone please check my code? Pin
Lord Kixdemp12-Dec-05 13:08
Lord Kixdemp12-Dec-05 13:08 
GeneralRe: Can anyone please check my code? Pin
Christian Graus12-Dec-05 13:10
protectorChristian Graus12-Dec-05 13:10 
GeneralRe: Can anyone please check my code? Pin
Lord Kixdemp12-Dec-05 15:40
Lord Kixdemp12-Dec-05 15:40 
GeneralRe: Can anyone please check my code? Pin
Christian Graus12-Dec-05 15:43
protectorChristian Graus12-Dec-05 15:43 
GeneralRe: Can anyone please check my code? Pin
Lord Kixdemp12-Dec-05 15:57
Lord Kixdemp12-Dec-05 15:57 
GeneralRe: Can anyone please check my code? Pin
Christian Graus12-Dec-05 16:00
protectorChristian Graus12-Dec-05 16:00 
GeneralRe: Can anyone please check my code? Pin
Lord Kixdemp12-Dec-05 16:31
Lord Kixdemp12-Dec-05 16:31 
QuestionTemplate member of a template class Pin
hint_5412-Dec-05 8:49
hint_5412-Dec-05 8:49 

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.