B
Bit byte
I want to write a an application A, which calls LoadLibrary to load a
DLL (B).
However DLL (B), also calls LoadLibray (NOT IN DLLMain) to laod another
DLL (library C)
Is this kind of Dll chaining possible?
Are there any gotchas I have to be aware of?
DLL (B).
However DLL (B), also calls LoadLibray (NOT IN DLLMain) to laod another
DLL (library C)
Is this kind of Dll chaining possible?
Are there any gotchas I have to be aware of?