After performing a disk defrag, I started getting the following error on
Startup of Win 98.
"MSVCP60.DLL Link to missing export MSVCRT.DLL:__lc_collate_cp."
I was able to repair Two programs, IE and Print Shop. This error seems to be
generated when AVG 7.0 (Grisoft virus program) starts automatically from
msconfig startup. I have removed AVG and reinstalled, but the problem
remains. Any ideas will be appreciated.
BTW I can only stop the error by unchecking the Three AVG startup statements
in msconfig.
Bob Fay
Ron Badour - 21 Nov 2005 12:28 GMT
I think the best way to explain this error message is to list an example and
then walk you through the troubleshooting logic I'd use.**Example**: The
LOADWC.EXE file is linked to missing export SHLWAPI.DLL:wnsprintfA
File one is expecting file number two to be able to do something which it
cannot do. This generally means the second file was replaced with an older
version which doesn't contain the functionality that first file was
expecting to find. There's a possibility file number two is corrupt or
missing but most likely an older version file is the cause. In either case,
replace *your* file two with a current (or more current) version. For help
finding a replacement file, go here and do a search:
http://support.microsoft.com/dllhelp/
Do a search on *your* file two and be sure to include the file extension
(.dll). Once the results appear, locate the version of file two that your
PC is using and work up the list. When you click on the more information
link, you will find what product(s) that version of the .dll is contained
in. This may give you a clue as to what version of the file should be
there. For example, you have version 5.0.2614.3500 of the shlwapi.dll on
file and by checking the list of files, you find this version comes with
W98SE. Going up the list, you find version 5.50.4134.600 is contained in IE
5.50. If you had updated your browser to IE5.5, there's the problem--the
correct version of shlwapi.dll got overwritten by the copy with comes with
W98SE.
Finally, the troubleshooting information above centers on file two since it
should most likely be the source of the problem; however, file one could be
an incorrect version or it might be corrupt.

Signature
Regards
Ron Badour, MS MVP for W98
Tips: http://home.satx.rr.com/badour
Knowledge Base Info:
http://support.microsoft.com/default.aspx?pr=kbinfo
> After performing a disk defrag, I started getting the following error on
> Startup of Win 98.
[quoted text clipped - 7 lines]
>
> Bob Fay
PattyL - 21 Nov 2005 13:01 GMT
This message is telling you that the version of MSVCRT.DLL is not the
version expected by MSVCP60.DLL and does not have the functionality
mentioned in the message.
Search your hard drive for MSVCRT.DLL and find the newest version Move
that file to the \Windows\system folder and rename all others on your system
using an extension such as MSVCRT.OLD.
If that doesn't resolve the problem then you will want to download the
update to the Microsoft Libraries. See this article for information and a
link to the download.
INFO: Microsoft Libraries Update: What, Where, Why
http://support.microsoft.com/?kbid=197298
PattyL
> After performing a disk defrag, I started getting the following error on
> Startup of Win 98.
[quoted text clipped - 7 lines]
>
> Bob Fay