[fpc-devel] Memleak in TFPHttpClient?

2014-10-28 Thread Leonardo M . Ramé
, fphttpclient; var lHttp: TFPHttpClient; begin lHttp := TFPHttpClient.create(nil); try lHttp.Get('some.web.site'); finally lHttp.Free; end; end. Leonardo M. Ramé http://leonardorame.blogspot.com___ fpc-devel maillist - fpc-devel

Re: [fpc-devel] Memleak in TFPHttpClient?

2014-10-28 Thread Leonardo M . Ramé
Reported: 0026959: Memleak in TFHttpClient - Free Pascal/Lazarus Bug Tracker Leonardo M. Ramé http://leonardorame.blogspot.com From: Michael Van Canneyt mich...@freepascal.org To: FPC developers' list fpc-devel@lists.freepascal.org Sent: Tuesday

[fpc-devel] x86_64-linux-as not found

2014-08-21 Thread Leonardo M . Ramé
]: *** [compiler_cycle] Error 2 make[1]: se sale del directorio «/home/leonardo/Desarrollo/fpc» make: *** [build-stamp.x86_64-linux] Error 2 Leonardo M. Ramé http://leonardorame.blogspot.com  ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http

Re: [fpc-devel] fpHttpClient heartbeat

2014-03-12 Thread Leonardo M . Ramé
From: Michael Van Canneyt mich...@freepascal.org To: Leonardo M. Ramé martinr...@yahoo.com; FPC developers' list fpc-devel@lists.freepascal.org Sent: Sunday, March 9, 2014 6:22 AM Subject: Re: [fpc-devel] fpHttpClient heartbeat On Sat, 8 Mar 2014, Leonardo

[fpc-devel] fpHttpClient heartbeat

2014-03-08 Thread Leonardo M . Ramé
Hi, does anyone know if fpHttpClient has something similar to the HeartBeat option of Synapse?, this feature is useful for implementing download progress bars, for example.   Leonardo M. Ramé http://leonardorame.blogspot.com___ fpc-devel maillist

Re: [fpc-devel] fpHttpClient heartbeat

2014-03-08 Thread Leonardo M . Ramé
From: Michael Van Canneyt mich...@freepascal.org To: FPC developers' list fpc-devel@lists.freepascal.org Sent: Saturday, March 8, 2014 2:42 PM Subject: Re: [fpc-devel] fpHttpClient heartbeat On Sat, 8 Mar 2014, Leonardo M. Ramé wrote: Hi, does anyone know if fpHttpClient has something

[fpc-devel] LoadLibrary result

2013-05-30 Thread Leonardo M . Ramé
after each load, but, as the TLibHandle resulting of that function is the same, I think the library is only loaded once. Is there a way to have different handles for each loadlibrary?.   Leonardo M. Ramé http://leonardorame.blogspot.com___ fpc-devel

Re: [fpc-devel] LoadLibrary result

2013-05-30 Thread Leonardo M . Ramé
From: Jonas Maebe jonas.ma...@elis.ugent.be To: Leonardo M. Ramé martinr...@yahoo.com; FPC developers' list fpc-devel@lists.freepascal.org Sent: Thursday, May 30, 2013 12:40 PM Subject: Re: [fpc-devel] LoadLibrary result On 30 May 2013, at 17:27, Leonardo M

[fpc-devel] 0023916: BGRABitmap: Internal error 2012090607

2013-03-19 Thread Leonardo M . Ramé
Hi, does anyone found a workaround to this issue: 0023916: BGRABitmap: Internal error 2012090607   Leonardo M. Ramé http://leonardorame.blogspot.com___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo

Re: [fpc-devel] State of extended RTTI

2013-02-18 Thread Leonardo M . Ramé
, or it is implemented as a set of classes?. Leonardo M. Ramé http://leonardorame.blogspot.com ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] Freebsd 9.1 -liconv not found

2013-01-27 Thread Leonardo M . Ramé
I'm trying to compile fpc on a new FreeBsd 9.1 machine, I've installed iconv and libiconv from ports, but /usr/bin/ld keeps complaining about cannot finding -liconv.  Any hint?.   Leonardo M. Ramé http://leonardorame.blogspot.com___ fpc-devel maillist

Re: [fpc-devel] Freebsd 9.1 -liconv not found

2013-01-27 Thread Leonardo M . Ramé
From: Jonas Maebe jonas.ma...@elis.ugent.be To: FPC developers' list fpc-devel@lists.freepascal.org Sent: Sunday, January 27, 2013 12:13 PM Subject: Re: [fpc-devel] Freebsd 9.1 -liconv not found On 27 Jan 2013, at 16:03, Leonardo M. Ramé wrote: I'm trying

