Export Redirecting w/ Mangling

Hi,

I'm redirecting exported functions in my library to existing libraries on my system in my .def files. Any guidance/best practice in redirecting mangled-name exports or should I just continue using the below

Example:
RegCloseKey=COMCTL32.RegCloseKey
RegEnumKeyExW=COMCTL32.RegEnumKeyExW
2@YAPAXI@Z=MSVCRT. 2@YAPAXI@Z

Thanks,
Rafael


Answer this question

Export Redirecting w/ Mangling

  • Richard Polunsky

    I sincerely suggest that you find a means of Debugging your export program Heirarchically with or in compatibility with the new CLR - v2.0, taking care and making sure that your Libraries are all compatible (or vice versa) especially with ADO.NET, COM+ and the DOM. I would be sure that they are also compatible with XPATH if necessary. 'Hope this helps.

  • Export Redirecting w/ Mangling