Displaying 1 result from an estimated 1 matches for "recourcekitcd".
1999 Oct 18
2
Solving problems with read.fwf(), perl under WinNT (was: Re: Using metric scaling)
...Scan couldn't open the file
- because perl did not produce it
- because perl could not find it's library files
- because the installation procedure did not copy the library files to my HD
- and instead created registry entries pointing to the CD
So the solution that worked for me is
- copy RecourceKitCD:\source\gnu\perl\*.* and it's subdirectories to my HD
(e.g. C:\NTRESKIT\perl),
- change to this directory (e.g. C:\NTRESKIT\perl)
- and run INSTALL.BAT (which updates the registry approbriately)
Well, besides having some files twice in C:\NTRESKIT\perl and
C:\NTRESKIT\perl\bin (e.g. perl.exe)...