This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch of dlltool for enhanced dll-stub creation


Hi,

I created a patch for dlltool.c that allows all Win32-DLL users to use a DEF file with EXPORTS of the form

external_name = internal_name

and the created archive contains an export with "external_name" but it'll call the DLL function "internal_name".

We needed this because we had to use a 3rd party DLL that contains __stdcall functions *without* the @n at the end of the names ...

Best regards,

Mark Junker
RSL SIE GmbH


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]