Reply 20 of 35, by Falcosoft
- Rank
- l33t
radozd wrote on 2026-04-09, 06:26:Version 3 is here
I'm not entirely sure why I keep doing this, but I seem to get a kind of forgotten enjoyment from exploring old FTP servers.
Hi,
I could not use version 3 since it gave me 'Not enough free memory' right at start. This happens because of the increased max item size to 2000.
I have MS network stack also loaded under MS-DOS that eats up quite a lot conventional memory.
So I downloaded the source to compile a max items = 1000 version for myself but I got build errors in UIAPP.CPP:
1. at line 757 ->
bool UiApp::IsViewable(const const UiEntry *e) const
. After removing one of the 'const' the error disappeared.
2. at line 764 ->
const char *ext = strrchr(name, '.');
After modifying name to e->name the error disappeared.
So finally I succeeded in building an 1000 max item size version for myself but I still think that a run-time configurable max item size would be better.
Bye.
@Edit:
BTW, I do not think that restricting the quick viewer to only .txt/.diz/.ion extension is useful in any way. The user most likely knows better what file has text content. Removing this restriction would enable the user to view e.g. html or server config files (that usually have no extension at all) as well.