[plt-scheme] Re: MrED - scrollbars
At Mon, 08 Dec 2003 00:36:48 +0000, Guenther Schmidt wrote:
> Thanks for the hint with canvas and editor-canvas, I'll check into
> that in the morning. What I've seen sofar offered from MrED seems
> quite sophisticated (or rather let's you do sophisticated things)
> it's just when you're new to GUIs a HOW-TO would be handy. Eventually
> I'll just do the good old trial and error thing.
A HOW-TO would be nice, I agree. :)
> Did I understand it correctly that if I have for instance Visual C
> Compiler MzScheme would allow me to create *entirely* standalone GUI
> executables?
Not entirely. You would also need to distribute some .dlls:
http://www.plt-scheme.org/software/dynamic-libraries/
You could use our installer, or you could package them with your own
software, as you see desire.
Robby