Thanks for operative reply. <br>I&#39;ve look in &quot;racket\collects\mred\private\wx\platform.rkt&quot;, found there <br>(case (system-type)<br>ššššš [(windows) (if (getenv &quot;PLT_WIN_GTK&quot;)<br>šššššššššššššššššššš gtk-lib<br>
šššššššššššššššššššš &#39;(lib &quot;mred/private/wx/win32/platform.rkt&quot;))]<br>ššššš [(macosx) &#39;(lib &quot;mred/private/wx/cocoa/platform.rkt&quot;)]<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>&quot;ffi-lib: couldn&#39;t open libatk-1.0-0.dll&quot;, 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">&lt;<a href="mailto:mflatt@cs.utah.edu" target="_blank">mflatt@cs.utah.edu</a>&gt;</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 &quot;racket\collects\mred\private\wx\platform.rkt&quot; to select the Gtk<br>
backend under Windows.<br>
<br>
I haven&#39;t tried it in a while, though, so I don&#39;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>
&gt; Hi there!<br>
&gt; I use Racket v5.3 on Windows XP and trying to understand how DrRacket and<br>
&gt; gracket works. I found &quot;racket\collects\mred\private\wx\win32&quot; - as I<br>
&gt; understand, ffi bindings to user32.dll, a win32 user interface<br>
&gt; implementation. Can I (and how) configure DrRacket and gracket works on<br>
&gt; win32 version of GTK using &quot;racket\collects\mred\private\wx\gtk&quot;?<br>
&gt;<br>
&gt; --<br>
&gt; - Shilov Igor<br>
&gt; P.S. My english is not so good, I work on it<br>
</div></div>&gt; ____________________<br>
&gt; š Racket Users list:<br>
&gt; š <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>