Re: [Lazarus] GLUT vs windows 64 bits

2014-04-14 Thread Anthony Tekatch
On Thu, 10 Apr 2014 19:45:55 +0200, Reimar Grabowski wrote: > On Thu, 10 Apr 2014 13:43:56 -0300 > Philippe wrote: > > > I made an application with GLUT. > Don't. Just do not use GLUT in any way or shape. > It is very, very old. AFAIR the latest pre-compiled binary > distributions were for Wind

Re: [Lazarus] about raised exception class 'External: SIGSEGV'

2014-04-14 Thread Martin Frb
On 14/04/2014 16:08, FreeMan wrote: QUE_1Delete; if QUE_1.Transaction.Active then QUE_1.Transaction.CommitRetaining; breakpoint on this line: QUE_1Delete; stop here, Press F8, jump to /opt/freepascal/2.7.1/packages/fcl-db/src/base/dataset.inc line: 1553 everything is okay, after this b

Re: [Lazarus] about raised exception class 'External: SIGSEGV'

2014-04-14 Thread FreeMan
14-04-2014 17:39 tarihinde, Martin Frb yazdı: If you run in the debugger, then when the debugger reports the error choose "break", and open the stack window., and search the top line that is in your app. Sometimes the debugger does not get the stack, you can try to run again. The debugger may r

Re: [Lazarus] about raised exception class 'External: SIGSEGV'

2014-04-14 Thread Martin Frb
On 14/04/2014 11:49, FreeMan wrote: Hello, I get this errors some time, I can not handle this error so I don't know why raised. Project myproject raised exception class 'External: SIGSEGV'. -> Ok and continue to run application Project myproject raised exception class 'RunError(216)'. -> O

Re: [Lazarus] about raised exception class 'External: SIGSEGV'

2014-04-14 Thread Luca Olivetti
El 14/04/14 16:26, FreeMan ha escrit: > I understood you, I was sent my code, its out off my code, Maybe Grid > has a problem, > Q.Close; > Q.Open; and query so fast close & open, can not grid be fast like that ? I don't think the problem is the grid, but I could be wrong. Note that, while fpc do

Re: [Lazarus] about raised exception class 'External: SIGSEGV'

2014-04-14 Thread FreeMan
Thank you for answer Luca, 14-04-2014 16:58 tarihinde, Luca Olivetti yazdı: It's an access to unallocated memory or trying to use a class instance that doesn't exist (i.e. it is nil). Since I don't know your program, maybe one of the FieldByName call is returning nil (i.e., a field with that nam

Re: [Lazarus] about raised exception class 'External: SIGSEGV'

2014-04-14 Thread Luca Olivetti
El 14/04/14 12:49, FreeMan ha escrit: > > Hello, > I get this errors some time, I can not handle this error so I don't know > why raised. > > Project myproject raised exception class 'External: SIGSEGV'. -> Ok and > continue to run application It's an access to unallocated memory or trying to u

[Lazarus] about raised exception class 'External: SIGSEGV'

2014-04-14 Thread FreeMan
Hello, I get this errors some time, I can not handle this error so I don't know why raised. Project myproject raised exception class 'External: SIGSEGV'. -> Ok and continue to run application Project myproject raised exception class 'RunError(216)'. -> Ok and continue to run application

Re: [Lazarus] Always On Top (Linux) ZVDatetimeCtrls doesn't show up(Bug?)

2014-04-14 Thread zeljko
On 04/14/2014 09:39 AM, Luca Olivetti wrote: El 14/04/14 09:32, Luca Olivetti ha escrit: El 14/04/14 08:37, Juha Manninen ha escrit: ZVDatetimeCtrls is now included in Lazarus trunk sources and the component names are identical with Delphi component names. The report and possible example code s

Re: [Lazarus] Always On Top (Linux) ZVDatetimeCtrls doesn't show up(Bug?)

2014-04-14 Thread Allan E. Registos
On Monday, 14 April, 2014 03:55 PM, Juha Manninen wrote: > On Mon, Apr 14, 2014 at 10:40 AM, Allan E. Registos > wrote: >>> FWIW it also happens with a TDateEdit (lazarus 1.2.0/gtk). >>> >> Using Lazarus 1.2.0/gtk2/Ubuntu 12.04/Unity shell. > Please report with the details and attach a demo applic

Re: [Lazarus] Always On Top (Linux) ZVDatetimeCtrls doesn't show up(Bug?)

2014-04-14 Thread Juha Manninen
On Mon, Apr 14, 2014 at 10:40 AM, Allan E. Registos wrote: >> FWIW it also happens with a TDateEdit (lazarus 1.2.0/gtk). >> > Using Lazarus 1.2.0/gtk2/Ubuntu 12.04/Unity shell. Please report with the details and attach a demo application for testing. Juha --

Re: [Lazarus] Always On Top (Linux) ZVDatetimeCtrls doesn't show up(Bug?)

2014-04-14 Thread Allan E. Registos
On Monday, 14 April, 2014 03:32 PM, Luca Olivetti wrote: > El 14/04/14 08:37, Juha Manninen ha escrit: >> ZVDatetimeCtrls is now included in Lazarus trunk sources and the >> component names are identical with Delphi component names. >> The report and possible example code should be done for that ve

Re: [Lazarus] Always On Top (Linux) ZVDatetimeCtrls doesn't show up(Bug?)

2014-04-14 Thread Luca Olivetti
El 14/04/14 09:32, Luca Olivetti ha escrit: > El 14/04/14 08:37, Juha Manninen ha escrit: >> ZVDatetimeCtrls is now included in Lazarus trunk sources and the >> component names are identical with Delphi component names. >> The report and possible example code should be done for that version. > > F

Re: [Lazarus] Always On Top (Linux) ZVDatetimeCtrls doesn't show up(Bug?)

2014-04-14 Thread Luca Olivetti
El 14/04/14 08:37, Juha Manninen ha escrit: > ZVDatetimeCtrls is now included in Lazarus trunk sources and the > component names are identical with Delphi component names. > The report and possible example code should be done for that version. FWIW it also happens with a TDateEdit (lazarus 1.2.0/g