If I use the scroll wheel of my mouse under Vista x64 I get an exception: "Arithmetic operation resulted in an overflow."
It occurs in "XPTable.Editors.MouseMessageFilter.PreFilterMessage(Message& m)"
This bug is caused by the usage of "ToInt32". This must be replaced with "ToInt64". The interface of ProcessMouseMessage() must be changed to long.
The same type of bug has been fixed some time ago in KeyMessageFilter.PreFilterMessage().