imports by ordinal

juergen.schmied at debitel.net juergen.schmied at debitel.net
Thu Jun 6 15:45:20 CDT 2002


>> I'd like to use in a internal wine-dll(shell32) a function exported
>> by an other dll(shlwapi) by ordinal.  How can I do this in a clean
>> way without use of GetProcAddress in a way it works with native
>> dll's too?

>You have to use GetProcAddress, there is no automatic import
>mechanism. That's a feature to discourage you from calling ordinal
>functions ;-)

shlwapi.dll exports quite a lot of functions to shell32 what would mean a lot of duplicate code ;-(.

juergen



More information about the wine-devel mailing list