Re: [fpc-devel] Freebsd 9.1 -liconv not found

2013-01-27 Thread Leonardo M . Ramé
- Original Message - From: Marco van de Voort mar...@stack.nl To: Leonardo M. Ramé martinr...@yahoo.com; FPC developers' list fpc-devel@lists.freepascal.org Cc: Sent: Sunday, January 27, 2013 12:28 PM Subject: Re: [fpc-devel] Freebsd 9.1 -liconv not found In our previous

[fpc-devel] Linux ELF executable file size

2013-01-06 Thread Leonardo M . Ramé
Here's an interesting article about getting the smallest possible ELF executable size: http://www.muppetlabs.com/~breadbox/software/tiny/teensy.html   Leonardo M. Ramé http://leonardorame.blogspot.com___ fpc-devel maillist - fpc-devel

Re: [fpc-devel] Considerations about observer [was: Free Pascal 2.6.2 rc1]

2012-11-27 Thread Leonardo M . Ramé
. They are implemented as CORBA interfaces exactly to avoid the overhead of IUnknown. The consequence is that you must pass around the objects themselves. Michael. Hi, does anyone know of a link to the wiki with info about the newly implemented Observer pattern?. -- Leonardo M. Ramé http

Re: [fpc-devel] Considerations about observer [was: Free Pascal 2.6.2 rc1]

2012-11-27 Thread Leonardo M . Ramé
- Original Message - From: Graeme Geldenhuys gra...@geldenhuys.co.uk To: fpc-devel@lists.freepascal.org Cc: Sent: Tuesday, November 27, 2012 2:29 PM Subject: Re: [fpc-devel] Considerations about observer [was: Free Pascal 2.6.2 rc1] On 2012-11-27 17:17, Leonardo M. Ramé wrote

Re: [fpc-devel] progress of freepascal for mips

