<div dir="ltr"><div><div><div>(mailing list in CC, for the reasons Danny mentioned)<br><br></div>Searching PLaneT [1], I&#39;ve just found Dave Herman&#39;s package which may be of interest to you:<br><a href="http://planet.racket-lang.org/display.ss?package=c.plt&amp;owner=dherman">http://planet.racket-lang.org/display.ss?package=c.plt&amp;owner=dherman</a><br>

<br></div>Never tried it, not sure it&#39;s what you want, but should be worth trying.<br></div><div>If you do try it, please report back!<br></div><div><br></div>Laurent<br><div><div><br>[1] <a href="http://planet.racket-lang.org/">http://planet.racket-lang.org/</a><br>

</div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, May 29, 2013 at 7:43 AM, maxwell <span dir="ltr">&lt;<a href="mailto:maxwell@partyvan.info" target="_blank">maxwell@partyvan.info</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Is there no function similar to get-ffi-obj that allows you to just grab a struct from a library? It seems like a pretty integral feature, why can&#39;t such a function exist as part of the FFI?</div>

<div class="HOEnZb"><div class="h5"><div class="gmail_extra">
<br><br><div class="gmail_quote">On Tue, May 28, 2013 at 12:31 AM, Laurent <span dir="ltr">&lt;<a href="mailto:laurent.orseau@gmail.com" target="_blank">laurent.orseau@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div dir="ltr"><div><div><div>Most of the time, you won&#39;t need all the features of the struct.<br></div>For pointers you don&#39;t care about, you can simply use the generic _pointer type, as long as you don&#39;t use the /types/ behind that pointer.<br>




</div><div>Note that you can still use the pointer itself though, e.g., to pass it around functions.<br></div><br>And if for some reason at some point in time you need the struct definition of that pointer, you can &quot;expand&quot; the definitions of your struct types a little.<br>




</div><div><br></div>HTH<br>Laurent<br><div><div><div><div><br></div></div></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote"><div><div>On Tue, May 28, 2013 at 9:09 AM, Danny Yoo <span dir="ltr">&lt;<a href="mailto:dyoo@hashcollision.org" target="_blank">dyoo@hashcollision.org</a>&gt;</span> wrote:<br>




</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><br><br>On Monday, May 27, 2013, maxwell  wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div dir="ltr">Hello Doctor Yoo,<div><br></div><div>I am having serious problems with the Racket FFI. Apparently, to load a struct from a library, I have to know all of it&#39;s contents, and then define them in terms of their contents, until everything has been defined in terms of C primitives. Surely I am incorrect. Can you explain this to me? What do I do if the struct I need has 200 struct pointers in it, each of which points to 200 more, and so on, a couple of layers deep? </div>






<div><br></div><div>I am sorry to bother you with this but I am going insane and I need to sleep, but this is keeping me up!</div><div><br></div><div>- Maxwell</div></div></blockquote><div><br></div><div><br></div><div>Hi Maxwell,</div>





<div><br></div><div><font><span style="line-height:normal;background-color:rgba(255,255,255,0)">I&#39;m forwarding this<span></span> to the Racket-lang mailing list.  Typically, it is better to ask communities for support rather than single people, to reduce dependence on one point of failure.<br>





</span></font><br></div><div><br></div><div><br></div><div> </div>
<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>
<br></blockquote></div><br></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>