Thanks for operative reply.
I've look in "racket\collects\mred\private\wx\platform.rkt", found there
(case (system-type)
[(windows) (if (getenv "PLT_WIN_GTK")
gtk-lib
'(lib "mred/private/wx/win32/platform.rkt"))]
[(macosx) '(lib "mred/private/wx
You can try setting the PLT_WIN_GTK environment variable, which will
cause "racket\collects\mred\private\wx\platform.rkt" to select the Gtk
backend under Windows.
I haven't tried it in a while, though, so I don't know how well it will
work (i.e., I gave up the idea of really supporting that mode).
Hi there!
I use Racket v5.3 on Windows XP and trying to understand how DrRacket and
gracket works. I found "racket\collects\mred\private\wx\win32" - as I
understand, ffi bindings to user32.dll, a win32 user interface
implementation. Can I (and how) configure DrRacket and gracket works on
win32 vers
3 matches
Mail list logo