2012-06-05 Thread Leonardo M . Ramé
) Leonardo M. Ramé martinr...@yahoo.com wrote: You are right, the machine (http://www-03.ibm.com/systems/power/hardware/560/specs.html) doesn't have a MIPS processor, but an IBM's Power6. BTW, does anyone know which Linux distribution runs on that machine?, can FPC be compiled to run

Re: [fpc-devel] progress of freepascal for mips

2012-06-04 Thread Leonardo M . Ramé
You are right, the machine (http://www-03.ibm.com/systems/power/hardware/560/specs.html) doesn't have a MIPS processor, but an IBM's Power6. BTW, does anyone know which Linux distribution runs on that machine?, can FPC be compiled to run on it?.   Leonardo M. Ramé http

Re: [fpc-devel] progress of freepascal for mips

2012-06-04 Thread Leonardo M . Ramé
From: Jonas Maebe jonas.ma...@elis.ugent.be To: Leonardo M. Ramé martinr...@yahoo.com; FPC developers' list fpc-devel@lists.freepascal.org Sent: Monday, June 4, 2012 7:19 PM Subject: Re: [fpc-devel] progress of freepascal for mips On 04 Jun 2012, at 23:56

Re: [fpc-devel] progress of freepascal for mips

2012-06-02 Thread Leonardo M . Ramé
create one virtual machine to let the FPC team test the MIPS version on this machine, it can be online 24/7. Leonardo M. Ramé http://leonardorame.blogspot.com ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman

Re: [fpc-devel] OpenBsd cross compiler

2012-05-04 Thread Leonardo M . Ramé
From: Leonardo M. Ramé martinr...@yahoo.com To: 'FPC developers' list' fpc-devel@lists.freepascal.org Sent: Saturday, April 28, 2012 8:38 AM Subject: Re: [fpc-devel] OpenBsd cross compiler From: Pierre Free Pascal pie

Re: [fpc-devel] OpenBsd cross compiler

2012-04-28 Thread Leonardo M . Ramé
From: Pierre Free Pascal pie...@freepascal.org To: 'Leonardo M. Ramé' martinr...@yahoo.com; 'FPC developers' list' fpc-devel@lists.freepascal.org Sent: Friday, April 27, 2012 11:20 AM Subject: RE: [fpc-devel] OpenBsd cross compiler   Hi Leonardo

Re: [fpc-devel] Building trunk on Win32

2011-11-27 Thread Leonardo M . Ramé
-win32] Error 2 Conclussion, the DISABLE_TLS_DIRECTORY worked as expected.  --  Leonardo M. Ramé http://leonardorame.blogspot.com ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] Building trunk on Win32

2011-11-27 Thread Leonardo M . Ramé
32bits (and its updates) running on a VirtualBox machine that hosted on a Linux x86_64. --   Leonardo M. Ramé http://leonardorame.blogspot.com ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] Building trunk on Win32

2011-11-26 Thread Leonardo M . Ramé
From: Pierre Free Pascal pie...@freepascal.org To: 'Leonardo M. Ramé' martinr...@yahoo.com; 'FPC developers' list' fpc-devel@lists.freepascal.org Sent: Friday, November 25, 2011 6:40 PM Subject: RE: [fpc-devel] Building trunk on Win32 I tired to reproduce

Re: [fpc-devel] Building trunk on Win32

2011-11-26 Thread Leonardo M . Ramé
- Original Message - From: Leonardo M. Ramé martinr...@yahoo.com To: FPC developers' list fpc-devel@lists.freepascal.org Cc: Sent: Saturday, November 26, 2011 10:17 AM Subject: Re: [fpc-devel] Building trunk on Win32 From: Pierre Free Pascal

Re: [fpc-devel] Building trunk on Win32

2011-11-26 Thread Leonardo M . Ramé
- Original Message - From: Sven Barth pascaldra...@googlemail.com To: fpc-devel@lists.freepascal.org Cc: Sent: Saturday, November 26, 2011 11:07 AM Subject: Re: [fpc-devel] Building trunk on Win32 On 26.11.2011 14:50, Leonardo M. Ramé wrote: ... make[4]: Entering directory `E

Re: [fpc-devel] Building trunk on Win32

2011-11-26 Thread Leonardo M . Ramé
- Original Message - From: Sven Barth pascaldra...@googlemail.com To: fpc-devel@lists.freepascal.org Cc: Sent: Saturday, November 26, 2011 3:40 PM Subject: Re: [fpc-devel] Building trunk on Win32 On 26.11.2011 19:50, Sergei Gorelkin wrote: 26.11.2011 17:18, Leonardo M. Ramé

Re: [fpc-devel] Building trunk on Win32

2011-11-26 Thread Leonardo M . Ramé
From: Sergei Gorelkin sergei_gorel...@mail.ru To: fpc-devel@lists.freepascal.org Sent: Saturday, November 26, 2011 6:55 PM Subject: Re: [fpc-devel] Building trunk on Win32 26.11.2011 23:10, Leonardo M. Ramé пишет: This machine is running Win2003 32bits as Guest on VirtualBox 4.1.2 on Ubuntu

[fpc-devel] Building trunk on Win32

2011-11-25 Thread Leonardo M . Ramé
] Error 2 make.exe[2]: Leaving directory `E:/fpc/compiler' make.exe[1]: *** [compiler_cycle] Error 2 make.exe[1]: Leaving directory `E:/fpc' e:\FPC-bin\bin\i386-win32\make.exe: *** [build-stamp.i386-win32] Error 2 How can I fix this?.   Leonardo M. Ramé http

[fpc-devel] Internal error 2011090501

2011-11-06 Thread Leonardo M . Ramé
?.   Leonardo M. Ramé http://leonardorame.blogspot.com ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] Trunk does not compile on Linux x86-64

2011-10-19 Thread Leonardo M . Ramé
/Desarrollo/fpc/rtl/units/x86_64-linux -Cg -dx86_64 -dRELEASE ../objpas/sysconst.pp sysconst.pp(243,7) Error: Wrong number of parameters specified for call to $fpc_ansistr_sint sysconst.pp(249) Fatal: There were 1 errors compiling module, stopping Fatal: Compilation aborted ... --  Leonardo M

Re: [fpc-devel] Trunk does not compile on Linux x86-64

2011-10-19 Thread Leonardo M . Ramé
From: Paul Ishenin webpi...@mail.ru To: Leonardo M. Ramé martinr...@yahoo.com; FPC developers' list fpc-devel@lists.freepascal.org Sent: Wednesday, October 19, 2011 10:53 AM Subject: Re: [fpc-devel] Trunk does not compile on Linux x86-64 19.10.11 21:47, Leonardo

Re: [fpc-devel] OpenBSD compiler

2011-10-09 Thread Leonardo M . Ramé
- Original Message - From: Pierre Free Pascal pie...@freepascal.org To: 'Leonardo M. Ramé' martinr...@yahoo.com; 'FPC developers' list' fpc-devel@lists.freepascal.org Cc: Sent: Sunday, October 9, 2011 12:37 PM Subject: RE: [fpc-devel] OpenBSD compiler /bin/rm -f fpcmade.i386

Re: [fpc-devel] OpenBSD compiler

2011-10-08 Thread Leonardo M . Ramé
it. Leonardo M. Ramé http://leonardorame.blogspot.com ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] OpenBSD compiler

2011-10-08 Thread Leonardo M . Ramé
- Original Message - From: Marco van de Voort mar...@stack.nl To: Leonardo M. Ramé martinr...@yahoo.com Cc: Sent: Saturday, October 8, 2011 5:06 PM Subject: Re: [fpc-devel] OpenBSD compiler In our previous episode, Leonardo M. Ram? said:   Pierre, glad to hear that. What

Re: [fpc-devel] OpenBSD compiler

2011-10-05 Thread Leonardo M . Ramé
From: Pierre Free Pascal pie...@freepascal.org To: 'Leonardo M. Ramé' martinr...@yahoo.com; 'FPC developers' list' fpc-devel@lists.freepascal.org Sent: Wednesday, October 5, 2011 7:32 AM Subject: RE: [fpc-devel] OpenBSD compiler   I tried to get i386-openbsd

[fpc-devel] OpenBSD compiler

2011-10-04 Thread Leonardo M . Ramé
Hi, I noted that Pierre is updating the OpenBSD port.  Does anyone knows where can I find a bootstraping compiler for this platform?.   Leonardo M. Ramé http://leonardorame.blogspot.com___ fpc-devel maillist - fpc-devel@lists.freepascal.org http

Re: [fpc-devel] New Windows gdb-binary

2011-09-30 Thread Leonardo M . Ramé
://lists.freepascal.org/mailman/listinfo/fpc-devel Looks impressive. I'll start testing right now. Leonardo M. Ramé http://leonardorame.blogspot.com ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo

[fpc-devel] Error compiling trunk

2011-09-12 Thread Leonardo M . Ramé
]: *** [packages_smart] Error 2 make.exe[1]: Leaving directory `E:/fpc' ..\FPC-bin\bin\i386-win32\make.exe: *** [build-stamp.i386-win32] Error 2   Leonardo M. Ramé http://leonardorame.blogspot.com___ fpc-devel maillist - fpc-devel@lists.freepascal.org http

[fpc-devel] Build error on Win32 - SVN Trunk

2011-09-10 Thread Leonardo M . Ramé
?.   Leonardo M. Ramé http://leonardorame.blogspot.com___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] Deflating file created with TPAbbrevia

2011-08-26 Thread Leonardo M . Ramé
file to help me to uncompress it?. Maybe TInflater is not the class that I should use to decompress this file.   Leonardo M. Ramé http://leonardorame.blogspot.com compressed.file Description: Binary data ___ fpc-devel maillist - fpc-devel

[fpc-devel] TfpHttpClient events

2011-07-12 Thread Leonardo M . Ramé
I'm using TFpHttpClient for retrieving data from an http server. I'm wondering if anyone is planning to add events to it, such as OnProgress or similar.  Thanks in advance, Leonardo M. Ramé http://leonardorame.blogspot.com___ fpc-devel maillist - fpc

Re: [fpc-devel] fpVectorial PDF Writer

2011-06-26 Thread Leonardo M . Ramé
- Original Message - From: Felipe Monteiro de Carvalho felipemonteiro.carva...@gmail.com To: Leonardo M. Ramé martinr...@yahoo.com; FPC developers' list fpc-devel@lists.freepascal.org Cc: Sent: Sunday, June 26, 2011 2:54 PM Subject: Re: [fpc-devel] fpVectorial PDF Writer Hello

[fpc-devel] fpVectorial PDF Writer

2011-06-25 Thread Leonardo M . Ramé
Hi, I'm wondering if there are plans to create a pdf writer for fpVectorial. I was thinking of using Inkscape to create a template for reporting in a web application, then parse the SVG template using fpvectorial and output a PDF. What do you think?   Leonardo M. Ramé http

[fpc-devel] Changes to fcl-web's fpmake.pp

2011-06-13 Thread Leonardo M . Ramé
('fphttpclient.pp'); +    T:=P.Targets.AddUnit('custhttpapp.pp'); +    T:=P.Targets.AddUnit('fphttpapp.pp');      T:=P.Targets.AddUnit('fpwebdata.pp'); +    T:=P.Targets.AddUnit('fpwebfile.pp');      T.ResourceStrings:=true;      With T.Dependencies do        begin Leonardo M. Ramé http

Re: [fpc-devel] Bug in IBConnection?

2011-05-18 Thread Leonardo M . Ramé
/?p=234       http://www.destructor.de/firebird/gfix.htm Laco. I don't attach trough SSH, with SSH I made a tunnel connection to my server, than attached from my machine to localhost on port 3050. Leonardo M. Ramé http://leonardorame.blogspot.com

[fpc-devel] Bug in IBConnection?

2011-05-17 Thread Leonardo M . Ramé
64bits with Firebird 2.5. Thanks in advance, Leonardo M. Ramé http://leonardorame.blogspot.com ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] GetEnumValue result type

2011-04-18 Thread Leonardo M . Ramé
')); // lMyType is 1 instead of mtTwo // now I pass lMyType as a parameter in a function/procedure myFunction(lMyType); end; Shouln't lMyType be equal to mtTwo instead of 1? How can I get mtTwo from GetEnumValue? Leonardo M. Ramé http://leonardorame.blogspot.com

[fpc-devel] FreeBSD 64bits SVN error

2011-04-07 Thread Leonardo M . Ramé
]: Leaving directory `/usr/home/martin/desarrollo/fpc' gmake: *** [build-stamp.x86_64-freebsd] Error 2 My FPC version is this: Free Pascal Compiler version 2.5.1 [2011/03/29] for x86_64 Leonardo M. Ramé http://leonardorame.blogspot.com ___ fpc-devel

