-
Website
http://zbowling.com -
Original page
http://zbowling.com/blog/2005/02/24/mono-art/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
Dennis O'Neil
1 comment · 1 points
-
williyamb
2 comments · 1 points
-
@silverton
5 comments · 7 points
-
jeffmcneill
2 comments · 1 points
-
golfman_story
2 comments · 3 points
-
-
Popular Threads
www.monoppix.com .
Thanks Roiy
Beautiful wallpapers ! Bravo :) I enjoy them. Could it possible to have "mono-code" wallpaper with a 1280x1024 resolution without pixels deformation (I tried with my Gimp but no good) ? So very good work.
Thanks.
I have installed the GRE for Gecko#, then I have compiled the basic Gecko# example from monodoc:
http://www.go-mono.com/docs/index.aspx?tlink=3@...
It compiles, however when I try to run it as "mono GeckoTest.exe" I get the following error:
gtkmozembed: realizing
gtkmozembed: initializing window
gtkmozembed: realizing window
Stacktrace:
at (wrapper managed-to-native) Gtk.Widget.gtk_widget_show_all (intptr)
at (wrapper managed-to-native) Gtk.Widget.gtk_widget_show_all (intptr)
at Gtk.Widget.ShowAll ()
at GeckoTest.GeckoTest..ctor ()
at GeckoTest.GeckoTest.Main (string[])
at (wrapper runtime-invoke) GeckoTest.GeckoTest.runtime_invoke_void_string[] (
object,intptr,intptr,intptr)
The example works perfect in Linux and the GtkEmbedTest.bat installed with GRE for Gecko# works in Win32 too.
Can you please help me?
Thanks in advance.