<p>Am 14.03.2016 16:16 schrieb "fredvs" <<a href="mailto:fiens@hotmail.com">fiens@hotmail.com</a>>:<br>
><br>
> Hello.<br>
><br>
> I have problem to access methods from a C library.<br>
><br>
> For FreeBSD, the methods cannot be accessed (but ok for Linux and Windows).<br>
><br>
> In FreeBSD, LoadLibrary(aac.so) is working but all GetProcAdress() for each<br>
> method fail.<br>
><br>
> I already ask help in FreeBSD forum :<br>
> <a href="https://forums.freebsd.org/threads/55305/">https://forums.freebsd.org/threads/55305/</a><br>
><br>
> But without luck.<br>
><br>
> Could it be that something is wrong with mangle-name of exported methods of<br>
> the library in FreeBSD ?</p>
<p>You could check with objdump or nm what the exported symbols look like in the library. There are some systems that export C functions with a leading '_' for example.</p>
<p>Regards,<br>
Sven</p>