[fpc-devel] Fcl-Web 404 error

2011-03-11 Thread Leonardo M . Ramé
intact * Closing connection #0 Leonardo M. Ramé http://leonardorame.blogspot.com ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] Fcl-Web 404 error

2011-03-11 Thread Leonardo M . Ramé
, 11 Mar 2011, Leonardo M. Ramé wrote: --- On Fri, 3/11/11, michael.vancann...@wisa.be michael.vancann...@wisa.be wrote: From: michael.vancann...@wisa.be michael.vancann...@wisa.be Subject: Re: [fpc-devel] Fcl-Web 404 error To: FPC developers' list fpc-devel@lists.freepascal.org

Re: [fpc-devel] Error compiling trunk on FreeBSD

2011-03-02 Thread Leonardo M . Ramé
the same error. -- Leonardo M. Ramé http://leonardorame.blogspot.com ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] Error compiling trunk on FreeBSD

2011-03-02 Thread Leonardo M . Ramé
that out, I was using 2.15, and in /usr/local I have 2.21. Leonardo M. Ramé http://leonardorame.blogspot.com ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] Error compiling trunk on FreeBSD

2011-03-02 Thread Leonardo M . Ramé
(bad) 35: 44 00 00add%r8b,(%rax) Leonardo M. Ramé http://leonardorame.blogspot.com ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] Error compiling trunk on FreeBSD

