Ico Doornekamp
Ico Doornekamp
Quoting whiffee (2022-06-03 20:07:17) > I tried sticking it right at the end of cmd-gui.c like so: Ah, no, sorry: I ment only insert the printf() line in that file...
> The keywords are not in there anywhere. Is there a way to make the running app show the desired info? Is there a log file somewhere? (Sorry for being...
Quoting whiffee (2022-06-03 22:42:18) > Ah, slick. Okay, here it is: > px=3840 mm=1016 Right, that will make your dpi 25.4*3840/1016 = 96 dpi Is your screen really 1 meter...
Quoting whiffee (2022-06-03 22:52:54) > I just thought of something. The pixel count is correct, but the mm > length quoted is 40 inches. However, my monitor is only 15.6...
Quoting nti119 (2017-06-26 12:26:27) > Not sure if I am misinterpreting your instructions or the windows build just isn't suppose to work? > How do I build/install on win? Sorry,...
I've made a win32 build that works for me on Wine, but not tested on any real windows platform. https://github.com/zevv/bucklespring/releases/tag/buckle-win32 I'd be happy if anyone wants to take responsibility of...
Great. I'll keep this issue open with a 'help wanted' label attached, maybe one day someone will come by and pick up the task of properly supporting this build.
Well, too bad: I implemented the parser in NPeg today, but the compiler does not agree when running at compile time: ``` Error: VM problem: too many registers required ```
Ok, mistake: I was running an old Nim version, but this has recently been fixed on devel. Parser works at compile time.
Quoting PMunch (2019-11-13 10:36:13) > But only for devel? Only for devel - will not work for 1.0.2 or earlier because of VM limitations. > Have you tried the parser...