Hopefully one could use printf, and tbh I dont like the hole garbage collector thingy :)<br><br><div class="gmail_quote">2010/10/12 Denis Koroskin <span dir="ltr">&lt;<a href="mailto:2korden@gmail.com">2korden@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Tue, 12 Oct 2010 11:46:39 +0400, Emil Madsen &lt;<a href="mailto:sovende@gmail.com" target="_blank">sovende@gmail.com</a>&gt; wrote:<br>

<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
wouldn&#39;t compiling, without garbage collector help too?<br>
<br>
2010/10/12 Denis Koroskin &lt;<a href="mailto:2korden@gmail.com" target="_blank">2korden@gmail.com</a>&gt;<br>
<br>
</div><div><div class="h5"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Tue, 12 Oct 2010 08:10:31 +0400, Daniel Worthington &lt;<br>
<a href="mailto:daniel.worthington@gmail.com" target="_blank">daniel.worthington@gmail.com</a>&gt; wrote:<br>
<br>
 Linking with the phobos lib got it to compile, but I get a Bus Error when<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
running: EXC_BAD_ACCESS (SIGBUS). Playing with the code a bit and looking<br>
at<br>
the crash reports, it looks like this happens whenever the D code tries to<br>
allocate memory.<br>
<br>
Do you think this is an issue of using dmd and gcc together? I&#39;m on Mac OS<br>
X.<br>
<br>
Daniel<br>
<br>
</blockquote>
<br>
I think that&#39;s because you skipped some initialization for D.<br>
At the very least, a GC needs to be initialized first.<br>
<br>
Try calling gc_init() (defined in core.memory) and thread_attachThis()<br>
(core.thread) because invoking other D code.<br>
<br>
That should help.<br>
<br>
</blockquote>
<br>
<br>
<br>
</div></div></blockquote>
<br>
It would, but then are you okay with memory leaks (i.e. writeln might allocate something)?<br>
</blockquote></div><br><br clear="all"><br>-- <br>// Yours sincerely<br>// Emil &#39;Skeen&#39; Madsen<br>