Visual C++ Runtime error R6034
Hello...
Iam trying to Load a DLL into my C++ application, but i get this stupid error
"R6034 “An application has made an attempt to load the C runtime library incorrectly”
Iam trying to load a specific DLL CShell.dll
Code:
HINSTANCE CShell = LoadLibraryA("CShell.dll");
I get this Error, But when i try to load another DLL I get no errors.