Displaying 1 result from an estimated 1 matches for "isotton".
Did you mean:
cotton
2006 Aug 17
1
newbie tries to call windows dll function
...reat :)
But it only seems to have those four functions as well.
I guess this means the functions are not exported, but the dll file does
work running in windows (does this mean it's not necessary to have such an
export table?)
Does anybody know what more I have to do?
I'm using
http://www.isotton.com/howtos/C++-dlopen-mini-HOWTO/C++-dlopen-mini-HOWTO.html
to try to call the functions I want in myfile.dll.so, but they cannot be
loaded.
By the way, 'strings myfile.dll' does reveal all those function names I
want to call.
Thanks for any help,
JeeBee.
$ objdump -t myfile.dll
myfile...