<br><br><div class="gmail_quote">On Mon, May 3, 2010 at 5:40 PM, Robert Clipsham <span dir="ltr">&lt;<a href="mailto:robert@octarineparrot.com">robert@octarineparrot.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On 03/05/10 22:23, Jason House wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
I&#39;ll test it on my project later tonight.<br>
</blockquote>
<br></div>
I&#39;ve just tested on your behalf, it works now :)</blockquote><div><br>Unfortunately, it still isn&#39;t usable<br><br>$ dmd | head -n 1<br>Digital Mars D Compiler v2.045<br><br> $ gdb ./housebot-test<br>&lt;snip&gt;<br>
(gdb) break _Dmain<br>Breakpoint 1 at 0x804d010<br>(gdb) run<br>&lt;snip&gt;<br>Breakpoint 1, 0x0804d010 in _Dmain (args=579222759872135169)<br>(gdb) list<br>1    /**<br>2     * Contains all implicitly declared types and variables.<br>
3     *<br>4     * Copyright: Copyright Digital Mars 2000 - 2010.<br>5     * License:   &lt;a href=&quot;<a href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>&quot;&gt;Boost License 1.0&lt;/a&gt;.<br>
6     * Authors:   Walter Bright, Sean Kelly<br>7     *<br>8     *          Copyright Digital Mars 2000 - 2009.<br>9     * Distributed under the Boost Software License, Version 1.0.<br>10     *    (See accompanying file LICENSE_1_0.txt or copy at<br>
<br><br>$ gdb ./housebot-test<br>&lt;snip&gt;<br>(gdb) break main<br>Breakpoint 1 at 0x805d137<br>(gdb) run<br>&lt;snip&gt;<br>Breakpoint 1, 0x0805d137 in main ()<br>(gdb) list<br>1    module info;<br>2    <br>3    import std.conv; // for to!(T)<br>
4    import std.cpuid;<br>5    import versiondata;<br>6    <br>7    enum gameEndProtocol{<br>8        PLAY_ALL_LEGAL<br>9    }<br>10    <br></div></div>