[fpc-pascal] SQLDB: Set port in TSQLConnector

2021-01-08 Thread Luis - SoftSAT Sistemas via fpc-pascal
I'm trying to connect to a Firebird database with TSQLConnector, but I can't seem to find a way to set the port number. Looking at TIBConnection, there is a port property, but none in TSQLConnector. ___ fpc-pascal maillist - fpc-pascal@lists.freepasca

[fpc-pascal] Can't disable quoting in TStrings

2020-08-20 Thread Luis - SoftSAT Sistemas via fpc-pascal
Done https://bugs.freepascal.org/view.php?id=37605 Thanks Michael. -- L. Henrique 20.08.2020, 04:24, "Michael Van Canneyt" :On Wed, 19 Aug 2020, Luis - SoftSAT Sistemas via fpc-pascal wrote:  As stated in http://docwiki.embarcadero.com/Libraries/Tokyo/en/System.Classes.TStrings.QuoteCh

[fpc-pascal] Can't disable quoting in TStrings

2020-08-19 Thread Luis - SoftSAT Sistemas via fpc-pascal
As stated in http://docwiki.embarcadero.com/Libraries/Tokyo/en/System.Classes.TStrings.QuoteChar setting QuoteChar to null should disable the quote, but it won't work in FPC 3.2. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org https://lists

[fpc-pascal] How to rebuild an fpc package

2020-02-12 Thread Luis - SoftSAT Sistemas via fpc-pascal
12.02.2020, 11:41, "Joost van der Sluis" : > Op 10-02-2020 om 17:01 schreef Luis - SoftSAT Sistemas via fpc-pascal: >>  I'am on Windows and installed latest lazarus version(2.0.6), but >>  TCSVDataset from fcl-db package have some bugs so i ported some fixes, &g

[fpc-pascal] How to rebuild an fpc package

2020-02-11 Thread Luis - SoftSAT Sistemas via fpc-pascal
> I guess the problem is how to tell the make system when to use installed > units and when to recompile units.  Although it should be possible to figure > out how to do this, I rather suggest an easier fix: just recompile everything > with "make all install" from the base of the fpc source fold

[fpc-pascal] How to rebuild an fpc package

2020-02-11 Thread Luis - SoftSAT Sistemas via fpc-pascal
:29, "Christo Crause" : > On Tue, Feb 11, 2020 at 3:23 PM Luis - SoftSAT Sistemas via fpc-pascal > wrote: >> Looking at unit search path the compiler are looking at "sources" dir >> instead of "units" dir with the compiled units and i dont know how

[fpc-pascal] How to rebuild an fpc package

2020-02-11 Thread Luis - SoftSAT Sistemas via fpc-pascal
] Error 1 11.02.2020, 09:58, "Luis - SoftSAT Sistemas via fpc-pascal" : > Resend as plain text. > > 10.02.2020, 14:09, "Luis - SoftSAT Sistemas via fpc-pascal" > : >>  I'am on Windows and installed latest lazarus version(2.0.6), but >> TCSVData

[fpc-pascal] How to rebuild an fpc package

2020-02-11 Thread Luis - SoftSAT Sistemas via fpc-pascal
Resend as plain text. 10.02.2020, 14:09, "Luis - SoftSAT Sistemas via fpc-pascal" : > I'am on Windows and installed latest lazarus version(2.0.6), but TCSVDataset > from fcl-db package have some bugs so i ported some fixes, now i need rebuild > it, but i failed miserabl

[fpc-pascal] How to rebuild an fpc package

2020-02-10 Thread Luis - SoftSAT Sistemas via fpc-pascal
I'am on Windows and installed latest lazarus version(2.0.6), but TCSVDataset from fcl-db package have some bugs so i ported some fixes, now i need rebuild it, but i failed miserably. What i tryedCD C:\lazarus\fpc\3.0.4\source\packages\fcl-dbmake clean all install INSTALL_PREFIX=C:\lazarus\fpc\3.0.4