Re: [Linux-programlama] MonoDevelop Deneme

---------

New Message Reply About this list Date view Thread view Subject view Author view Attachment view

From: Mehmet Ali Erturk (mehmetalierturk@yahoo.com)
Date: Sun 20 Nov 2005 - 17:35:04 EET


Mono yu daha önce hiç kullanmadım, Gtk ve Gnome; Gnome
ortamında grafik arayüzle geliştirme yapabilmenizi
sağlayan kütüphanedir. Hata mesajlarında bu
kütüphanelerin yüklü olmadığı gözüküyor.

--- Serdar Karacay <csharp221@gmail.com> wrote:

> Merhaba Arkadaşlar,
> MonoDevelop üzerinde çalışma yapıyorum en azından
> tanımaya çalışıyorum beni
> vindozdan kurtaracak en son kurtarıcı bazı library
> names paceleri bilmiyorum
> mesala gtd,gtk bunlar nedir ve mono ile ilgili örnek
> çalışma,geliştirme ve
> uygulama bulamıyorum daha dogrusu beni tamin edecek.
>
> Arkadaşlar gerçekten monodevelop konsunda yeniyim
> yaklaşık 1 senedir
> dotnet2005 beta2 kullanıyordum vindoz kullanmamın
> tek sebebidir.Bu konuda
> bana yardımcı olursanız çok sevinirim...
>
> Ufak uygulama yaptım gtd ve gtk nedir diye derledim
> şu uyarı çıktı
> "[Task:File=, Line=-1, Column=-1, Type=Error,
> Description=No such name or
> typespace Gtk(CS0234)"
> Build Output;
> Building Project: Main Configuration: Debug
> Performing main compilation...
> Try using -pkg:gtk-sharp
> Try using -pkg:gtk-sharp
> Try using -pkg:gdk-sharp
> Try using -pkg:gdk-sharp
> Try using -pkg:gdk-sharp
> Try using -pkg:gtk-sharp
> Try using -pkg:gtk-sharp
> Try using -pkg:gtk-sharp
> Try using -pkg:gtk-sharp
> Try using -pkg:gtk-sharp
> Try using -pkg:gdk-sharp
> Try using -pkg:gdk-sharp
> Compilation failed: 29 error(s), 0 warnings
>
> /home/serdar/v0.01-d012/Main.cs(32,7): error CS0246:
> The type or namespace
> name `Gtk' could not be found. Are you missing a
> using directive or an
> assembly reference?
> /home/serdar/v0.01-d012/Main.cs(32,1): error CS0246:
> The type or namespace
> name `Gtk' could not be found. Are you missing a
> using directive or an
> assembly reference?
> /home/serdar/v0.01-d012/Main.cs(33,7): error CS0246:
> The type or namespace
> name `Gdk' could not be found. Are you missing a
> using directive or an
> assembly reference?
> /home/serdar/v0.01-d012/Main.cs(33,1): error CS0246:
> The type or namespace
> name `Gdk' could not be found. Are you missing a
> using directive or an
> assembly reference?
> error CS0234: No such name or typespace Gtk
> /home/serdar/v0.01-d012/Main.cs(40,16): error
> CS0246: The type or namespace
> name `Gdk' could not be found. Are you missing a
> using directive or an
> assembly reference?
> error CS0234: No such name or typespace Gdk
> /home/serdar/v0.01-d012/Main.cs(45,16): error
> CS0246: The type or namespace
> name `RadioButton' could not be found. Are you
> missing a using directive or
> an assembly reference?
> /home/serdar/v0.01-d012/Main.cs(47,16): error
> CS0246: The type or namespace
> name `hbox' could not be found. Are you missing a
> using directive or an
> assembly reference?
> /home/serdar/v0.01-d012/Main.cs(48,16): error
> CS0246: The type or namespace
> name `hbox' could not be found. Are you missing a
> using directive or an
> assembly reference?
> /home/serdar/v0.01-d012/Main.cs(49,16): error
> CS0246: The type or namespace
> name `hbox' could not be found. Are you missing a
> using directive or an
> assembly reference?
> /home/serdar/v0.01-d012/Main.cs(50,16): error
> CS0246: The type or namespace
> name `hbox' could not be found. Are you missing a
> using directive or an
> assembly reference?
> /home/serdar/v0.01-d012/Main.cs(52,16): error
> CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing a
> using directive or an
> assembly reference?
> error CS0234: No such name or typespace Gtk
> /home/serdar/v0.01-d012/Main.cs(53,16): error
> CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing a
> using directive or an
> assembly reference?
> error CS0234: No such name or typespace Gtk
> /home/serdar/v0.01-d012/Main.cs(72,16): error
> CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing a
> using directive or an
> assembly reference?
> error CS0234: No such name or typespace Gtk
> /home/serdar/v0.01-d012/Main.cs(83,48): error
> CS0246: The type or namespace
> name `DeleteEventArgs' could not be found. Are you
> missing a using directive
> or an assembly reference?
> /home/serdar/v0.01-d012/Main.cs(87,51): error
> CS0246: The type or namespace
> name `SizeAllocatedArgs' could not be found. Are you
> missing a using
> directive or an assembly reference?
> /home/serdar/v0.01-d012/Main.cs(95,38): error
> CS0246: The type or namespace
> name `VBox' could not be found. Are you missing a
> using directive or an
> assembly reference?
> /home/serdar/v0.01-d012/Main.cs(106,36): error
> CS0246: The type or namespace
> name `VBox' could not be found. Are you missing a
> using directive or an
> assembly reference?
> /home/serdar/v0.01-d012/Main.cs(256,39): error
> CS0246: The type or namespace
> name `VBox' could not be found. Are you missing a
> using directive or an
> assembly reference?
> /home/serdar/v0.01-d012/Main.cs(266,43): error
> CS0246: The type or namespace
> name `ExposeEventArgs' could not be found. Are you
> missing a using directive
> or an assembly reference?
> /home/serdar/v0.01-d012/Main.cs(275,47): error
> CS0246: The type or namespace
> name `ConfigureEventArgs' could not be found. Are
> you missing a using
> directive or an assembly reference?
> /home/serdar/v0.01-d012/Main.cs(32,7): error CS0246:
> The type or namespace
> name `Gtk' could not be found. Are you missing a
> using directive or an
> assembly reference?
> /home/serdar/v0.01-d012/Main.cs(32,1): error CS0246:
> The type or namespace
> name `Gtk' could not be found. Are you missing a
> using directive or an
> assembly reference?
> /home/serdar/v0.01-d012/Main.cs(33,7): error CS0246:
> The type or namespace
> name `Gdk' could not be found. Are you missing a
> using directive or an
> assembly reference?
> /home/serdar/v0.01-d012/Main.cs(33,1): error CS0246:
> The type or namespace
> name `Gdk' could not be found. Are you missing a
> using directive or an
> assembly reference?
>
>
> Build complete -- 5 errors, 0 warnings
>
> ---------------------- Done ----------------------
>
> Build: 5 errors, 0 warnings."
> Teşekkürler.
> Serdar KARAÇAY
> > _______________________________________________
> Linux-programlama mailing list
> Linux-programlama@liste.linux.org.tr
>
http://liste.linux.org.tr/mailman/listinfo/linux-programlama
>

                
__________________________________
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com

_______________________________________________
Linux-programlama mailing list
Linux-programlama@liste.linux.org.tr
http://liste.linux.org.tr/mailman/listinfo/linux-programlama


New Message Reply About this list Date view Thread view Subject view Author view Attachment view

---------

Bu arsiv hypermail 2.1.2 tarafindan uretilmistir.