in reply to ActivePerl dies in msvcrt.dll under Windows
I'm not sure I have useful advice, but some observations.
msvcrt.dll is the MicroSoft Visual C run time dynamic link library. The main run time library for programs compiled with Microsoft Visual C.
If your Perl installation worked correctly with the previous version of msvcrt.dll, try putting a copy in the perl/bin directory. The perl interpreter will use the one in its' local directory rather than using the system version/copy.
That should (may) solve the problem locally. You may still have issues if you need to distribute your script to other systems.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: ActivePerl dies in msvcrt.dll under Windows
by hawtin (Prior) on Nov 28, 2005 at 20:59 UTC | |
by BrowserUk (Patriarch) on Nov 28, 2005 at 23:24 UTC |