MultiTouch SDK

Hi, i've buyed the Multitouch SDK, and I've installed on my XE and XE2 delphi licenzed PC. All installation works fine but when i try to add the MultiTouchRegion component on a form i've an access violation error... :

[2C7B6A28]{TMSMultiTouchRegionPkgD2011.bpl} Generics_collections. + $0
[500BDB00]{rtl150.bpl  } ComObj.OleError (Line 1457, "ComObj.pas" + 1) + $11
[500BDB0F]{rtl150.bpl  } ComObj.OleCheck (Line 1464, "ComObj.pas" + 0) + $7
[500BDDEC]{rtl150.bpl  } ComObj.CreateComObject (Line 1553, "ComObj.pas" + 2) + $1A
[2C7B15AB]{TMSMultiTouchRegionPkgD2011.bpl} Multitouchregion.TMultiTouchItem + $A3
[5009ED9F]{rtl150.bpl  } Classes.TCollection.Add (Line 4682, "Classes.pas" + 1) + $7
[2C7A7AFD]{TMSMultiTouchRegionPkgD2011.bpl} Multitouchregion.TMultiTouchItems.Add + $5
[2C7A8D11]{TMSMultiTouchRegionPkgD2011.bpl} Multitouchregion.TMultiTouchRegion + $115
[50040950]{rtl150.bpl  } System.@IntfClear (Line 28061, "System.pas" + 10) + $0
[21B9B4C7]{delphicoreide150.bpl} CompPalMgr.TComponentPalettePageItemDelegate.CreateComponent (Line 2564, "CompPalMgr.pas" + 2) + $7
[21079D8A]{designide150.bpl} ComponentDesigner.TComponentRoot.DoCreateComponent (Line 2322, "ComponentDesigner.pas" + 10) + $17
[2107F022]{designide150.bpl} ComponentDesigner.TComponentRoot.CreateCurrentComponent (Line 4384, "ComponentDesigner.pas" + 2) + $32
[2109636E]{designide150.bpl} Surface.TDesignSurface.CreateItem (Line 187, "Surface.pas" + 1) + $11
[2104E6BE]{designide150.bpl} Designer.TDesigner.DoDragCreate (Line 764, "Designer.pas" + 1) + $F
[2104EE98]{designide150.bpl} Designer.TDesigner.DragEnd (Line 928, "Designer.pas" + 19) + $3
[21051474]{designide150.bpl} Designer.TDesigner.MouseUp (Line 1710, "Designer.pas" + 1) + $2
[51B1CCA1]{vcldesigner150.bpl} VCLSurface.MouseEvent (Line 2908, "VCLSurface.pas" + 45) + $11
[5003AC1B]{rtl150.bpl  } System.TMonitor.Exit (Line 12537, "System.pas" + 2) + $7
[51B1D87B]{vcldesigner150.bpl} VCLSurface.TVclDesignSurface.IsDesignMsg (Line 3169, "VCLSurface.pas" + 48) + $6
[5003A336]{rtl150.bpl  } System.@IsClass (Line 11370, "System.pas" + 1) + $8
[5027DCDB]{vcl150.bpl  } Controls.TControl.WndProc (Line 6987, "Controls.pas" + 4) + $21
[1906D90D]{cxLibraryD15.bpl} dxHooks.ProcessHookProcs (Line 197, "dxHooks.pas" + 8) + $13
[1906D6D6]{cxLibraryD15.bpl} dxHooks.dxSystemGetMessageHook (Line 105, "dxHooks.pas" + 1) + $12
[502820C3]{vcl150.bpl  } Controls.TWinControl.IsControlMouseMsg (Line 9608, "Controls.pas" + 1) + $9
[50282830]{vcl150.bpl  } Controls.TWinControl.WndProc (Line 9831, "Controls.pas" + 144) + $6
[5034FB28]{vcl150.bpl  } Forms.TCustomForm.WndProc (Line 3961, "Forms.pas" + 191) + $5
[223F532B]{delphivclide150.bpl} VCLFormContainer.TControlSizer.ControlWndProc (Line 313, "VCLFormContainer.pas" + 33) + $C
[50281ED0]{vcl150.bpl  } Controls.TWinControl.MainWndProc (Line 9552, "Controls.pas" + 3) + $6
[500AFA64]{rtl150.bpl  } Classes.StdWndProc (Line 13491, "Classes.pas" + 8) + $0
[50358AF7]{vcl150.bpl  } Forms.TApplication.ProcessMessage (Line 9760, "Forms.pas" + 23) + $1
[50358B3A]{vcl150.bpl  } Forms.TApplication.HandleMessage (Line 9790, "Forms.pas" + 1) + $4
[50358E65]{vcl150.bpl  } Forms.TApplication.Run (Line 9927, "Forms.pas" + 26) + $3


I've two WinXP SP3 PC with Delphi XE (on the first..) XE2 (on the second...) installed and have the same problem... The component library isn't compatible with XP?

I tryed the manual installation and automatic installation in any case I haven't any problem to install, but i cannot open the sample projects and cannot drag the components on a form... No problem instead for the TMSSmooth components, they works fine.

Could you help me? thanks.


PS. if the library isn't compatible with XP, it works with Win 7 withouth multitouch screen?? Thanks.

My mistake... Sorry.. In a win7 pc it works fine. Thanks for the reply via mail.

Cristiano