Re: [lazarus] ColorToRGB in console app

2008-02-11 Thread Giuliano Colla
Felipe Monteiro de Carvalho ha scritto: On Feb 11, 2008 8:21 AM, Vincent Snijders [EMAIL PROTECTED] wrote: You do not get true console applications under Windows, because all windows installations have a GUI installed. All Mac OS X installations too. :-) Actually Macs have a server edition

RE: [lazarus] ColorToRGB in console app

2008-02-11 Thread Hess, Philip J
values or something would make sense. Thanks. -Phil -Original Message- From: Graeme Geldenhuys [mailto:[EMAIL PROTECTED] Sent: Monday, February 11, 2008 2:09 AM To: lazarus@miraclec.com Subject: Re: [lazarus] ColorToRGB in console app On 10/02/2008, Hess, Philip J [EMAIL PROTECTED

Re: [lazarus] ColorToRGB in console app

2008-02-11 Thread John
Graeme Geldenhuys wrote: On 11/02/2008, Giuliano Colla [EMAIL PROTECTED] wrote: Our Linux based company servers have KDE running 24/7, so that unskilled people can check daily backups, and do other minor things, clicking on a few dedicated icons on the desktop. No problem whatsoever. Uptime

Re: [lazarus] ColorToRGB in console app

2008-02-11 Thread Graeme Geldenhuys
On 11/02/2008, Giuliano Colla [EMAIL PROTECTED] wrote: Our Linux based company servers have KDE running 24/7, so that unskilled people can check daily backups, and do other minor things, clicking on a few dedicated icons on the desktop. No problem whatsoever. Uptime depends only on kernel

Re: [lazarus] ColorToRGB in console app

2008-02-11 Thread mramirez
Quoting Giuliano Colla [EMAIL PROTECTED]: Knowing a bit Redmond people, I'm afraid it's MSDos based! ;-) All things old become new again ;-) _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the

Re: [lazarus] ColorToRGB in console app

2008-02-11 Thread Graeme Geldenhuys
On 11/02/2008, Felipe Monteiro de Carvalho [EMAIL PROTECTED] wrote: All Mac OS X installations too. :-) Actually Macs have a server edition and althougth I never saw that I think it doesn't have a gui: http://en.wikipedia.org/wiki/Xserve I thought there had to be something like that...

RE: [lazarus] ColorToRGB in console app

2008-02-10 Thread Hess, Philip J
Not concerned about myself. I'm preparing something for others to compile and want to make it as easy as possible. Thanks. -Phil -Original Message- From: Vincent Snijders [mailto:[EMAIL PROTECTED] Sent: Sun 2/10/2008 1:12 AM To: lazarus@miraclec.com Subject: Re: [lazarus] ColorToRGB

Re: [lazarus] ColorToRGB in console app

2008-02-10 Thread Felipe Monteiro de Carvalho
On Feb 11, 2008 8:21 AM, Vincent Snijders [EMAIL PROTECTED] wrote: You do not get true console applications under Windows, because all windows installations have a GUI installed. All Mac OS X installations too. :-) Actually Macs have a server edition and althougth I never saw that I think

Re: [lazarus] ColorToRGB in console app

2008-02-10 Thread Graeme Geldenhuys
On 11/02/2008, Vincent Snijders [EMAIL PROTECTED] wrote: You do not get true console applications under Windows, because all windows installations have a GUI installed. All Mac OS X installations too. :-) Interesting, even servers? Or don't you get Mac OS X servers? So even though Macs

Re: [lazarus] ColorToRGB in console app

2008-02-10 Thread Graeme Geldenhuys
On 10/02/2008, Hess, Philip J [EMAIL PROTECTED] wrote: Of course, now the app has the same issues as any Mac GUI app compiled with GTK, in that even though it's a console app (sort of), it will only run under X11. And no way to compile for Carbon with lazbuild unless the framework carbon

Re: [lazarus] ColorToRGB in console app

2008-02-10 Thread Vincent Snijders
Graeme Geldenhuys schreef: On 09/02/2008, Hess, Philip J [EMAIL PROTECTED] wrote: This console app runs okay on Delphi. Is there something I'm missing here or is this just not possible with Lazarus? You do not get true console applications under Windows, because all windows installations

Re: [lazarus] ColorToRGB in console app

2008-02-09 Thread Mattias Gaertner
On Sat, 9 Feb 2008 15:42:22 -0500 Hess, Philip J [EMAIL PROTECTED] wrote: I need to call ColorToRGB in a console app. Adding Graphics to uses allows lazbuild to compile the console app okay, but I get an AV when running it, presumably because the widgetset that actually implements

RE: [lazarus] ColorToRGB in console app

2008-02-09 Thread Hess, Philip J
is LongInt, not TColor, since it only returns RGB values, not color constants. Thanks. -Phil -Original Message- From: Mattias Gaertner [mailto:[EMAIL PROTECTED] Sent: Sat 2/9/2008 6:53 PM To: lazarus@miraclec.com Subject: Re: [lazarus] ColorToRGB in console app On Sat, 9 Feb 2008 15

Re: [lazarus] ColorToRGB in console app

2008-02-09 Thread Vincent Snijders
Hess, Philip J schreef: Of course, now the app has the same issues as any Mac GUI app compiled with GTK, in that even though it's a console app (sort of), it will only run under X11. And no way to compile for Carbon with lazbuild unless the framework carbon stuff already set in the .lpi.