
DLL loading (Windows NT vs Windows 98)
Run Dependancy Walker on ur DLL & find out all DLLs required by ur DLL.
And check that all DLL are present on target m/c
Vinod
Quote:
> Hello
> I have the following problem:
> I have made a Windows NT application this application
> works with a resource dll loaded with “AfxLoadLibrary”.
> The application works correctly under Windows NT but when
> I try to run the application under Windows 98 it fails
> when it tray to load the DLL.
> Thanks in advance