From: Denise V. <den...@gm...> - 2006-02-01 20:55:09
|
Hi all, 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). I saw in the MSDN documentation that I can use the function SetDllDirectory, to set the path of the dll and then call the LoadLibrary... But I cannot compile my project because I got the following error: 'SetDllDirectory': identifier not found, even with argument-dependent looku= p Has anyone used this function??? Does Anyone have any idea about why the LoadLibrary is returning null??? Thanks, Denise |