On June 25, 2004 12:59 pm, Alexandre Julliard wrote:
Bill Medland billmedland@mercuryspeed.com writes:
So for future reference is there an easy way to see what functions a so provides that don't show up in nm?
Try nm -D.
Thanks.
Then I guess the question will be a matter of why the dlopen doesn't see the existing functions when underneath Wine.
Just a wild guess, but you could try adding RTLD_GLOBAL to the dlopen call where Wine opens libodbc.so.
Yep. That solves the link problem. I'll submit it later. Thanks.
(Now to figure out why it doesn't run.)