2011-03-01 Thread Leonardo M . Ramé
Hi, I'm trying to compile the r17057 on FreeBSD x86_64 and I'm getting this error: fpc/rtl/units/x86_64-freebsd/cpu.s:40: Error: no such instruction: `cmpxchg16b (%r8) Any hint? ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

[fpc-devel] Error compiling trunk on FreeBSD

2011-03-01 Thread Leonardo M . Ramé
Hi, I'm trying to compile the r17057 on FreeBSD x86_64 and I'm getting this error: fpc/rtl/units/x86_64-freebsd/cpu.s:40: Error: no such instruction: `cmpxchg16b (%r8) Any hint? ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

[fpc-devel] Compiling FPC with Debug info

2011-02-24 Thread Leonardo M . Ramé
Hi, I usually compile fpc with make clean all, this builds everything for RELEASE. How can I compile this with Debug info? Thanks, in advance, Leonardo M. Ramé http://leonardorame.blogspot.com ___ fpc-devel maillist - fpc-devel

Re: [fpc-devel] Compiling FPC with Debug info

2011-02-24 Thread Leonardo M . Ramé
Thanks Marcos, I used make clean all OPT=-g and aparently it didn't include debugging info. How can I check that? Leonardo M. Ramé http://leonardorame.blogspot.com --- On Thu, 2/24/11, Marcos Douglas m...@delfire.net wrote: From: Marcos Douglas m...@delfire.net Subject: Re: [fpc-devel

Re: [fpc-devel] Compiling FPC with Debug info

2011-02-24 Thread Leonardo M . Ramé
Thanks, now I can debug fpc packages!. Leonardo M. Ramé http://leonardorame.blogspot.com --- On Thu, 2/24/11, Henry Vermaak henry.verm...@gmail.com wrote: From: Henry Vermaak henry.verm...@gmail.com Subject: Re: [fpc-devel] Compiling FPC with Debug info To: FPC developers' list fpc-devel

[fpc-devel] Problem reading pgm image

2010-11-05 Thread Leonardo M . Ramé
/downloads/salida.pgm Hope someone can help me fix this. http://leonardorame.blogspot.com Leonardo M. Ramé ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] Problem reading pgm image

2010-11-05 Thread Leonardo M . Ramé
I filled a bug report about this here: http://bugs.freepascal.org/view.php?id=17840 Leonardo M. Ramé http://leonardorame.blogspot.com ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] Fatal: Internal error 200111022

