No announcements
Found 622542 threads
-
0 Votes
Loading a Dll
2’ The function needs to load different types of files, which needs to load different DLLs to complete the action.Answered | 8 Replies | 2963 Views | Created by Codeeater - Tuesday, December 14, 2010 6:07 PM | Last reply by Paul Zhou - Friday, December 17, 2010 8:30 AM -
3 Votes
Loading dll's
hey there... i downloaded the dll from this link and it worked... try it out http://www.dllme.com/dll/files/microsoft_directx_directinput_dll.htmlPeter KoueikAnswered | 12 Replies | 2214 Views | Created by Jackal16 - Thursday, January 12, 2012 11:36 AM | Last reply by Jackal16 - Wednesday, January 18, 2012 12:11 PM -
0 Votes
unable to load DLL ‘sqlceme35.dll ?
Hi pibitrans, According to your error message, “The Unable to load DLL ‘sqlceme35.dll’ error occurs in .NET applications because the ...Answered | 2 Replies | 11036 Views | Created by pibitrans - Monday, June 23, 2014 11:16 PM | Last reply by Sofiya Li - Tuesday, June 24, 2014 7:25 AM -
0 Votes
Plugins with implicitly loaded dlls
Also, it's a bit more difficult as there is no "current directory" in CE, but I agree it shouldn't be too difficult to get the loader to look in the same location as the exe or ...Answered | 3 Replies | 683 Views | Created by hpetschko - Friday, August 15, 2014 2:26 PM | Last reply by Michel Verhagen - Saturday, August 16, 2014 11:33 AM -
3 Votes
[UWP]loading external DLL
At runtime, the DLL loading is validated against the declared <Dependencies> sections of the appxmanifest.Answered | 7 Replies | 10522 Views | Created by Eric Jalbert - Sunday, August 23, 2015 6:40 PM | Last reply by MelbourneDeveloper - Tuesday, February 21, 2017 2:16 AM -
0 Votes
loading dll in console application
There is no way you could write enough code in a DLL to exceed memory size -- you're talking about more than a gigabyte.Answered | 2 Replies | 1934 Views | Created by Rev_sb - Tuesday, July 23, 2013 7:08 PM | Last reply by Tim Roberts - Friday, July 26, 2013 5:47 AM -
0 Votes
loading dll into memory
Or do you mean that you to load (and maybe unload) the DLL programatically?Answered | 6 Replies | 3898 Views | Created by althurm - Tuesday, July 26, 2016 3:58 PM | Last reply by RJP1973 - Friday, July 29, 2016 12:27 PM -
0 Votes
Load DLL dynamically by SetWindowsHookEx
A process loads the DLL (DLL_PROCESS_ATTACH).Answered | 5 Replies | 2433 Views | Created by cplusplusdev - Monday, August 13, 2012 7:04 AM | Last reply by cplusplusdev - Wednesday, August 22, 2012 4:14 AM -
1 Votes
Dll load issue
few days back i was reading an article on MSDN, where it explains how the runtime dll will behave or the application will search for the dll, if the runtime ...Answered | 7 Replies | 1262 Views | Created by Rekha_KP - Saturday, April 12, 2014 3:52 AM | Last reply by Rekha_KP - Saturday, April 12, 2014 3:06 PM -
3 Votes
Managed dll is not loading
So that managed dll is not getting loaded.Answered | 13 Replies | 1534 Views | Created by MRUTYUNJAYA.M - Friday, June 5, 2020 6:46 AM | Last reply by RLWA32 - Sunday, June 7, 2020 12:30 PM -
2 Votes
How to tell if a dll is loaded?
In the DLL_Init() function, which is called when your dll is loaded, you could set a registry value to 1.Answered | 9 Replies | 14422 Views | Created by BalintN - Monday, May 17, 2010 8:26 AM | Last reply by BalintN - Sunday, May 30, 2010 12:20 PM -
0 Votes
Error loading DLL
Is this your own DLL or is it from a third party vendor?Answered | 1 Replies | 3135 Views | Created by SecureMike - Wednesday, April 7, 2010 1:26 AM | Last reply by Mattias Sjögren - Wednesday, April 7, 2010 1:17 PM -
0 Votes
Dynamically load dll
How to load an assembly at runtime that is located in a folder ...Answered | 2 Replies | 3517 Views | Created by theH3llboy - Wednesday, May 13, 2009 6:11 AM | Last reply by Khanna Gaurav - Wednesday, May 13, 2009 6:33 AM -
1 Votes
App's DLL Not Loading on Debug
While debugging a WinPhone app, I found that symbols weren't loading for my app's DLL, and further research showed that the DLL wasn't showing up at all in the Modules ...Answered | 1 Replies | 4757 Views | Created by thehappycactus - Sunday, May 20, 2012 3:00 AM | Last reply by Mike Feng - Monday, May 21, 2012 6:58 AM -
1 Votes
Unable to load native DLL.
Use Dependecywalker tool or Process Expolrer to find out which dependent dll is not present on your machine, it looks like you have some runtime dependecy use the /MD ...Answered | 2 Replies | 1881 Views | Created by Alexey Sergeev - Friday, September 19, 2014 7:11 PM | Last reply by Pradish.MP - Saturday, September 20, 2014 6:36 AM -
0 Votes
System DLL loaded instead of proxy DLL
Hi all, I have this issue with proxy DLL not loaded.Answered | 1 Replies | 9071 Views | Created by dodong_ - Wednesday, November 4, 2009 3:14 AM | Last reply by VijayKR - Thursday, January 7, 2010 8:49 AM -
0 Votes
System DLL loaded instead of proxy DLL
Hi all, I have this issue with proxy DLL not loaded.Answered | 2 Replies | 7905 Views | Created by dodong_ - Wednesday, November 4, 2009 3:29 AM | Last reply by dodong_ - Wednesday, November 4, 2009 10:20 AM -
2 Votes
load ATL dll to mfc
Are you asking about the DLL that contains some ATL library functions, or about a DLL that was built with ATL?Answered | 8 Replies | 3794 Views | Created by sAtsas - Wednesday, June 20, 2012 12:05 PM | Last reply by Scott McPhillips - Friday, June 22, 2012 1:14 PM -
0 Votes
Unable to load php_sqlsrv_53_nts_vc6.dll
I have php5.dll.Answered | 3 Replies | 10274 Views | Created by MallenSR - Monday, April 4, 2011 9:59 PM | Last reply by Papy Normand - Wednesday, April 6, 2011 9:44 AM -
2 Votes
Dynamically load a DLL in VB.net
.NET assemblies are typically loaded on demand, meaning that the runtime shouldn't even try to load you dll if you don't call into it.Answered | 8 Replies | 50711 Views | Created by Eidur - Tuesday, August 15, 2006 7:03 AM | Last reply by checktechno - Wednesday, December 12, 2012 10:23 PM - Items 1 to 20 of 622542 Next ›
No announcements