1) Indeed, you need Create(...) if you want 95/98/Me compatibility...
2) What OS are running at right now?
3) If there's no WnASPI32.dll banner this means it's not in path or it's some alien ASPI layer, not RDS. Please send us both COMPLETE debug log and FindDevice application console output captured to file with FindDevice.exe >out to
support@rocketdivision.com. We'll sort the issue out.
Thanks!
Elly wrote:
Quote:
Double-check the DLLs or change device find method with the CreateEx(...) style enumeration (see FindDeviceEx C sample for this, quite stright-forward).
Alas, not straight-forward enough. I can't figure what "CreateEx(...) style enumeration refers to.
Also, I have made sure wnaspi32.dll is in place.
I can't use the method in the FindDeviceEx example, as my application must support Win95/98/ME.
And I neglected to mention I'm using Delphi 5.