Цитата:
Сообщение от moo2k
как можно узнать какие фунции содержаться в конкретной DLL?
|
В папке Bin есть утилита TDump.exe. Надо запустить её с ключом -ee. Пример:
Код:
tdump -ee xmlide.dll
Turbo Dump Version 5.0.16.12 Copyright (c) 1988, 2000 Inprise Corporation
Display of File XMLIDE.DLL
EXPORT ord:0051='__linkproc__ Xmlparse::Finalize'
EXPORT ord:0050='__linkproc__ Xmlparse::Initialize'
EXPORT ord:0036='__fastcall XMLDOMElementImpl::XMLDOMElementImpl(DOM_Element)'
EXPORT ord:0037='__stdcall XMLDOMElementImpl::Release()'
EXPORT ord:0039='__stdcall XMLDOMElementImpl::getAttribute(System::AnsiString, S
ystem::AnsiString *)'
...