mono 1.0 on RedHat 9:

In a go-mono example "hello world" posted, 
the first parameter of string has a 'space'.  
Apparently Gtk chokes on run, compiles OK.

I posted a bug and they decided it wasn't a bug.
The bug number is 62208.
-----

  class HelloWorld
    {
            static void Main(string[] args)
            {
                    Gnome.Program program =
// string in next statement fails with 'space'
// insert underscore and it works.
                    new Gnome.Program("Hello World", "1.0",
Gnome.Modules.UI, args);

                    MyMainWindow app = new MyMainWindow(program);
 

Walt..........


        
                
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 
_______________________________________________
Mono-docs-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-docs-list

Reply via email to