<div class="gmail_quote">2012/3/4 Jonathan M Davis <span dir="ltr"><<a href="mailto:jmdavisProg@gmx.com">jmdavisProg@gmx.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Sunday, March 04, 2012 18:10:57 maarten van damme wrote:<br>
> and why on earth is timeval declared in std.socket instead of std.time?<br>
<br>
</div>std.socket is an old module and predates all of Phobos' current time stuff. It<br>
should probably use a core.time.Duration, but it hasn't been changed to do<br>
that.<br>
<span class="HOEnZb"><font color="#888888"><br>
- Jonathan M Davis<br>
</font></span></blockquote></div>that was a bit confusing, the casting part from me with timeval was wrong anyway.<div>Does anyone has any ideas on</div><div>-how I got that access violation without changing a thing in my callback</div>
<div>-how to track it down</div><div>-how to convert c strings to d strings</div><div>-how to avoid having to call tostringz all the time</div><div><br></div><div>thank you :)</div>