load lisp-files from inside wrapped EXE

Started by HPW, October 14, 2003, 10:35:39 PM

Previous topic - Next topic

Lutz

#15
there seems to be a limit of sending bigger than 64k chunks from Tcl/Tk with a 'puts' statement, which normally is enough as it only handles edit buffers from the browser-editor, which typically are only a few kbyte.



I think I can fix that, partitioning the sending of buffers in Tcl, but it will take a while. I am glad you found a workaround meanwhile.



Handling bigger buffers of course would be nice because it would be possible to edit LISP databases in the browser-editor. I will give it a try.



Lutz

HPW

#16
>I will give it a try.



I agree with you, it is worth the try.

Would be nice to be able to get the direct way.

So keep on!
Hans-Peter

Lutz

#17
the limit for TCL/puts on Wndows seems to be ~ 20k, on Linux its  ~ 100k



Lutz