Please help me about this weird problem.....
//////
szProgram = SRCDIR^COMP_UNINSTALL;
szProgram = szProgram^NICu_DLL;
LongPathToShortPath ( szProgram );
if (CallDLLFx(szProgram, "IsNIC9X", nTest, szTest) > 0) then
//////
I used the DLL(for simplification i combine the custom DLL with uninstall DLL) to scan pci bus, and return specific device id information by nTest/szTest.
CallDLLFx works fine under 98/me(i got correct nTest/szTest returne), but return -1 under 95.
Is that illegal Path??
Or i should use useDLL/UnuseDLL instead CallDLLFx??
This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.

CallDLLFx fails under win95
Started by
asdch
, Mar 16 2002 06:35
1 reply to this topic