2010-09-14 Thread Leonardo M . Ramé
Sorry Florian, the error happened trying to compile some auto-generated code with wrong property assignments, with overloaded setters. It's fixed now. Leonardo M. Ramé http://leonardorame.blogspot.com --- On Tue, 9/14/10, Florian Klaempfl flor...@freepascal.org wrote: From: Florian Klaempfl

Re: [fpc-devel] Fatal: Internal error 200111022

2010-09-14 Thread Leonardo M . Ramé
My code, don't worry. Leonardo M. Ramé http://leonardorame.blogspot.com --- On Tue, 9/14/10, Florian Klämpfl flor...@freepascal.org wrote: From: Florian Klämpfl flor...@freepascal.org Subject: Re: [fpc-devel] Fatal: Internal error 200111022 To: FPC developers' list fpc-devel

[fpc-devel] FPC and Dicom

2010-06-27 Thread Leonardo M . Ramé
://medical.nema.org/ Leonardo M. Ramé http://leonardorame.blogspot.com ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] About modeswitch objectivec2

2010-06-20 Thread Leonardo M . Ramé
) + {$modeswitch objectivec2}, which is required before you can use Objective-C 2.0 features (such as the above). It automatically also implies {$modeswitch objectivec1} + genloadfield() helper to load a field of a node representing a record/object/class Leonardo M. Ramé http

[fpc-devel] fpWeb recursive tag replace

2010-06-07 Thread Leonardo M . Ramé
tag, also contains some {+tags+} to be replaced by the main program. Is there an official way to handle this use case? Leonardo M. Ramé http://leonardorame.blogspot.com ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http

Re: [fpc-devel] fpWeb recursive tag replace

2010-06-07 Thread Leonardo M . Ramé
Thanks I have forgotten the listings example. Leonardo M. Ramé http://leonardorame.blogspot.com --- On Mon, 6/7/10, ABorka fpc-de...@aborka.com wrote: From: ABorka fpc-de...@aborka.com Subject: Re: [fpc-devel] fpWeb recursive tag replace To: FPC developers' list fpc-devel@lists.freepascal.org

[fpc-devel] FPC on Freebsd

2010-06-04 Thread Leonardo M . Ramé
FPC 2.2.4, and the minimum version required to compile from trunk is 2.4.0 according to this: http://www.mail-archive.com/fpc-devel@lists.freepascal.org/msg16836.html How can I get 2.4.0 binary to compile the svn version?. Leonardo M. Ramé http://leonardorame.blogspot.com

Re: [fpc-devel] FPC on Freebsd

2010-06-04 Thread Leonardo M . Ramé
Henry, just to confirm that ppc386-freebsd-7.bz2 was able to bootstrap 2.5.1 i386 on FreeBsd 8.0 Thanks again. Leonardo M. Ramé http://leonardorame.blogspot.com --- On Fri, 6/4/10, Leonardo M. Ramé martinr...@yahoo.com wrote: From: Leonardo M. Ramé martinr...@yahoo.com Subject: Re: [fpc

[fpc-devel] fcl-web actions bug?

2010-05-31 Thread Leonardo M . Ramé
But that won't work. Leonardo M. Ramé http://leonardorame.blogspot.com ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] fcl-web actions bug?

2010-05-31 Thread Leonardo M . Ramé
? AB Both from svn trunk. Leonardo M. Ramé http://leonardorame.blogspot.com ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] fcl-web actions bug?

2010-05-31 Thread Leonardo M . Ramé
From: Leonardo M. Ramé martinr...@yahoo.com Subject: Re: [fpc-devel] fcl-web actions bug? To: FPC developers' list fpc-devel@lists.freepascal.org Date: Monday, May 31, 2010, 6:31 PM Both should work. The second one should only work if the ActionVar property is set with the name

Re: [fpc-devel] fcl-web example and new testsuite website

2010-05-30 Thread Leonardo M . Ramé
joost, nice work. I love the filters below the header in the grid, what did you use for that? some jQuery component? Leonardo M. Ramé http://leonardorame.blogspot.com --- On Sun, 5/30/10, Joost van der Sluis jo...@cnoc.nl wrote: From: Joost van der Sluis jo...@cnoc.nl Subject: Re: [fpc

Re: [fpc-devel] FCL Thread-safety

2010-01-27 Thread Leonardo M . Ramé
, I was using an old version based on AVLTree, and found it have many problems when working within threads, all of them solved after upgrading to the latest version. Leonardo M. Ramé http://leonardorame.blogspot.com --- On Tue, 1/26/10, Nikolai Zhubr zh...@mail.ru wrote: From: Nikolai Zhubr

