loadlibrary
Get path to dll loaded using LoadLibrary("MyDll.dll")
I\'m 开发者_JAVA百科loading a dll by using it\'s name like this: HANDLE hlib = LoadLibrary(\"Winfax.dll\");[详细]
2023-02-13 15:35 分类:问答LoadLibrary is failing with module not found error -- possible dependency problems
I have been trying to load a 32-bit dll using C++ (from a 32-bit application, on windows 7 64-bit). LoadLibrary returns NULL, and GetLastError returns 126 for \"The specified module could not be found[详细]
2023-02-11 05:01 分类:问答How to use 32-bit DLL in x64 environment? It won't let me force x86 compile!
VC++ 2008, CLR Console App, being developed under win7 x64. I\'m using .net with MS Office v.12 PIA\'s to do some Excel automation, which is coming along quite nicely. But now, I\'m starting the next[详细]
2023-02-08 23:51 分类:问答WOW64 Redirection and LoadLibrary
I\'m trying to buil开发者_运维技巧d a 32-bit program that can run correctly on 64-bit Windows; that is, if it needs to open a text file for the user, the file needs to not be redirected from C:\\Progr[详细]
2023-02-05 01:27 分类:问答In MFC APP, if I call "LoadLibraryA" from "InitInstance", it calls "InitInstance" again and again
I have created an MFCApp using VS2008 wizard. Inside my application\'s \"InitInstance()\" I\'m calling \"LoadLibraryA()\" method as I need to load a few dll files. But as soon as I call \"LoadLibraryA[详细]
2023-02-03 07:38 分类:问答Delphi 2010: DLL doesn't load when executing binary from Delphi
I\'m loading a DLL using LoadLibrary from my Delphi project like so: DLLHandle := LoadLibrary(\'my.dll\');[详细]
2023-02-03 05:02 分类:问答What does the error "The function return type is not supported" mean in matlab's calllib?
Am using calllib to access an external DLL from matlab.The DLL has a function in it, with a signature that looks like:[详细]
2023-02-02 11:29 分类:问答Forcing static loading of dll from given directory
In our application, we dynamically load a dll file, which again has static bindings to other dlls. Until now, all this dlls have been in our application folder. From now on, we want to move these dl[详细]
2023-01-30 11:37 分类:问答Android Link Error
I\'m running Ubuntu 10.10 I\'m NOT using the NDK I compiled my ARM shared library in DS-5 (ARM\'s development toolset, http://www.keil.com/arm/ds5/ ).When I placed them under libs/armeabi and call S[详细]
2023-01-27 07:45 分类:问答Load Dll multiple times to allow multi threading in .Net
My .Net program uses a fortran Dll to perform a maths function (Arpack, solves eigen modes).I believe the fortran contains static varibles and generally isn\'t thread safe. Also it\'s very complicated[详细]
2023-01-26 11:48 分类:问答
加载中,请稍侯......