I don&#39;t have much of answers for you  :<br>but for <br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">3)      Some OpenCV functions are declared as inline functions. I haven’t<br>

been able to access those functions from Squeak. Is this an expected<br>
behavior?</blockquote><div>for FFI to work you have to export your functions in the shared library, so they can be called in your shared library, and this is process is platform dependent. beleive you are compiling with gcc on gnu/Linux please confirm if not please let  me know the platform .<br>

<br> I don&#39;t see why inline function will be exported by default they are &quot;just&quot; used in the preprocess and at compilation time they are not regular functions. So what you found should be usual behavior.<br>
<br>good luck.<br>Kemal<br>Depanage informatique<br><a href="http://je-resous.fr/">http://je-resous.fr/</a><br><br></div></div><br>