IJ
Ilpo Juvander
May 29, 2005 03:11 PM UTC
I have now tried it and it seems to be missing some system functions on mono side that this grid is using.
This is the error I get after installing all the packages:
[root@mx4rl4 tmp]# mono ./FilterBar.exe
Mono System.Windows.Forms Assembly [Revision: 41731; built: 2005/2/15 5:56:12]
Keyboard: Swedish keyboard layout
Unhandled Exception: System.DllNotFoundException: user32 in (wrapper managed-to-native) Syncfusion.Windows.Forms.Grid.NativeMethods:GetDC (intptr) in <0x00012> Syncfusion.Windows.Forms.Grid.GridFontState:CheckLogPixels () in <0x00010> Syncfusion.Windows.Forms.Grid.GridFontState:get_LogPixelsX () in <0x00010> Syncfusion.Windows.Forms.Grid.GridFontState:INCHtoDP (Single f) in <0x001f9> Syncfusion.Windows.Forms.Grid.GridProperties:.ctor () in <0x0002d> Syncfusion.Windows.Forms.Grid.GridModel:get_Properties () in <0x003bb> Syncfusion.Windows.Forms.Grid.Grouping.GridGroupDropAreaModel:.ctor (Syncfusion.Windows.Forms.Grid.Grouping.GridTableModel gridTableModel) in (wrapper remoting-invoke-with-check) Syncfusion.Windows.Forms.Grid.Grouping.GridGroupDropAreaModel:.ctor (Syncfusion.Windows.Forms.Grid.Grouping.GridTableModel)
in <0x0001d> Syncfusion.Windows.Forms.Grid.Grouping.GridTableModel:CreateGroupDropAreaModel () in <0x0009c> Syncfusion.Windows.Forms.Grid.Grouping.GridTableModel:.ctor () in (wrapper remoting-invoke-with-check) Syncfusion.Windows.Forms.Grid.Grouping.GridTableModel:.ctor () in <0x0001a> Syncfusion.Windows.Forms.Grid.Grouping.GridEngine:CreateTableModel () in <0x00019> Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControl:CreateTableModel () in <0x00084> Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControl:InitializeComponent () in <0x00266> Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControl:.ctor (Syncfusion.Windows.Forms.Grid.Grouping.GridEngine engine) in <0x0000c> Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControl:.ctor () in (wrapper remoting-invoke-with-check) Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControl:.ctor () in <0x00c7b> FilterBar.Form1:InitializeComponent () in <0x0002c> FilterBar.Form1:.ctor () in (wrapper remoting-invoke-with-check) FilterBar.Form1:.ctor () in <0x0001a> FilterBar.Form1:Main ()
Is this something that we could get working?
//Ipe
AD
Administrator
Syncfusion Team
May 29, 2005 03:32 PM UTC
The Syncfusion libraries do use interop calls into windows Dlls. It looks like this is what the call from your call stack? Does Mono support these types of calls? They are Windows specific.