[Lazarus] Wanted: OpenGL gui framework supporting Windows, Linux, Mac, Android, etc.

2014-04-23 Thread J S
It would be great to have an OpenGL gui framework for Lazarus. I see the TOpenGLControl, but would like something more ambitious. Specifically, it would be nice to have a "TOpenGLForm" (basically an OpenGL output framebuffer along with mouse/keyboard events) and special OpenGL control

Re: [Lazarus] Lazarus 1.2.2 Release

2014-04-23 Thread Chris Crori
Great job guys! :) From: Mattias Gaertner Sent: Wednesday, April 23, 2014 5:34 PM To: lazarus@lists.lazarus.freepascal.org Subject: [Lazarus] Lazarus 1.2.2 Release The Lazarus team is glad to announce the release of Lazarus 1.2.2. This release was built with fpc 2.6.4. The previous release 1.2

Re: [Lazarus] "TGDBMIDebuggerInstruction: "-file-exec-and-symbols ", "

2014-04-23 Thread Martin Frb
On 23/04/2014 19:29, Marcos Douglas wrote: On Fri, Apr 18, 2014 at 8:04 PM, Martin Frb wrote: On 18/04/2014 23:48, Martin Frb wrote: On 18/04/2014 17:09, Marcos Douglas wrote: On Thu, Apr 17, 2014 at 11:40 AM, Martin Frb wrote: http://wiki.lazarus.freepascal.org/GDB_Debugger_Tips#gdb.exe_ha

Re: [Lazarus] "TGDBMIDebuggerInstruction: "-file-exec-and-symbols ", "

2014-04-23 Thread Marcos Douglas
On Fri, Apr 18, 2014 at 8:04 PM, Martin Frb wrote: > On 18/04/2014 23:48, Martin Frb wrote: > > On 18/04/2014 17:09, Marcos Douglas wrote: > > On Thu, Apr 17, 2014 at 11:40 AM, Martin Frb wrote: > > http://wiki.lazarus.freepascal.org/GDB_Debugger_Tips#gdb.exe_has_stopped_working > in the field "d

Re: [Lazarus] startlazarus crash in Ubuntu 14:04

2014-04-23 Thread zeljko
On 2014-04-23 13:49, Flávio Etrusco wrote: On Wed, Apr 23, 2014 at 12:56 PM, zeljko wrote: On 04/23/2014 10:14 AM, FreeMan wrote: His problem is with 32 bit. I guess it's because of libpixman which crashes if it isn't compiled with -mstackrealign.We, lazarus developers cannot do anything about

Re: [Lazarus] startlazarus crash in Ubuntu 14:04

2014-04-23 Thread Flávio Etrusco
On Wed, Apr 23, 2014 at 12:56 PM, zeljko wrote: > On 04/23/2014 10:14 AM, FreeMan wrote: > >> His problem is with 32 bit. I guess it's because of libpixman which >>> crashes if it isn't compiled with -mstackrealign.We, lazarus >>> developers cannot do anything about this problem. >>> >> Is this m

Re: [Lazarus] startlazarus crash in Ubuntu 14:04

2014-04-23 Thread Reinier Olislagers
On 23/04/2014 17:56, zeljko wrote: > On 04/23/2014 10:14 AM, FreeMan wrote: >>> His problem is with 32 bit. I guess it's because of libpixman which >>> crashes if it isn't compiled with -mstackrealign.We, lazarus >>> developers cannot do anything about this problem. >> Is this mean problem on just

Re: [Lazarus] startlazarus crash in Ubuntu 14:04

2014-04-23 Thread zeljko
On 04/23/2014 10:14 AM, FreeMan wrote: His problem is with 32 bit. I guess it's because of libpixman which crashes if it isn't compiled with -mstackrealign.We, lazarus developers cannot do anything about this problem. Is this mean problem on just Ubuntu 14.04 - 32 bits gtk 2 ? That means: any

[Lazarus] Lazarus 1.2.2 Release

2014-04-23 Thread Mattias Gaertner
The Lazarus team is glad to announce the release of Lazarus 1.2.2. This release was built with fpc 2.6.4. The previous release 1.2 was built with 2.6.2. Here is the list of changes for Lazarus and Free Pascal: http://wiki.lazarus.freepascal.org/Lazarus_1.2_fixes_branch#Fixes_for_1.2.2_.28Merged

Re: [Lazarus] Now function - returning UTC?

2014-04-23 Thread Felipe Monteiro de Carvalho
On Wed, Apr 23, 2014 at 6:19 AM, Michael Schnell wrote: > IMHO, these functions would be better located in the FPC RTL, as they are > more "general" than what the Lazarus library is about. > > Same might be true for UTF8 helper functions. Some years ago when the units were created I offered to ad

Re: [Lazarus] use of graphics unit on command line

2014-04-23 Thread Mattias Gaertner
On Wed, 23 Apr 2014 17:06:29 +0800 Xiangrong Fang wrote: >[...] > How can I do such test with just vi and fpc on command line? See Project -> Project Options -> bottom button 'Show Options'. These are the options Lazarus passes to the compiler. Mattias -- __

Re: [Lazarus] Now function - returning UTC?

2014-04-23 Thread Michael Schnell
On 04/21/2014 12:49 PM, Felipe Monteiro de Carvalho wrote: On Sat, Apr 19, 2014 at 4:07 PM, Luca Olivetti wrote: BTW, the name of the unit isn't really meaningful (NowUTC and GetTickCount64, the only 2 functions defined in that unit, don't seem to have any relation with utf8). The idea was tha

[Lazarus] use of graphics unit on command line

2014-04-23 Thread Xiangrong Fang
Hi All, I have a class which uses Graphics unit. Now I would like to do some test of this class on command line, which does NOT require graphics support. That is, suppose my class looks like this: TMyClass public procedure Generate; //does NOT use graphics procedure Paint; //uses graph

Re: [Lazarus] FPC/Lazarus on non-x86 BSD

2014-04-23 Thread Allan E. Registos
On Wednesday, 23 April, 2014 04:38 PM, Mark Morgan Lloyd wrote: > I'm exploring alternatives to Debian on SPARC. One of the obvious ones > is BSD which (I presume) will need some cross-builds to get FPC going. > > Can anybody comment on /which/ BSD variant is likely to add fewest > problems to my h

[Lazarus] FPC/Lazarus on non-x86 BSD

2014-04-23 Thread Mark Morgan Lloyd
I'm exploring alternatives to Debian on SPARC. One of the obvious ones is BSD which (I presume) will need some cross-builds to get FPC going. Can anybody comment on /which/ BSD variant is likely to add fewest problems to my heap? -- Mark Morgan Lloyd markMLl .AT. telemetry.co .DOT. uk [Opini

Re: [Lazarus] startlazarus crash in Ubuntu 14:04

2014-04-23 Thread FreeMan
His problem is with 32 bit. I guess it's because of libpixman which crashes if it isn't compiled with -mstackrealign.We, lazarus developers cannot do anything about this problem. Is this mean problem on just Ubuntu 14.04 - 32 bits gtk 2 ? second question if any application created other platfor