BarD
May 6th, 1999, 05:58 PM
Hello, All!
Could anyone explain me what shall I do in the following situation:
- I want to use in my DLLfunction SetupInstallFromInfSection(). For this purpose I use header "setupapi.h" and library "setupapi.lib"
- my DLL becomes linked with setupapi.dll
- setupapi.dll is not present in Windows95
- as a result, my DLL fails to be load by function LoadLibrary() and GetLastError() returns 1157: ERROR_DLL_NOT_FOUND.
By the way, in the Visual C++ 5.0 documentation there is a string "New-Windows NT" in the topic "SetupInstallFromInfSection".
Could anyone explain me what shall I do in the following situation:
- I want to use in my DLLfunction SetupInstallFromInfSection(). For this purpose I use header "setupapi.h" and library "setupapi.lib"
- my DLL becomes linked with setupapi.dll
- setupapi.dll is not present in Windows95
- as a result, my DLL fails to be load by function LoadLibrary() and GetLastError() returns 1157: ERROR_DLL_NOT_FOUND.
By the way, in the Visual C++ 5.0 documentation there is a string "New-Windows NT" in the topic "SetupInstallFromInfSection".