Re: [racket] Replace user32 with GTK on WinXP

2012-11-03 Thread Игорь Шилов
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

Re: [racket] Replace user32 with GTK on WinXP

2012-11-03 Thread Matthew Flatt
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).

[racket] Replace user32 with GTK on WinXP

2012-11-03 Thread Игорь Шилов
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