Re: [fpc-pascal] How do I test the testfppdf on Windows?

2016-03-10 Thread Michael Van Canneyt
On Thu, 10 Mar 2016, silvioprog wrote: On Sat, Mar 5, 2016 at 3:38 PM, silvioprog wrote: [...] ... however, when I try to run the project, I get a SIGSEGV: This patch (by Gilson Nunes) fix the SIGSEGV: http://bugs.freepascal.org/view.php?id=29812. Improved and applied, thank you. Ho

Re: [fpc-pascal] Primitive Record Wrappers

2016-03-10 Thread Michael Van Canneyt
On Fri, 11 Mar 2016, Sven Barth wrote: Am 11.03.2016 04:16 schrieb "silvioprog" : On Sun, Mar 6, 2016 at 7:21 PM, Mazola Winstrol wrote: [...] Please see the code in attachments and send your suggestions / remarks. Thanks for share. How do I use the the NullableTypes.String unit? T

Re: [fpc-pascal] Primitive Record Wrappers

2016-03-10 Thread Sven Barth
Am 11.03.2016 04:16 schrieb "silvioprog" : > > On Sun, Mar 6, 2016 at 7:21 PM, Mazola Winstrol wrote: > [...] >> >> Please see the code in attachments and send your suggestions / remarks. > > > Thanks for share. > > How do I use the the NullableTypes.String unit? > > Tried: > > program project1; >

Re: [fpc-pascal] How do I test the testfppdf on Windows?

2016-03-10 Thread Graeme Geldenhuys
On 11/03/2016 02:49, silvioprog wrote: However, the example still making empty pages on Windows. (I'll ask Gilson to help us to fix this problem ...) I'm back at work on Monday, then I'll take a look at all the issues raised. Regards, Graeme ___ f

Re: [fpc-pascal] Primitive Record Wrappers

2016-03-10 Thread silvioprog
On Sun, Mar 6, 2016 at 7:21 PM, Mazola Winstrol wrote: [...] > Please see the code in attachments and send your suggestions / remarks. > Thanks for share. How do I use the the NullableTypes.String unit? Tried: program project1; {$mode objfpc}{$H+} uses NullableTypes.String; begin end. Got

Re: [fpc-pascal] CMem issue?

2016-03-10 Thread silvioprog
On Tue, Mar 8, 2016 at 12:10 PM, Michael Van Canneyt wrote: > On Tue, 8 Mar 2016, silvioprog wrote: > >> On Tue, Mar 8, 2016 at 9:29 AM, Bart wrote: >> >> On 3/8/16, silvioprog wrote: >>> >>> (my environment: Lazarus 1.7 rUnknown FPC 3.1.1 i386-win32-win32/win64) >>> >>> I can run simple L

Re: [fpc-pascal] CMem issue?

2016-03-10 Thread silvioprog
On Tue, Mar 8, 2016 at 1:12 PM, Bart wrote: > On 3/8/16, silvioprog wrote: > > Can you test this attached program? > > Builds and runs fine, both 64 and 32 bit, inside and outside the debugger. > Tested on Win7-64. Strange. I got it on my Windows: http://ctrlv.in/725499 http://ctrlv.in/72550

Re: [fpc-pascal] How do I test the testfppdf on Windows?

2016-03-10 Thread silvioprog
On Sat, Mar 5, 2016 at 3:38 PM, silvioprog wrote: [...] > ... however, when I try to run the project, I get a SIGSEGV: > This patch (by Gilson Nunes) fix the SIGSEGV: http://bugs.freepascal.org/view.php?id=29812. However, the example still making empty pages on Windows. (I'll ask Gilson to help

Re: [fpc-pascal] TFPTimer wtih timer_create

2016-03-10 Thread Fabio Luis Girardi
Please ignore, I found this: http://wiki.freepascal.org/Main_Loop_Hooks 2016-03-10 17:59 GMT-03:00 Fabio Luis Girardi : > Hi again! > > I'm still fighting with timers on Linux, and due a lot of "problems" using > timer_create and signals on Lazarus, I decided to change my implementation > to to u

Re: [fpc-pascal] TFPTimer wtih timer_create

2016-03-10 Thread Fabio Luis Girardi
Hi again! I'm still fighting with timers on Linux, and due a lot of "problems" using timer_create and signals on Lazarus, I decided to change my implementation to to user timerfd_create. My current question is: TApplication has some mechanism that check periodically changes in a file descriptor?