Re: [Lazarus] OS X/Carbon Compilation

2008-02-25 Thread Damien Gerard
Le Feb 26, 2008 à 12:58 AM, Hess, Philip J a écrit : > Damien, > > I had no trouble rebuilding the Laz IDE from within the IDE using > today's snapshot (20080225) on Tiger/PowerPC. Also no trouble > rebuilding the Laz IDE with: > > make all LCL_PLATFORM=carbon OPT

Re: [Lazarus] OS X/Carbon Compilation

2008-02-25 Thread Hess, Philip J
Damien, I had no trouble rebuilding the Laz IDE from within the IDE using today's snapshot (20080225) on Tiger/PowerPC. Also no trouble rebuilding the Laz IDE with: make all LCL_PLATFORM=carbon OPT="-k-framework -kcarbon -k-framework -kOpenGL" My apps also compiled and linked

Re: [Lazarus] OS X/Carbon Compilation

2008-02-25 Thread Marc Weustink
Damien Gerard wrote: > Le Feb 25, 2008 à 10:25 PM, Hess, Philip J a écrit : > >> Did you recompile LCL? Maybe you're missing the .o/.ppu files for >> the new opengl unit that was added to Carbon, although these files >> should have been included with the snapshot. >> > > > I made a "clean al

Re: [Lazarus] opengl

2008-02-25 Thread david . lyon
Quoting Andrea Mauri <[EMAIL PROTECTED]>: > I know that there are a lot of open source molecule viewers but I need a > component that I can use in a lazarus project and that I can deploy in a > closed commercial application. Have a look at GLScene. It may be able to do what you are after.

Re: [Lazarus] CryTek

2008-02-25 Thread Marco Alvarado
> Damien Gerard wrote: > > I was a bit surprised when I read this : > > http://www.crytek.com/jobs/frankfurt/application-programmer/ > > > > :) > ___ > Lazarus mailing list > Lazarus@lazarus.freepascal.org > http://www.lazarus.freepascal.org/mail

Re: [Lazarus] CryTek

2008-02-25 Thread Dominique Louis
Very cool! I wonder if my limited experience with Lazarus and the fact that I'm doing some work for a game company in the UK, would hold me in good stead. This is great to see Pascal in all it's forms being used in game development. Dominique. Damien Gerard wrote: > I was a bit surprised when

Re: [Lazarus] OS X/Carbon Compilation

2008-02-25 Thread Damien Gerard
Le Feb 25, 2008 à 10:25 PM, Hess, Philip J a écrit : > Did you recompile LCL? Maybe you're missing the .o/.ppu files for > the new opengl unit that was added to Carbon, although these files > should have been included with the snapshot. > I made a "clean all" but I have just try to remove .

Re: [Lazarus] CryTek

2008-02-25 Thread willem
Damien Gerard wrote: > Le Feb 25, 2008 à 3:44 PM, wile64 a écrit : > > >> Le 25/02/08, Damien Gerard<[EMAIL PROTECTED]> a écrit : >> >>> I was a bit surprised when I read this : >>> http://www.crytek.com/jobs/frankfurt/application-programmer/ >>> >>> :) >>> >>> >>> -- >>> Damien Gerard >>>

Re: [Lazarus] OS X/Carbon Compilation

2008-02-25 Thread Hess, Philip J
Did you recompile LCL? Maybe you're missing the .o/.ppu files for the new opengl unit that was added to Carbon, although these files should have been included with the snapshot. Thanks. -Phil -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Damien Gera

Re: [Lazarus] OS X/Carbon Compilation

2008-02-25 Thread Damien Gerard
Le Feb 25, 2008 à 7:19 PM, Hess, Philip J a écrit : > I'm not at my Mac right now, but I believe if you look in /system/ > library/frameworks you should see opengl.framework. If not, then > that might explain the link error. > The OpenGL frameworks (OpenGL.Framework, and OpenAL.Framework) is

Re: [Lazarus] Supported Lazarus platforms

2008-02-25 Thread Marco van de Voort
On Mon, Feb 25, 2008 at 02:56:39PM +0100, Skybuck Flying wrote: > Somehow you seem to circumvent hotmail's junk filtering ? Yes. I don't use Outlook mostly. > All mail goes to my junk folder by default except from people on my mailing > list. > How is it possible that "marco van de voort" ent

Re: [Lazarus] OS X/Carbon Compilation

2008-02-25 Thread Hess, Philip J
I'm not at my Mac right now, but I believe if you look in /system/library/frameworks you should see opengl.framework. If not, then that might explain the link error. What version of OS X are you using? I believe the OpenGL framework is a standard part of OS X. Thanks. -Phil -Original Me

Re: [Lazarus] OS X/Carbon Compilation

2008-02-25 Thread Damien Gerard
Le Feb 25, 2008 à 6:49 PM, Hess, Philip J a écrit : > It looks like somebody added an OpenGL dependency to the Carbon > widgetset for some reason. Try adding -k'-framework' -k'opengl' when > compiling and see if this doesn't fix it. > Indeed I had not noticed it. However I have this : Assemblin

Re: [Lazarus] OS X/Carbon Compilation

2008-02-25 Thread Hess, Philip J
It looks like somebody added an OpenGL dependency to the Carbon widgetset for some reason. Try adding -k'-framework' -k'opengl' when compiling and see if this doesn't fix it. Thanks. -Phil -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Damien Gerard Se

Re: [Lazarus] opengl

