Re: Source code for gtk-demo

2006-12-09 Thread devilsclaw
Sorry for the reply with no content. im really off lately. and here is what i ment to send. I guess since my shell defaults to \ with directories or file names that have spaces and windows requires "" around parameters passed the the executable i was wrong about linux also being able to use "" for

Re: Source code for gtk-demo

2006-12-09 Thread devilsclaw
On Sat, 2006-12-09 at 16:26 +0100, David Nečas (Yeti) wrote: > On Fri, Dec 08, 2006 at 09:14:59PM -0800, devilsclaw wrote: > > > > for example if you plan on compiling a console app in visual studios the > > entry point that is there converts the parameters passed to the exe to > > the standard c

Re: Source code for gtk-demo

2006-12-09 Thread Yeti
On Fri, Dec 08, 2006 at 09:14:59PM -0800, devilsclaw wrote: > > for example if you plan on compiling a console app in visual studios the > entry point that is there converts the parameters passed to the exe to > the standard c format. which is still a little different from the way > unix and linux

RE: Source code for gtk-demo

2006-12-09 Thread devilsclaw
There is actually a difference in the entry points. but it is true that windows its self does not care which entry point is used in a gui or non gui app. WinMain and main are treated differently when compiled with visual studios. its not just a windows console flag that is different. which has a

RE: Source code for gtk-demo

2006-12-07 Thread Sai Korada
more than happy. Thanks Sai. By the way I'm not "devilsclaw". -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tor Lillqvist Sent: Thursday, December 07, 2006 2:52 PM To: gtk-app-devel-list@gnome.org Subject: Re: Source code for gtk-demo

Re: Source code for gtk-demo

2006-12-07 Thread Tor Lillqvist
Sai Korada writes: > Can anyone guide me to source code for gtk-demo application. Fetch GTK+ sources, ftp://ftp.gtk.org/pub/gtk/v2.10/gtk+-2.10.6.tar.gz , look in the demos/gtk-demo folder. > Actually I want to know what is the entry point for a GUI > application (like int main() for

Re: Source code for gtk-demo

2006-12-06 Thread Enrico Tröger
On Wed, 6 Dec 2006 22:20:00 -0800, "Sai Korada" <[EMAIL PROTECTED]> wrote: Hi, > Whenever an application is created using int main(), it leaves a black > console window open, that just looks as ugly as possible. When running You should have mentioned that you are talking about GTK on windows. Nob

RE: Source code for gtk-demo

2006-12-06 Thread Sai Korada
thods, but unfortunately nothing seems to work as expected. Thanks Sai -Original Message- From: Jim George [mailto:[EMAIL PROTECTED] Sent: Thursday, December 07, 2006 11:47 AM To: Sai Korada Subject: Re: Source code for gtk-demo > Actually I want to know what is the entry point for a GUI appl

Source code for gtk-demo

2006-12-06 Thread Sai Korada
Hello All, Can anyone guide me to source code for gtk-demo application. Actually I want to know what is the entry point for a GUI application (like int main() for ordinary applications). Thanks in advance Sai Korada ___ gtk-app-devel-list