On 4 Aug 2004 at 17:00, Edward Peschko wrote:

> hey all,
> 
> I've generated a PAR executable that runs fine on my system, but 
> dies with a:
> 
> 'The dynamic link library MSVCR70.dll could not be found in the 
> specified path'
> 
> when I try to run it on another machine. However, this is using .8, so
> perhaps its fixed in newer versions of PAR... Is it?
> 
> Thanks much,
> 
> Ed

It's probably not a PAR problem. Judging from other reports (PAR and otherwise), you 
compiled PAR with MS VC++ 7.0 which requires that C runtime lib (MS VC Runtime 7.0 
dll). It is available if the .NET Framework stuff is installed. VC++ 6.0 only required 
MSVCRT.dll, which comes with the OS.

Alan Stewart

Reply via email to