[racket] Replace user32 with GTK on WinXP

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Sat Nov 3 12:22:03 EDT 2012

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).

At Sat, 3 Nov 2012 20:16:01 +0400, Игорь Шилов wrote:
> 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 version of GTK using "racket\collects\mred\private\wx\gtk"?
> 
> -- 
> - Shilov Igor
> P.S. My english is not so good, I work on it
> ____________________
>   Racket Users list:
>   http://lists.racket-lang.org/users


Posted on the users mailing list.