[squeak-dev] Re: Questions regarding FFI

Ricardo Moran richi.moran at gmail.com
Fri May 15 18:06:48 UTC 2009


I'm working in windows. If you are right then I think the only way to access
the inline functions from Squeak (without recompiling the OpenCV dlls) is to
compile a new dll which calls the inline functions and access this new dll
from squeak. I will try that. Thanks!


>
> I don't have much of answers for you  :
> but for
>
> >* 3)      Some OpenCV functions are declared as inline functions. I haven’t*>* been able to access those functions from Squeak. Is this an expected*>* behavior?*
> 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 .
>
>  I don't see why inline function will be exported by default they are "just"
> used in the preprocess and at compilation time they are not regular
> functions. So what you found should be usual behavior.
>
> good luck.
> Kemal
> Depanage informatiquehttp://je-resous.fr/
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20090515/45ec878f/attachment.htm


More information about the Squeak-dev mailing list