Top "Loadlibrary" questions

How do I use a COM DLL with LoadLibrary in C++

First, COM is like black magic for me. But I need to use COM dll in one project I'm working …

c++ visual-c++ com dll loadlibrary
LoadLibrary taking a LPCTSTR

I want to develop a plugin system using LoadLibrary. My problem is: I want my function to take a const …

c++ windows dll loadlibrary
How to load a c++ dll file into Matlab

I have a C++ dll file that uses a lot of other c++ librarys (IPP, Opencv +++) that I need to …

c++ matlab dll shared-libraries loadlibrary
C/C++ How Does Dynamic Linking Work On Different Platforms?

How does dynamic linking work generally? On Windows (LoadLibrary), you need a .dll to call at runtime, but at link …

c++ c compilation dynamic-linking loadlibrary
LoadLibrary with Absolute Path returns Incorrect HMODULE with No Error

I have some code which is trying to load a Dll. I have encountered an odd 'error' with this. When …

c++ winapi dll absolute-path loadlibrary
Error "LoadLibrary failed with error 126: The module could not be found" when launching Spyder IDE through VPN

Here's what happens: Using a Macbook Pro, I use the Microsoft Remote Desktop Connection application to connect to my work …

spyder remote-desktop loadlibrary
LoadLibraryW() failing to load DLL in System32

I'm trying to load a DLL that was installed with a printer driver in the C:\Windows\System32\ folder with …

c++ dll loadlibrary system32
Does LoadLibrary create distinct instances?

If I use the Win32 API LoadLibrary to load the same DLL 3 times in a row it should return 3 distinct …

winapi loadlibrary
DllImport vs LoadLibrary, What is the best way?

i'm usually using Win32 API in c#.NET. But not declare all in one application. Sometimes usually using user32, sometimes …

c# winapi dllimport loadlibrary
What might prevent a DLL from loading with LoadLibrary?

I have a JD Edwards business function, which is written in Microsoft Visual C++ as a C module. I'm using …

visual-c++ dll loadlibrary jdedwards