RE: [OT] - Linux programming help
- Posted by Greg Haberek <ghaberek at wowway.com> Aug 13, 2004
- 645 views
There's a demo in the DEMO directory (maybe only Win/Dos) that looks through a few dll files for a routine name. You could easily copy this. Basically, I'd make a walk_dir routine that would browse through all the .so files, open them with open_dll, then try to link 'strlen' and if it fails, move on, if it succeeds, then spit out the file name and quit. ~Greg Jonas Temple wrote: > > > posted by: Jonas Temple <jtemple at yhti.net> > > Okay, it's not ENTIRELY off topic...in Windows if I want to use a > routine > in a .dll and don't know the .dll name, I just go to the MSDN web site > and lookup the routine name. > > Is there an equivalent web site/documentation link that would give me > the > .so name for a routine? I'm looking for the .so that contains the > strlen() function. > > Thanks! > > Jonas Temple