Montag ab 12.00?

DETLEF D. OVERBEEK  
WITH KIND REGARDS, MED VENLIG HILSEN, MET VRIENDELIJKE GROET, CORDIALEMENT, 
CORDIALI SALUTI, 
LE SALUDA ATENTAMENTE,  MIT FREUNDLICHEN GRÜSSEN, С ИСКРЕННИМ УВАЖЕНИЕМ

CONTACT: MOBILE PHONE: +31 (0) 6  21 23 62 68 / SKYPE: DETLEF.OVERBEEK 


CELL PHONE: +31 (0) 6  21 23 62 68    /   SKYPE: DETLEF.OVERBEEK  
EDELSTENENBAAN 21, 3402 XA IJSSELSTEIN   /   NETHERLANDS
www.BlaisePascalMagazine.eu
BLAISE PASCAL MAGAZINE WILL NOT SELL OR SHARE YOUR EMAIL 
OR POSTAL ADDRESS WITH UNRELATED THIRD PARTIES. 

-----Original Message-----
From: fpc-pascal [mailto:fpc-pascal-boun...@lists.freepascal.org] On Behalf Of 
fpc-pascal-requ...@lists.freepascal.org
Sent: vrijdag 3 juli 2020 12:00
To: fpc-pascal@lists.freepascal.org
Subject: fpc-pascal Digest, Vol 193, Issue 2

Send fpc-pascal mailing list submissions to
        fpc-pascal@lists.freepascal.org

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
or, via email, send a message with subject or body 'help' to
        fpc-pascal-requ...@lists.freepascal.org

You can reach the person managing the list at
        fpc-pascal-ow...@lists.freepascal.org

When replying, please edit your Subject line so it is more specific than "Re: 
Contents of fpc-pascal digest..."


Today's Topics:

   1. Re:  CodeTools reduce number of completions (Ryan Joseph)
   2.  FPC for Win64 (Evert van Dijken)


----------------------------------------------------------------------

Message: 1
Date: Thu, 2 Jul 2020 19:45:26 +0700
From: Ryan Joseph <generic...@gmail.com>
To: FPC-Pascal users discussions <fpc-pascal@lists.freepascal.org>
Subject: Re: [fpc-pascal] CodeTools reduce number of completions
Message-ID: <49fd7384-9842-43c6-ad88-acfdd9b5c...@gmail.com>
Content-Type: text/plain;       charset=us-ascii



> On Jul 2, 2020, at 4:04 PM, Mattias Gaertner via fpc-pascal 
> <fpc-pascal@lists.freepascal.org> wrote:
> 
> Maybe something like this:
> 
> List:=CodeToolBoss.IdentifierList;
> for i:=0 to List.GetFilteredCountCnt-1 do begin  
> Item:=List.FilteredItems[i];  if (Item.Tool<>nil) then begin
>    if
>    RightStr(Item.Tool.MainFilename,33)='packages/univint/src/MacOSAll.pas'
>    then continue;
> 
>    if Item.Tool.Scanner.CleanedLen>1000000 then 
>      continue;
>  end;
> end;

Item.Tool.MainFilename is helpful to know, thanks.

Btw, since I have your attention, any idea about that FindReferences bug I 
reported some days? Still haven't figured it out yet.

Regards,
        Ryan Joseph



------------------------------

Message: 2
Date: Thu, 2 Jul 2020 22:30:05 +0200
From: Evert van Dijken <e.vandy...@upcmail.nl>
To: fpc-pascal@lists.freepascal.org
Subject: [fpc-pascal] FPC for Win64
Message-ID: <b22254f1-f1c2-a835-6e92-e26f9efd8...@upcmail.nl>
Content-Type: text/plain; charset="utf-8"; Format="flowed"

L.S.

I like to use the 64 bits FPC compiler, but I cannot find any documentation how 
to use it. I see a WIN32 compiler and a WIN64 cross compiler. How it works is a 
mystery for me. Can I still use the debugger and the development environment?

--
With kind regardst,
Evert van Dijken
De Hazelaar 5
6921XA Duiven (NL)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20200702/3f239835/attachment-0001.htm>

------------------------------

Subject: Digest Footer

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org 
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal


------------------------------

End of fpc-pascal Digest, Vol 193, Issue 2
******************************************
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to