Re: [fpc-devel] FCL Thread-safety

2010-01-27 Thread Leonardo M . Ramé
, if this works ok, I copy the whole directory of Zeos and place it in my app's dir tree, this tree is a frozen version of Zeos. This way, I'm not concerned about changes in the libraries. Leonardo M. Ramé http://leonardorame.blogspot.com --- On Wed, 1/27/10, Nikolai Zhubr zh...@mail.ru wrote

[fpc-devel] New issue in fcl-xml

2010-01-15 Thread Leonardo M . Ramé
When the XML file includes accented characters, an Invalid character in input stream exception is raised. Is this correct?, how should I include accented chars in an XML file?. Leonardo M. Ramé http://leonardorame.blogspot.com ___ fpc-devel

Re: [fpc-devel] New issue in fcl-xml

2010-01-15 Thread Leonardo M . Ramé
Sorry, I found it now checks the encoding of the XML file. To accept spanish accented chars, I had to include ?xml version=1.0 encoding=iso-8859-1? and it worked ok. Leonardo M. Ramé http://leonardorame.blogspot.com --- On Fri, 1/15/10, Leonardo M. Ramé martinr...@yahoo.com wrote: From

[fpc-devel] XML Stream capacity

2010-01-14 Thread Leonardo M . Ramé
lStr := TStringStream.Create(Memo1.Text); lDoc := TXMLDocument.Create; try ReadXMLFile(lDoc, lStr); finally lDoc.Free; lStr.Free; end; end. Leonardo M. Ramé http://leonardorame.blogspot.com ___ fpc-devel maillist - fpc-devel

Re: [fpc-devel] XML Stream capacity

2010-01-14 Thread Leonardo M . Ramé
deppends on AVL_Tree, that wasn'n thread safe. I attached the file I'm using for testing. Leonardo M. Ramé http://leonardorame.blogspot.com --- On Thu, 1/14/10, Sergei Gorelkin sergei_gorel...@mail.ru wrote: From: Sergei Gorelkin sergei_gorel...@mail.ru Subject: Re: [fpc-devel] XML Stream

Re: [fpc-devel] XML Stream capacity

2010-01-14 Thread Leonardo M . Ramé
Yes!, thank you very much Sergei. Leonardo M. Ramé http://leonardorame.blogspot.com --- On Thu, 1/14/10, Sergei Gorelkin sergei_gorel...@mail.ru wrote: From: Sergei Gorelkin sergei_gorel...@mail.ru Subject: Re: [fpc-devel] XML Stream capacity To: FPC developers' list fpc-devel

[fpc-devel] Creating ppc386 from ppcx64

2010-01-06 Thread Leonardo M . Ramé
Which is correct, since I don't have ppc386 installed. How can I create it?, is it correct to just create a symlink from ppcx64? Thanks in advance, Leonardo M. Ramé http://leonardorame.blogspot.com ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

Re: [fpc-devel] Creating ppc386 from ppcx64

2010-01-06 Thread Leonardo M . Ramé
/lib//libdl.so when searching for -ldl /usr/bin/ld: skipping incompatible /usr/lib//libdl.a when searching for -ldl /usr/bin/ld: cannot find -ldl Error: Error while linking Fatal: There were 1 errors compiling module, stopping Fatal: Compilation aborted Any hint? Leonardo M. Ramé http

Re: [SPAM] Re: [fpc-devel] Creating ppc386 from ppcx64

2010-01-06 Thread Leonardo M . Ramé
Thanks again Jonas, that worked ok!. Leonardo M. Ramé http://leonardorame.blogspot.com --- On Wed, 1/6/10, Jonas Maebe jonas.ma...@elis.ugent.be wrote: From: Jonas Maebe jonas.ma...@elis.ugent.be Subject: Re: [SPAM] Re: [fpc-devel] Creating ppc386 from ppcx64 To: FPC developers' list fpc

[fpc-devel] FPC 2.5.x changelog?

2009-12-22 Thread Leonardo M . Ramé
Hi, I'm looking for the changelog of FPC, I want to know what new features and changes were added, but I couln't find it on the FPC's site. Where can I find it? Leonardo M. Ramé http://leonardorame.blogspot.com ___ fpc-devel maillist - fpc-devel

Re: [fpc-devel] Dynamically Loading Libraries

2009-11-11 Thread Leonardo M . Ramé
://hallvards.blogspot.com/2008/03/tdm8-delayloading-of-dlls.html The long PDF version: http://vassbotn.googlepages.com/DelayLoadingOfDLLs.pdf Leonardo M. Ramé http://leonardorame.blogspot.com --- On Wed, 11/11/09, Marco van de Voort mar...@stack.nl wrote: From: Marco van de Voort mar...@stack.nl Subject: Re: [fpc

