Does Os X have ways to load functions in a dylib by something other than the name (like loading by o

Posted by Legolas on Stack Overflow See other posts from Stack Overflow or by Legolas
Published on 2010-03-22T16:17:14Z Indexed on 2010/03/22 16:21 UTC
Read the original article Hit count: 285

Filed under:
|
|
|

Or in other words, does the order of functions in the function name list matter? It does on windows, for loading by ordinal. I don't think such a thing exists on OsX. Using Google I don't find anything, but Google will only find things that do exist, and not prove that they don't exist ;) I might just not be using the right search terms...

© Stack Overflow or respective owner

Related posts about osx

Related posts about dylib