Re: Source code for gtk-demo

2006-12-09 Thread devilsclaw
ble to use "" for parameters passed to the executable.. sorry. 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 > &g

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

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