Trying to get trap/leave to work properly but the whole WINS stuff seems over complicated with a lot of assembly in the middle and it's not working on my compiler. When the throw happens the debugger complains about uncaught exception when I'm definitly inside a catch implemented by our TRAP.
I think I'm going to come up with a much simplified trap/leave implementation for SYMC. On my prototype all that stuff was working fine in like 20 lines of C++.
EXPORTS
_ZN16RUsbHostMsDevice11DismountLunEi @ 1 NONAME
_ZN16RUsbHostMsDevice3AddERK22THostMassStorageConfigR14TRequestStatus @ 2 NONAME
_ZN16RUsbHostMsDevice6RemoveEv @ 3 NONAME
_ZN16RUsbHostMsDevice8MountLunEmi @ 4 NONAME
_ZN16RUsbHostMsDevice9GetNumLunERm @ 5 NONAME
_ZN16RUsbHostMsDeviceC1Ev @ 6 NONAME
_ZN16RUsbHostMsDeviceC2Ev @ 7 NONAME
_ZN21RUsbHostMsLogicalUnit10InitialiseERK9RMessage2im @ 8 NONAME
_ZN21RUsbHostMsLogicalUnit10SuspendLunEv @ 9 NONAME
_ZN21RUsbHostMsLogicalUnit12ForceRemountEj @ 10 NONAME
_ZN21RUsbHostMsLogicalUnit12NotifyChangeER5TDes8R14TRequestStatus @ 11 NONAME
_ZN21RUsbHostMsLogicalUnit12UnInitialiseEv @ 12 NONAME
_ZN21RUsbHostMsLogicalUnit4CapsER9TCapsInfo @ 13 NONAME
_ZN21RUsbHostMsLogicalUnit4ReadExiR5TDes8 @ 14 NONAME
_ZN21RUsbHostMsLogicalUnit5EraseExi @ 15 NONAME
_ZN21RUsbHostMsLogicalUnit5WriteExiRK6TDesC8 @ 16 NONAME
_ZN21RUsbHostMsLogicalUnitC1Ev @ 17 NONAME
_ZN21RUsbHostMsLogicalUnitC2Ev @ 18 NONAME
_ZN21RUsbHostMsLogicalUnit18NotifyChangeCancelEv @ 19 NONAME