> I developed and compiled app on Win7. It uses GTK# + Cairo to draw animation 
> of 5 000 rotating lines in full screen. 

There are three parts involved:

  * Executing your C#-Code
  * Interfacing to GTK and Cairo
  * Executing Gtk/Caito native code

You should use an profiler to investigate where the difference arises.
At least you should make sure that both runs are using the same
Gtk/Cairo and Gtk# libraries.

Elmar

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to