Top "Loadlibrary" questions

STATUS_STACK_BUFFER_OVERRUN with LoadLibrary

When I load iphlpapi.dll with LoadLibrary my stack buffer overrun! How can I solve this problem?! typedef DWORD (*GetExtendedTcpTable)(…

c++ visual-studio-2008 buffer-overflow loadlibrary getprocaddress
LoadLibrary returning Null

I just tried the following code(windows xp sp3, vs2010) and LoadLibrary seems to be returning Null. #include "windows.h" #…

c++ visual-studio-2010 visual-c++ loadlibrary
LoadLibrary() - "Invalid Access Memory Location (998)"

Let me start off by saying I had one DLL loading in just fine. But when I go to load …

dll loadlibrary
LoadLibraryExW() fails, last error is ERROR_MOD_NOT_FOUND, but no missing dependencies?

A customer is using our dll which is creating a child process which uses an open source library, which ultimately …

winapi loadlibrary dependency-walker
embed DLL in MFC C++ EXE?

Is it possible to embed an external CLI/C++ DLL into a MFC EXE as a embedded resource or something …

c++ mfc external command-line-interface loadlibrary
Calling LoadLibrary on a 64-bit dll from a 32-bit process

I have a 32-bit exe that needs to dynamically load a 64-bit dll when it detects that the operating system …

c++ x86 64-bit loadlibrary
Load .so file from a jar

I made a library in C and I call it from Java with JNI so I have my package and …

java c java-native-interface loadlibrary library-path