Then you have to create a .def file which does the necessary translations by
hand and don't use --kill-at
e.g.
EXPORTS
  NameExportedWithoutAt=NameExportedWithoutAt@0
  NameExportedWithAt@0
Ge.
  -----Original Message-----
 From: ros-dev-bounces(a)reactos.com
 [mailto:ros-dev-bounces@reactos.com] On Behalf Of Casper Hornstrup
 Sent: Monday, September 27, 2004 20:16
 To: 'ReactOS Development List'
 Subject: RE: [ros-dev] Problem looking up mangled names
 So what do you do if you have a DLL that needs to do both
 (eg. export MessageBoxW and a mangled name)?