Ver Mensaje Individual
  #24  
Antiguo 20-04-2009
Avatar de Neftali [Germán.Estévez]
Neftali [Germán.Estévez] Neftali [Germán.Estévez] is offline
[becario]
 
Registrado: jul 2004
Ubicación: Barcelona - Espańa
Posts: 18.293
Reputación: 10
Neftali [Germán.Estévez] Es un diamante en brutoNeftali [Germán.Estévez] Es un diamante en brutoNeftali [Germán.Estévez] Es un diamante en bruto
Utilizando el TDump que viene con Delphi:

(con el package que ya hemos creado)
Código:
tdump  -ee b:\pExEdit.bpl > b:\out.txt
Se puede obtener una salida como esta:

EXPORT ord:0007='__tpdsc__ Calignedit::TAlignEdit'
EXPORT ord:0020='__tpdsc__ Ceditinsidehelp::TEditInsideHelp'
EXPORT ord:0002='__fastcall Calignedit::Finalization()'
EXPORT ord:0003='__fastcall Calignedit::Register()'
EXPORT ord:0008='Calignedit::TAlignEdit::'
EXPORT ord:0006='__fastcall Calignedit::TAlignEdit::TAlignEdit(Classes::TComponent *)'
EXPORT ord:0005='__fastcall Calignedit::TAlignEdit::CreateParams(Controls::TCreateParams&)'
EXPORT ord:0004='__fastcall Calignedit::TAlignEdit::SetAlignment(const Classes::TAlignment)'
EXPORT ord:0001='__fastcall Calignedit::initialization()'
EXPORT ord:0010='__fastcall Ceditinsidehelp::Finalization()'
EXPORT ord:0019='__fastcall Ceditinsidehelp::Register()'
EXPORT ord:0021='Ceditinsidehelp::TEditInsideHelp::'
EXPORT ord:0017='__fastcall Ceditinsidehelp::TEditInsideHelp::TEditInsideHelp(Classes::TComponent *)'
EXPORT ord:0016='__fastcall Ceditinsidehelp::TEditInsideHelp::~TEditInsideHelp()'
EXPORT ord:0018='__fastcall Ceditinsidehelp::TEditInsideHelp::CMExit(Messages::TWMNoParams&)'
EXPORT ord:0015='__fastcall Ceditinsidehelp::TEditInsideHelp::InsideHelpFontChange(System::TObject *)'
EXPORT ord:0014='__fastcall Ceditinsidehelp::TEditInsideHelp::SetInsideHelpActive(const bool)'
EXPORT ord:0013='__fastcall Ceditinsidehelp::TEditInsideHelp::SetInsideHelpFont(const Graphics::TFont *)'
EXPORT ord:0012='__fastcall Ceditinsidehelp::TEditInsideHelp::SetInsideHelpText(const System::AnsiString)'
EXPORT ord:0011='__fastcall Ceditinsidehelp::TEditInsideHelp::WMPaint(Messages::TWMPaint&)'
EXPORT ord:0009='__fastcall Ceditinsidehelp::initialization()'
EXPORT ord:0028='GetPackageInfoTable'
EXPORT ord:0025='Pexedit::__linkproc__ __fastcall GetPackageInfoTable()'
EXPORT ord:0024='Pexedit::__linkproc__ __fastcall PackageLoad()'
EXPORT ord:0023='Pexedit::__linkproc__ __fastcall PackageUnload()'
EXPORT ord:0022='__fastcall Pexedit::initialization()'
EXPORT ord:0026='Finalize'
EXPORT ord:0027='Initialize'

__________________
Germán Estévez => Web/Blog
Guía de estilo, Guía alternativa
Utiliza TAG's en tus mensajes.
Contactar con el Clubdelphi

P.D: Más tiempo dedicado a la pregunta=Mejores respuestas.
Responder Con Cita