Entry
When I try to run a script I've got a message box saying "couldn't find MSVCRTD.dll library in specified path <win path env>". What's going here?
May 16th, 2000 12:27
Matt Gregory, Valmir Cinquini,
MSVCRTD.dll is a microsoft runtime library containing much of the
microsoft foundation classes implementation code. It is usually
distributed with any application which use it.
Do a search on your HD for the file, if you find it, you need to move
it into your path. This can be done by moving the file to your
$:\windows\system or $:\winnt\system32 folder.
If you do not have the file then go to microsoft's webiste and download
it or extract it off your installation cd. (msvcrtd.d_)