[asterisk-dev] Asterisk Library (.so) Files
Mikael Magnusson
mikma264 at gmail.com
Wed Oct 17 10:28:12 CDT 2007
Simon Perreault wrote:
>> I've written many DLL's for Windows (in Delphi), but no .so libraries
>> for linux as of yet, but I would assume that this would work as long as
>> the .so library was using correct calling convention such as cdecl???
>
> You don't have to bother about calling conventions in Linux, unless you're
> doing something really evil.
>
Unless you develop a shared library (.so) in pascal in which case you
need to explicitly use cdecl.
More information about the asterisk-dev
mailing list