Re: [Dev-C++] LoadLibrary returns null
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
From: Daniel K. O. <dan...@ya...> - 2006-02-01 22:01:09
|
Denise Vecino wrote: > I'm in trouble with the LoadLibrary function. I call the > LoadLibrary function passing the full path of the dll and it return > null. The dll exist and I have already checked the path (it's > everything correct). Did you try using something like QuikView or Dependency Walker to check if the DLL can be loaded at all? Maybe it depends on a missing DLL, or on a symbol that isn't present in the current DLLs. --- Daniel K. O. _______________________________________________________ Yahoo! doce lar. Faça do Yahoo! sua homepage. http://br.yahoo.com/homepageset.html |