Bonjour,
Que pourrait justifier que des fonctions exportées par fichier DEF n'apparaissent pas dans la DLL? (projet VC 2005 inclus)
D'avance merci,
bv
<<
LIBRARY TEST
EXPORTS
IdentifyChart
RetrieveSymbol
RegisterSymbol
SetValue
GetValue
SetChartNumber
GetChartNumber
SECTIONS
.IPC READ WRITE SHARED
>>
Dumpbin /exports
<<
Microsoft (R) COFF/PE Dumper Version 8.00.50727.762
Copyright (C) Microsoft Corporation. All rights reserved.
Dump of file c:\windows\system32\test.dll
File Type: DLL
Section contains the following exports for test.dll
00000000 characteristics
474DE474 time date stamp Wed Nov 28 22:58:12 2007
0.00 version
1 ordinal base
5 number of functions
5 number of names
ordinal hint RVA name
1 0 000110EB GetValue = @ILT+230(?GetValue@@YGNHH@Z)
2 1 00011014 RegisterSymbol = @ILT+15(?RegisterSymbol@@YGHHPAD@Z)
3 2 00011118 RetrieveSymbol = @ILT+275(?RetrieveSymbol@@YGPADH@Z)
4 3 00011005 SetValue = @ILT+0(?SetValue@@YGNHHN@Z)
5 4 000110BE VerifySymbol = @ILT+185(?VerifySymbol@@YGHPAD@Z)
Summary
5C000 .IPC
1000 .data
1000 .idata
2000 .rdata
1000 .reloc
1000 .rsrc
4000 .text
10000 .textbss
>>
Partager