Hey guys. I have never used DLLs before and I seem to be having some difficulties.
I am trying to load a dll for an API called ASPI however it seems to fail to load it no matter what. Can anyone please enlighten me? I have included some other file paths I have tried... :)
The library was installed to c:\\windows\\system32\\WNASPI32.DLL
and the documentation says it can be loaded using "hinstWNASPI32 = LoadLibrary( LPCWSTR("WNASPI32") )".