Hello, I am working in Windows 95 on a 'C' program and am trying to
resolve a runtime error. The error that says:
The ISASCARDAPI.DLL file is linked to missing export
SETUPAPI.DLL:SetupDiEnumDeviceInterfaces. I have tryed to delete the
current Setupapi.dll from the registry and use regsvr32 to register a
new version of the dll from a newer version of Windows, however when
trying to do that I get a RegSvr32 error saying: loadLibrary("c:
\windows\system32\Setupapi.dll") failed
GetLastError returns 0x00000485. Does anyone know what is causing my
runtime error? Or how I can find out the problem registering
Setupapi.dll?
Thank you very much for any help!
Regards,
-Glenn