2008-02-25 Thread Jon Bertrand
Any chance the open source projects have what you need? Maybe they use some kind of component that you could use. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Andrea Mauri Sent: Monday, February 25, 2008 9:43 AM To: General mailing list Subject: Re: [Laz

[Lazarus] OS X/Carbon Compilation

2008-02-25 Thread Damien Gerard
When I try to compile the last snapshot of Lazarus or my own App (using the fpc snapshot DMG 2.2.0) Shani [milipili] ~/Projects/lazarus % fpc

Re: [Lazarus] opengl

2008-02-25 Thread Andrea Mauri
I know that there are a lot of open source molecule viewers but I need a component that I can use in a lazarus project and that I can deploy in a closed commercial application. Jon Bertrand ha scritto: > Open source molecule viewers: > > http://sourceforge.net/search/?type_of_search=soft&type_o

Re: [Lazarus] opengl

2008-02-25 Thread Jon Bertrand
Open source molecule viewers: http://sourceforge.net/search/?type_of_search=soft&type_of_search=soft&words=molecule+viewer -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Andrea Mauri Sent: Monday, February 25, 2008 4:31 AM To: lazarus@lazarus.freepascal.o

Re: [Lazarus] CryTek

2008-02-25 Thread Damien Gerard
Le Feb 25, 2008 à 3:44 PM, wile64 a écrit : > Le 25/02/08, Damien Gerard<[EMAIL PROTECTED]> a écrit : >> >> I was a bit surprised when I read this : >> http://www.crytek.com/jobs/frankfurt/application-programmer/ >> >> :) >> >> >> -- >> Damien Gerard >> [EMAIL PROTECTED] >> >> Le temps n'a pas d'

Re: [Lazarus] CryTek

2008-02-25 Thread Graeme Geldenhuys
On 25/02/2008, Damien Gerard <[EMAIL PROTECTED]> wrote: > > I was a bit surprised when I read this : > http://www.crytek.com/jobs/frankfurt/application-programmer/ > > :) Cool! Regards, - Graeme - ___ fpGUI - a cross-platform Free Pascal GUI to

Re: [Lazarus] CryTek

2008-02-25 Thread wile64
Le 25/02/08, Damien Gerard<[EMAIL PROTECTED]> a écrit : > > I was a bit surprised when I read this : > http://www.crytek.com/jobs/frankfurt/application-programmer/ > > :) > > > -- > Damien Gerard > [EMAIL PROTECTED] > > Le temps n'a pas d'importance. Seul le code est important > -- (f00t

[Lazarus] CryTek

2008-02-25 Thread Damien Gerard
I was a bit surprised when I read this : http://www.crytek.com/jobs/frankfurt/application-programmer/ :) -- Damien Gerard [EMAIL PROTECTED] Le temps n'a pas d'importance. Seul le code est important -- (f00ty) ___ Lazarus mailing list Lazarus@

Re: [Lazarus] Supported Lazarus platforms

2008-02-25 Thread Skybuck Flying
Somehow you seem to circumvent hotmail's junk filtering ? All mail goes to my junk folder by default except from people on my mailing list. How is it possible that "marco van de voort" enters my inbox ? (I once clicked on the key or something) Bye, Skybuck.

Re: [Lazarus] opengl

2008-02-25 Thread Mattias Gärtner
Zitat von Lord Satan <[EMAIL PROTECTED]>: > On Mon, 25 Feb 2008 12:31:01 +0100 > Andrea Mauri <[EMAIL PROTECTED]> wrote: > > > We would like to deploy our applications for Win (maybe also WinCE), > > Linux (Gtk2) and Mac. > > Is TOpenGlControl available for all these platforms? > > Never tested Wi

Re: [Lazarus] opengl

2008-02-25 Thread Lord Satan
On Mon, 25 Feb 2008 12:31:01 +0100 Andrea Mauri <[EMAIL PROTECTED]> wrote: > We would like to deploy our applications for Win (maybe also WinCE), > Linux (Gtk2) and Mac. > Is TOpenGlControl available for all these platforms? Never tested Win myself but it should work. Linux and Mac work. About W

Re: [Lazarus] Why TDateEdit is no more published?

2008-02-25 Thread John
[EMAIL PROTECTED] wrote: > Maybe is for the varius date format? > If possible please publish it > Thanks, > Salvatore > _ I presume Salvatore means why is TDateEdit.date not published ? In which case, I agree with him. I can see reasons why it would no

Re: [Lazarus] Supported Lazarus platforms

2008-02-25 Thread Graeme Geldenhuys
On 25/02/2008, Marco van de Voort <[EMAIL PROTECTED]> wrote: > > Yes these are in users. So if you have snapshots (both 2.2.1 and 2.3.1) of > february or later, simply use units "grp" and "pwd". Also have a look at > "users" where Michael stuffed some wrappers (though I don't particularly > like

Re: [Lazarus] Supported Lazarus platforms

2008-02-25 Thread Marco van de Voort
On Fri, Feb 22, 2008 at 12:44:35PM +0200, Graeme Geldenhuys wrote: > On 22/02/2008, Marco van de Voort <[EMAIL PROTECTED]> wrote: > > > > Like? Note that the password stuff is now in both 2.2.1 and 2.3.x in the > > "users" package. > > getgrgid() - Used for getting the Group ID Name from the Gro

[Lazarus] opengl

2008-02-25 Thread Andrea Mauri
Dear all, I work in a small company that is involved in software development for data analysis in chemistry. We would like to develop our new software using FPC and Lazarus. One of our project is a Molecule viewer. We started to develop it using Topenglcontrol but I am not sure it is a good choi

[Lazarus] Why TDateEdit is no more published?

2008-02-25 Thread [EMAIL PROTECTED]
Maybe is for the varius date format? If possible please publish it Thanks, Salvatore ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus