Re: SVN1260 WIN98 STILL BROKEN !
- Posted by jimcbrown (admin) Dec 13, 2008
- 1172 views
mattlewis said...
jimcbrown said...
Bernie,
Try the modified be_w.c below with 1262. Does this fix the problem?
Is there a maximum (or even a reasonable upper limit) to the width? It seems like the dynamically allocated buffer was the problem. The structure isn't that big (is it?). Would it really make any difference to allocate 200 or so instead of 80 (the previous size)?
Matt
I don't think you'll see a console width larger than 160.
Why do you think it is the dynamically allocated buffer that is the problem? ne1uno reports that a static buffer doesn't make a difference. (As I've stated before I'm not able to test this aspect on my own w98 machine.)