I'm using VC++ 7 on Windows 2000.
Many thanks for any info!
...John
David
Or use:
dumpbin lib.dll /exports
...from Visual C++, or:
objdump -p lib.dll
from Cygwin.
regds
navin
"John Alway" <jwa...@hotmail.com> wrote in message
news:dbb7370e.01120...@posting.google.com...