Meadows, Tyron wrote: > I've compiled two versions of a program to run in Windows 95/98 and Windows > NT/2000 environments by assigning the values WIN95 and WINNT respectively to > the OS_TARGET environment variable. The "WINNT" program works as expected > on computers running Windows 98, NT, and 2000. On a computer running > Windows 95, the "WIN95" program generates the following error when starting > the program: > > "The LIBNSPR4.DLL file is linked to missing export WSOCK32.DLL:1141."
If the file name is LIBNSPR4.DLL, you are using the WINNT version. The WIN95 version of NSPR is called NSPR4.DLL. Wan-Teh
