Thanks for operative reply. <br>I've look in "racket\collects\mred\private\wx\platform.rkt", found there <br>(case (system-type)<br> [(windows) (if (getenv "PLT_WIN_GTK")<br> gtk-lib<br>
'(lib "mred/private/wx/win32/platform.rkt"))]<br> [(macosx) '(lib "mred/private/wx/cocoa/platform.rkt")]<br> [(unix) gtk-lib])<br><br>write start-racket-with-gtk.bat such this:<br>
<br>set PLT_WIN_GTK=#t<br>start D:\bin\racket\GRacket.exe<br><br>And have such error in shell window: <br>"ffi-lib: couldn't open libatk-1.0-0.dll", briefly.<br><br>Using procexp.exe and procmon.exe I have much more details, down to full log of operations of gracket.exe from start to this error screen: all loaded modules, all visited paths, all values of all environment variables. <br>
<div class="gmail_extra"><br><br><div class="gmail_quote">2012/11/3 Matthew Flatt <span dir="ltr"><<a href="mailto:mflatt@cs.utah.edu" target="_blank">mflatt@cs.utah.edu</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
You can try setting the PLT_WIN_GTK environment variable, which will<br>
cause "racket\collects\mred\private\wx\platform.rkt" to select the Gtk<br>
backend under Windows.<br>
<br>
I haven't tried it in a while, though, so I don't know how well it will<br>
work (i.e., I gave up the idea of really supporting that mode).<br>
<div><div class="h5"><br>
At Sat, 3 Nov 2012 20:16:01 +0400, éĒĻŅŲ ūÉĢĻ× wrote:<br>
> Hi there!<br>
> I use Racket v5.3 on Windows XP and trying to understand how DrRacket and<br>
> gracket works. I found "racket\collects\mred\private\wx\win32" - as I<br>
> understand, ffi bindings to user32.dll, a win32 user interface<br>
> implementation. Can I (and how) configure DrRacket and gracket works on<br>
> win32 version of GTK using "racket\collects\mred\private\wx\gtk"?<br>
><br>
> --<br>
> - Shilov Igor<br>
> P.S. My english is not so good, I work on it<br>
</div></div>> ____________________<br>
> Racket Users list:<br>
> <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>- Shilov Igor <br>P.S. My english is not so good, I work on it<br><br>
</div>