Thanks- That looks like it was just the ticket, and the answer to a lot of the other questions I had piling up. <br><br><div class="gmail_quote">On Mon, Feb 7, 2011 at 2:03 PM, Jay McCarthy <span dir="ltr">&lt;<a href="mailto:jay.mccarthy@gmail.com">jay.mccarthy@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;">The ffi has a directory of examples:<br>
<br>
<a href="https://github.com/plt/racket/tree/master/collects/ffi/examples" target="_blank">https://github.com/plt/racket/tree/master/collects/ffi/examples</a><br>
<br>
and there are many on PLaneT<br>
<br>
Jay<br>
<br>
2011/2/7 Ben Dean &lt;<a href="mailto:benjamin.dean@aya.yale.edu">benjamin.dean@aya.yale.edu</a>&gt;:<br>
<div><div></div><div class="h5">&gt; I&#39;m looking to put some Racket wrappers around bits of the OpenCV C api, but<br>
&gt; I&#39;m having a hard getting started. I&#39;ve looked through the ffi/unsafe<br>
&gt; documentation several times, but something isn&#39;t clicking-- I think I need<br>
&gt; to peer at some examples. If anyone has a good example or two of calling C<br>
&gt; code from Racket, I&#39;d be much obliged.<br>
&gt; In detail, what I imagine is going to happen is that I will be accessing<br>
&gt; some (shared?) object files, created as part of the OpenCV build, by calling<br>
&gt; (define function-name (get-ffi-obj function-name (ffi-lib lib-name)<br>
&gt; format)...)<br>
&gt; I&#39;m not clear, however, on what the particular object files I&#39;m looking up<br>
&gt; with ffi-lib. I also am unclear about the convention for the function-name<br>
&gt; parameter to get-ffi-obj. Is it as simple as a string of the the name that<br>
&gt; the C api is exposing?<br>
&gt; I hope I&#39;ve revealed my ignorance appropriately-- if you noticed any other<br>
&gt; misconceptions or egregious gaps, please do let me know!<br>
&gt; ben<br>
</div></div>&gt; _________________________________________________<br>
&gt;  For list-related administrative tasks:<br>
&gt;  <a href="http://lists.racket-lang.org/listinfo/users" target="_blank">http://lists.racket-lang.org/listinfo/users</a><br>
&gt;<br>
<font color="#888888"><br>
<br>
<br>
--<br>
Jay McCarthy &lt;<a href="mailto:jay@cs.byu.edu">jay@cs.byu.edu</a>&gt;<br>
Assistant Professor / Brigham Young University<br>
<a href="http://faculty.cs.byu.edu/~jay" target="_blank">http://faculty.cs.byu.edu/~jay</a><br>
<br>
&quot;The glory of God is Intelligence&quot; - D&amp;C 93<br>
</font></blockquote></div><br>