[fpc-pascal] Class reference doubt

2011-11-23 Thread Jesus Reyes
an instance of the class corresponding to the definition, or to check inheritance. Thanks. Jesus Reyes A. program test; {$mode ObjFpc}{$H+} type TObj = class public constructor create; end; TObjClass=class of TObj; TFoo = class(TObj) public constructor create; end

[fpc-pascal] download link on viewvc pages is missing

2013-02-12 Thread Jesus Reyes
Hi, the (download) link (together with the (as text)) link that used to be next to (view) and (annotate) in viewvc revisions logs are missing, can this be enabled, please? Jesus Reyes A. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http

Re: [fpc-pascal] download link on viewvc pages is missing

2013-02-13 Thread Jesus Reyes
--- El mié 13-feb-13, Michael Van Canneyt mich...@freepascal.org escribió: Ah. Hard to find without docs. I had tried default_file_view = co but that didn't help. But now I added allowed_views. Michael. Thank you. Jesus Reyes

[fpc-pascal] SQLQuery published properties

2007-08-07 Thread Jesus Reyes A.
Hi, I noted that in fpc2.3.1 several important TSqlQuery properties(and events) are not published anymore, for example the active property, all OnBefore*, OnAfter* events and more. I'ts something definitive?. Jesus Reyes A. ___ fpc-pascal

[fpc-pascal] debug problems in current versions.

2007-09-29 Thread Jesus Reyes
Hi, current 2.2.1 (r8667) and 2.3.1 (r8675) produce apps with gdb problems (at least under x86_32), this happen since r8666. [EMAIL PROTECTED]:~/fpcbin/bin$ gdb fpdoc GNU gdb 6.6-debian Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public

[fpc-pascal] Esta disponible la lista de correos e n español / Spanish mailing list available

2007-10-25 Thread Jesus Reyes
FreePascal y Lazarus de habla hispana se manifieste suscribiendose a dicha lista y comparta ideas, sugerencias, dudas y soluciones. Suerte y que lo disfruten. Jesus Reyes A. ¡Capacidad ilimitada de

Re: [fpc-pascal] New local-indexes support for sqldb

2008-02-13 Thread Jesus Reyes
TCUSTOMSQLQUERY__INTERNALOPEN, line 1208 of sqldb.pp $0825930E TDATASET__DOINTERNALOPEN, line 387 of dataset.inc $0825A3C8 TDATASET__OPENCURSOR, line 868 of dataset.inc $0825A757 TDATASET__SETACTIVE, line 965 of dataset.inc Jesus Reyes

Re: [fpc-pascal] New local-indexes support for sqldb

2008-02-16 Thread Jesus Reyes
--- Joost van der Sluis [EMAIL PROTECTED] escribió: Op woensdag 13-02-2008 om 14:59 uur [tijdzone -0600], schreef Jesus Reyes: --- Joost van der Sluis [EMAIL PROTECTED] escribió: Hi all, fpc 2.3.1 and 2.2.1 now have local indexes support for sqldb. (TBufDataset) I

[fpc-pascal] connection problem

2008-03-26 Thread Jesus Reyes
bytes from cust198-202.dsl.versadsl.be (x.x.x.x): icmp_seq=3 ttl=40 time=539 ms I tried at least since monday. Given absent of reports, and the bug tracker notices in mail and CIA at IRC I suppose it's working, any idea? Jesus Reyes

Re: [fpc-pascal] connection problem

2008-03-26 Thread Jesus Reyes
it must be something else... Using my regular link I'm unable to get http://svn.freepascal.org/feeds/fpcsvn.rss but using http://www.lockproxy.info/ ,in example, I'm able to watch it. Thanks for the hint. Jesus Reyes

Re: [fpc-pascal] connection problem

2008-03-29 Thread Jesus Reyes A.
- Original Message - From: Jonas Maebe [EMAIL PROTECTED] Sent: Saturday, March 29, 2008 6:01 AM On 26 Mar 2008, at 19:55, Jesus Reyes wrote: i, I'm experiencing connection problems to bugs.freepascal.org and svn.freepascal.org. [EMAIL PROTECTED]:~/temp svn co http

[fpc-pascal]Compiler bug?

2003-07-14 Thread Jesus Reyes
variable r is assigned but never used tst.pas(11,7) Error: Asm: Duplicate label .L3 tst.pas(10,9) Error: Asm: Duplicate label .L4 tst.pas(25,1) Fatal: There were 2 errors compiling module, stopping Regards. Jesus Reyes A. _ Do You Yahoo!? La

RE: [fpc-pascal]TStringList index

