aclayborne
Programmer
I have a function that resides in two different DLL's "app95".dll and "appNT".dll. I'm not sure which will be there, it depends on the operating system. But in my BAS I have:
Declare Function ABC LIB "appNT".dll
But if I install my app on a 95/98 machine appNT.dll won't be there. Function ABC will reside in "app95".DLL.
How can I work around this in the declarations and code.
Acie Clayborne
Declare Function ABC LIB "appNT".dll
But if I install my app on a 95/98 machine appNT.dll won't be there. Function ABC will reside in "app95".DLL.
How can I work around this in the declarations and code.
Acie Clayborne