Click here to Skip to main content
15,896,359 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralChanging Parameters of a DMO which added as filter in Directshow Pin
Akin Ocal16-Apr-08 14:50
Akin Ocal16-Apr-08 14:50 
GeneralLoadLibrary in a DLL Pin
ForNow16-Apr-08 14:41
ForNow16-Apr-08 14:41 
GeneralRe: LoadLibrary in a DLL Pin
Stephen Hewitt16-Apr-08 15:03
Stephen Hewitt16-Apr-08 15:03 
GeneralRe: LoadLibrary in a DLL Pin
ForNow16-Apr-08 16:45
ForNow16-Apr-08 16:45 
GeneralRe: LoadLibrary in a DLL Pin
Randor 16-Apr-08 16:50
professional Randor 16-Apr-08 16:50 
GeneralRe: LoadLibrary in a DLL Pin
ForNow16-Apr-08 17:09
ForNow16-Apr-08 17:09 
GeneralRe: LoadLibrary in a DLL Pin
Randor 16-Apr-08 17:25
professional Randor 16-Apr-08 17:25 
GeneralRe: LoadLibrary in a DLL Pin
ForNow16-Apr-08 17:39
ForNow16-Apr-08 17:39 
Yes; just wanted to Walk thru the stack

When I load imagehlp.dll in my main exe it works (the LoadLibray) however not in the export'ed function (that lives in

the DLL source)

in order to get all the variables LoadLibrary (handle) and ProcAddress to the DLL I would have to export it thought it

would be simpler to have all the code in the same source as the DLL where In THREAD_ATTACH I would see what thread

attach'ed to the DLL via StackWalk and other imagehlp functions



Thankx again
GeneralRe: LoadLibrary in a DLL Pin
Randor 16-Apr-08 17:49
professional Randor 16-Apr-08 17:49 
GeneralRe: LoadLibrary in a DLL Pin
ForNow17-Apr-08 16:12
ForNow17-Apr-08 16:12 
QuestionRe: LoadLibrary in a DLL Pin
David Crow17-Apr-08 4:10
David Crow17-Apr-08 4:10 
QuestionRe: LoadLibrary in a DLL Pin
David Crow17-Apr-08 4:10
David Crow17-Apr-08 4:10 
GeneralRe: LoadLibrary in a DLL Pin
ForNow17-Apr-08 6:47
ForNow17-Apr-08 6:47 
GeneralRe: LoadLibrary in a DLL The value returned from LoadLibrary was NULL Pin
ForNow17-Apr-08 6:56
ForNow17-Apr-08 6:56 
QuestionRe: LoadLibrary in a DLL The value returned from LoadLibrary was NULL Pin
David Crow17-Apr-08 7:29
David Crow17-Apr-08 7:29 
GeneralRe: LoadLibrary in a DLL The value returned from LoadLibrary was NULL Pin
ForNow17-Apr-08 14:47
ForNow17-Apr-08 14:47 
GeneralhImagehlpDll = LoadLibrary((LPCWSTR)L"imagehlp.dll" ); this WORKED Pin
ForNow17-Apr-08 16:16
ForNow17-Apr-08 16:16 
GeneralRe: hImagehlpDll = LoadLibrary((LPCWSTR)L"imagehlp.dll" ); this WORKED Pin
David Crow18-Apr-08 3:34
David Crow18-Apr-08 3:34 
GeneralRe: hImagehlpDll = LoadLibrary((LPCWSTR)L"imagehlp.dll" ); this WORKED Pin
ForNow18-Apr-08 6:21
ForNow18-Apr-08 6:21 
QuestionRe: hImagehlpDll = LoadLibrary((LPCWSTR)L"imagehlp.dll" ); this WORKED Pin
David Crow18-Apr-08 7:02
David Crow18-Apr-08 7:02 
GeneralRe: hImagehlpDll = LoadLibrary((LPCWSTR)L"imagehlp.dll" ); this WORKED Pin
ForNow18-Apr-08 11:42
ForNow18-Apr-08 11:42 
Generalinline Pin
User 58385216-Apr-08 13:12
User 58385216-Apr-08 13:12 
GeneralRe: inline Pin
Stephen Hewitt16-Apr-08 15:10
Stephen Hewitt16-Apr-08 15:10 
GeneralRe: inline Pin
User 58385216-Apr-08 15:17
User 58385216-Apr-08 15:17 
GeneralRe: inline Pin
Randor 16-Apr-08 16:13
professional Randor 16-Apr-08 16:13 

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.