Subject:
|
Re: DOS Makelist (was Re: Uber-install (was Re: Organizing the Site Revamp))
|
Newsgroups:
|
lugnet.cad.dev
|
Date:
|
Thu, 11 Feb 1999 21:34:39 GMT
|
Viewed:
|
2346 times
|
| |
| |
On Thu, 11 Feb 1999 18:56:27 GMT, Sproaticus <jsproat@geocities.com>
wrote:
> Steve Bliss wrote:
> > Umm, that would be really great if you did that. We never came up with
> > a replacement for James' original makelist.exe (which can only handle
> > 1000 parts).
>
> Why the limitation on 1000 parts? Have all the makelist implementations
> shelled out to call sort.exe? I'm sure there's a quicksort call in the ANSI
> C libraries, and stl has some great capabilities for those of the C++
> persuasion...
I'd guess the limitation is because James allocated a 1000-element array
to hold the data lines.
The problem I ran into when I tried a rewrite was I was using a
shareware version of Basic, which wouldn't support the memory usage I
needed, so I had to go to temp files, and it was a mess. It was just
too painful to debug.
sort.exe has some file-size limits, or it acts weird under NT, or
something.
--Steve
|
|
Message is in Reply To:
23 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|