Howdy -
I have a C++ class library developed
under Unix (that has long + upper case file names).
I need to convert it into DOS one and I'd rather avoid changing
all the names of the include files by hand (100+ files).
I tried using Perl script called DOSMAP that truncates file/directory
names into 8+3 format and then updates all the references in files
in a given directory.
Problem is - when I tried to run it under Linux (w/ 16Mb RAM)
it runs 'Out of memory' after converting only 3 files.
I do not know enough about Perl to fix it.
Is it possible that Perl installation is corrupted ?
Thanx for any help an pointers,
JT