2004-03-14 Thread Jesus Reyes
to Datab.List_Field.Count-1 do begin Tmp:=TStringList(Datab.List_Field.items[i]); IDs.Strings[i]:=Tmp.Strings[0]; Tmp.Free; end; IDs.Strings[i] its not allocated, try IDs.Add(Tmp.Strings[0]) instead Regards Jesus Reyes A. ___ fpc-pascal maillist

[fpc-pascal] lazarus crash at start

2005-07-31 Thread Jesus Reyes
lazarus.exe file now behaves as a gui app and won't crash at start. It seems that WriteResponseFile lacks the code to add the ENTRY section to the link.res script but I don't know if it's supposed to be there or should it be in another stage, any comments? Jesus Reyes

Re: [fpc-pascal] lazarus crash at start

2005-08-01 Thread Jesus Reyes
supposed to be there or should it be in another stage, any comments? You need to use {$apptype gui} or use the -WG parameter. For the compiler it is not known if the application needs a console or not. Peter Lazarus is already compiled with -WG Jesus Reyes

Re: [fpc-pascal] freereport and tiOPF

2006-02-25 Thread Jesus Reyes
please give more information about how to download tiOPF through SVN? I didn't find information in http://www.techinsite.com.au/ about it. Or I didn´t search good, sorry. Regards, - Graeme - Jesus Reyes

[fpc-pascal] mantis

2006-05-24 Thread Jesus Reyes
see only mantis. Jesus Reyes A. ___ Do You Yahoo!? La mejor conexión a Internet y b 2GB/b extra a tu correo por $100 al mes. http://net.yahoo.com.mx

Re: [fpc-pascal] Report Tool

2006-07-04 Thread Jesus Reyes
://wiki.lazarus.freepascal.org/index.php/Projects_using_Lazarus#LazReport Jesus Reyes A. ___ Do You Yahoo!? La mejor conexión a Internet y b 2GB/b extra a tu correo por $100 al mes. http://net.yahoo.com.mx

Re: [fpc-pascal] Httpd (apache modules)

2006-09-01 Thread Jesus Reyes
--- Leonardo M. Ramé [EMAIL PROTECTED] escribió: Thanks Felipe, i'll try with Apache 2.0.x (i don't really need 2.2.x). also, don't forget the bug reports in the wiki page: http://www.freepascal.org/wiki/index.php/FPC_and_Apache_Modules#Bug_Reporting Jesus Reyes

Re: [fpc-pascal] ROPS and latest FPC compiler (svn)

2006-10-31 Thread Jesus Reyes
/listinfo/fpc-pascal Have you tried ROPS svn revision 19? Jesus Reyes A. ___ Do You Yahoo!? La mejor conexión a Internet y b 2GB/b extra a tu correo por $100 al mes. http://net.yahoo.com.mx

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

2016-03-09 Thread Jesus Reyes A.
On Sun, 06 Mar 2016 03:15:06 -0600, Michael Van Canneyt <mich...@freepascal.org> wrote: Forgot to say, this is how it now looks the generated document: http://ctrlv.in/724645 Jesus Reyes A. ___ fpc-pascal maillist - fpc-

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

2016-03-19 Thread Jesus Reyes A.
erating five empty pages even applying the Jesus Reyes' patch. :-/ --Silvio Clécio I took a look at the pdf file you posted on march 5. I think I know why your file looks so odd, all numeric values non-integers are written in the pdf file using COMMA :) This is an extract of some stream

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

2016-03-06 Thread Jesus Reyes A.
e end of every P.WriteText'd string where XX is the index of each instance. Seems only latin text is working. Later I will try with other readers. Jesus Reyes A. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/

Re: [fpc-pascal] Bitcounting

2016-03-06 Thread Jesus Reyes A.
t := 0; if N=0 then exit; for i := 0 to (8 * SizeOf(N) - 1) do begin if (N and (1 shl i)) <> 0 then Inc(result); end; end; not tested :D Jesus Reyes A. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepa

[fpc-pascal] Pending fcl-pdf changes

2016-09-15 Thread Jesus Reyes A.
Hi, There are some changes in fcl-pdf that are still not merged to fixes, the new LazReport PDF exporter can only work with FPC trunk without those and it would be nice to have it working with FPC fixes and 3.0.2. Can you please merge any missing change to fixes?, thanks. Jesus Reyes

Re: [fpc-pascal] TSQLQuery and buffering.

2017-03-26 Thread Jesus Reyes A.
t once, but if you are using the standard setting, which is 10 and yet it is still fetching everything at once, it sounds like a bug to me. Jesus Reyes A. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/c

Re: [fpc-pascal] Feature announcement: Dynamic array extensions

2018-05-20 Thread Jesus Reyes A.
array constructors using "[...]" syntax - support for Insert(), Delete() and Concat() - support for "+" operator - support for dynamic array constants (and variable initializations) Wow! Thanks :) Jesus Reyes A. ___ fpc-pasc