[fpc-devel] FreeBSD's shared libraries

2009-07-27 Thread Leonardo M . Ramé
absolute paths). This confirms what Jonas Maebe said: Creating dynamic libraries with FPC does not work under FreeBSD at this time.. How can I help to implement this feature, where can I start?. What are the problems that are stopping this to work?. Thanks in advance, Leonardo M. Ramé http

Re: [fpc-devel] FreeBSD's shared libraries

2009-07-27 Thread Leonardo M . Ramé
I found a bug opened in 2006 about this issue, its number is 0007833. Leonardo M. Ramé http://leonardorame.blogspot.com --- On Mon, 7/27/09, Marco van de Voort mar...@stack.nl wrote: From: Marco van de Voort mar...@stack.nl Subject: Re: [fpc-devel] FreeBSD's shared libraries To: FPC

[fpc-devel] Apache 2.2 modules for FreeBSD

2009-07-23 Thread Leonardo M . Ramé
Hi, I'm trying to run the examples of http22 units in a FreeBSD 7.2 for i386, with Apache 2.2.11. The examples compiles with FPC 2.2.4, but when I try to run apachectl start, it crashes with this message: httpd: Syntax error on line 104 of /usr/local/etc/apache22/httpd.conf: API module

Re: [fpc-devel] Lazarus Apache module crashes during concurrent requests

2009-07-10 Thread Leonardo M . Ramé
Does this was fixed? I'm trying to deploy an apache 2.2.9 module, it compiles and loads ok (it doesn't crash apache) but its exported function isn't called, I'm using the same code ABorka used in this example. This is my configuration: Free Pascal Compiler version 2.2.4-3 [2009/06/03] for

[fpc-devel] Test

2009-06-04 Thread Leonardo M . Ramé
Just a test. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] SetPropValue case sensitive

2009-05-05 Thread Leonardo M . Ramé
I found a difference between Delphi's SetPropValue function with its counterpart in FPC. In Delphi, this function is case insensitive, while in fpc it is case sensitive. Am I correct? Leonardo. ___ fpc-devel maillist -

Re: [fpc-devel] SetPropValue case sensitive

2009-05-05 Thread Leonardo M . Ramé
if it is implemented in newer versions? Leonardo M. Ramé http://leonardorame.blogspot.com --- On Tue, 5/5/09, Sergei Gorelkin sergei_gorel...@mail.ru wrote: From: Sergei Gorelkin sergei_gorel...@mail.ru Subject: Re: [fpc-devel] SetPropValue case sensitive To: FPC developers' list fpc-devel

Re: [fpc-devel] SetPropValue case sensitive

2009-05-05 Thread Leonardo M . Ramé
Download this PDF and search for SetPropValue: http://www.eg.bucknell.edu/~cs208/subpages/software/share/doc/fpc-2.2.2/fpc-2.2.2/rtl.pdf Leonardo M. Ramé http://leonardorame.blogspot.com --- On Tue, 5/5/09, Bogusław Brandys bran...@o2.pl wrote: From: Bogusław Brandys bran...@o2.pl Subject

Re: [fpc-devel] adding x86_64-netbsd

2009-04-21 Thread Leonardo M . Ramé
That's great!, I'll try to compile it this week. Leonardo M. Ramé http://leonardorame.blogspot.com --- On Tue, 4/21/09, Axel Scheepers a...@axel.truedestiny.net wrote: From: Axel Scheepers a...@axel.truedestiny.net Subject: Re: [fpc-devel] adding x86_64-netbsd To: FPC developers' list fpc

[fpc-devel] Pascal Applets

2008-11-28 Thread Leonardo M . Ramé
or ActiveX, but also I need it to be cross platform and ActiveX isn't an alternative in this case. Why I hope to find a Pascal Applet? because I preffer to write Object Pascal code instead of anything different. Leonardo M. Ramé http://leonardorame.blogspot.com

Re: [fpc-devel] Pascal Applets

2008-11-28 Thread Leonardo M . Ramé
I've found a Netscape Plugin implementation written in Delphi: http://www.torry.net/vcl/vcltools/plugins/nplugin.zip It works perfectly!, now I'll try to compile it with FPC for Windows and later for Linux. Leonardo M. Ramé http://leonardorame.blogspot.com --- On Fri, 11/28/08, Daniël

[fpc-devel] Tiburon compatibility

2008-07-16 Thread Leonardo M . Ramé
compatible with future versions of FPC, or this will be the finish of compatibility between the two compilers? Leonardo M. Ramé http://leonardorame.blogspot.com ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org