[fpc-pascal] ibase package

2013-11-18 Thread Antonio Fortuny
ed before using it. Antonio. -- Antonio Fortuny Senior Software engineer 220, avenue de la Libert L-4602 Niederkorn Tel.: +352 58 00 9

Re: [fpc-pascal] ibase package

2013-11-18 Thread Antonio Fortuny
Le 18/11/2013 12:19, Michael Van Canneyt a crit: On Mon, 18 Nov 2013, Antonio Fortuny wrote: Hi Folks. I'm a little bit annoyed by a boring specification in the fpc package. When in a program

Re: [fpc-pascal] ibase package

2013-11-18 Thread Antonio Fortuny
Le 18/11/2013 13:08, Antonio Fortuny a crit: Le 18/11/2013 12:19, Michael Van Canneyt a crit: On Mon, 18 Nov 2013, Antonio Fortuny wrote: Hi Folks. I'm a little bit

Re: [fpc-pascal] ibase package

2013-11-18 Thread Antonio Fortuny
Le 18/11/2013 13:12, Michael Van Canneyt a crit: On Mon, 18 Nov 2013, Antonio Fortuny wrote: Le 18/11/2013 12:19, Michael Van Canneyt a crit : On Mon, 18 Nov

Re: [fpc-pascal] ibase package

2013-11-18 Thread Antonio Fortuny
client FB librarie. Thans for focusing my attention on this operational problem. Antonio. Regards Tony Whyman MWA Software On 18/11/13 12:11, Antonio Fortuny wrote: Le 18/11/2013 13:08

Re: [fpc-pascal] Pointer to a const char

2013-11-05 Thread Antonio Fortuny
rg/mailman/listinfo/fpc-pascal -- Antonio Fortuny Senior Software engineer 220, avenue de la Libert L-4602 Niederkorn

Re: [fpc-pascal] Efficient String concatenation

2013-10-31 Thread Antonio Fortuny
Hi All. Based upon the code into the post, I've driven a test case: three platforms and Delphi 5, Delphi XE, Lazarus 1.0.12 (FPC 2.6.2) For a comparison purpose, the main specific code has been written in a classical way, using implicit string and the optimized code uses the function result as

Re: [fpc-pascal] Understanding virtual methods

2013-08-20 Thread Antonio Fortuny
Shannon -- Antonio Fortuny Senior Software engineer 220, avenue de la Libert L-4602 Niederkorn Tel.: +352 58 00 93 - 93

Re: [fpc-pascal] Understanding virtual methods

2013-08-20 Thread Antonio Fortuny
, Sven ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal -- Antonio

Re: [fpc-pascal] FPC build 25198

2013-07-31 Thread Antonio Fortuny
Le 31/07/2013 14:14, Jonas Maebe a crit: On 31 Jul 2013, at 14:04, Antonio Fortuny wrote: Compiling ./fcl-net/src/fpsock.pp *fpsock.pp(212,14) Error: Identifier not found "SocketClose"* fps

Re: [fpc-pascal] Dataset.Locate and memo

2013-07-02 Thread Antonio Fortuny
/listinfo/fpc-pascal -- Antonio Fortuny Senior Software engineer 220, avenue de la Libert L-4602 Niederkorn Tel.: +352 58 00 93 - 93

Re: [fpc-pascal] How to save a huge XML?

2013-06-18 Thread Antonio Fortuny
fpc-pascal -- Antonio Fortuny Senior Software engineer 220, avenue de la Liberté L-4602 Niederkorn Tel.: +352 58 00 93 - 93 www.sitas

Re: [fpc-pascal] How to save a huge XML?

2013-06-18 Thread Antonio Fortuny
Le 18/06/2013 15:42, Marcos Douglas a écrit : On Tue, Jun 18, 2013 at 10:32 AM, Michael Van Canneyt mich...@freepascal.org wrote: On Tue, 18 Jun 2013, Marcos Douglas wrote: On Tue, Jun 18, 2013 at 9:39 AM, Antonio Fortuny

Re: [fpc-pascal] Some RTL functions cry big tears when mixing Pchar and Ansistring/String

2013-06-11 Thread Antonio Fortuny
.tralala.com/testudf.php?action="">: position 8 which, obviously looks correct. That's what I expect since more than 15 years (beginning with Delphi and Pos function) Enjoy, Antonio. --

Re: [fpc-pascal] How to use TThread?

2013-04-18 Thread Antonio Fortuny
of the DoExecute is obviously useless our program will execute the procedure Excute only once as there is no loop. Antonio Fortuny Senior Software

[fpc-pascal] TBufDataset error

2013-04-18 Thread Antonio Fortuny
Hi Guys. Got something funny using the TBufDataSet FCL component. One is dropped onto a TForm. I fill in some TFields (double click on the component image) and give them a name, datatype, size. When I try to open I get the funny message:Missing (compatible) underlying dataset, cannot open

Re: [fpc-pascal] TBufDataset error

2013-04-18 Thread Antonio Fortuny
Le 18/04/2013 09:59, Michael Van Canneyt a écrit : You should fill in fielddefs, not TFields. 1. Done. All fields defined in FieldDefs. Link a Datasource to the BufDataset and link a TDBGrid to the Datasource. In the IDE, set BufDataset.Active to true. Grid columns color changes, BufDataset

[fpc-pascal] Fork

2013-03-18 Thread Antonio Fortuny
-- Antonio Fortuny Senior Software engineer 220, avenue de la Libert L-4602 Niederkorn Tel.: +352 58 00 93 - 93 www.sitasoftware.lu

Re: [fpc-pascal] Fork

2013-03-18 Thread Antonio Fortuny
Le 18/03/2013 14:24, Michael Van Canneyt a écrit : On Mon, 18 Mar 2013, Antonio Fortuny wrote: Hi Folks. Where do I use oldlinux from ? Don't use oldlinux. I'd like to use the Fork function but Lazarus tells me IpDaemon.lpr(0,0) Fatal: Can not find unit oldlinux used by IpDaemon

Re: [fpc-pascal] -fPic

2013-01-23 Thread Antonio Fortuny
Le 23/01/2013 09:26, Mattias Gaertner a écrit : Hi, When and where (platform) is -fPic needed for libraries? I need it only for Linux, aka OpenSuse 12.1 x86_64 no need for Win 32-64 At least for one common library used all those OSes Antonio It is for Lazarus' Library template. Mattias

Re: [fpc-pascal] Unhandled exception from library crashes host exe

2012-06-27 Thread Antonio Fortuny
Le 27/06/2012 15:58, kyan a écrit : I am sure that this has been asked before but I couldn't find an answer. I am in the process of porting a large application consisting of an exe and many dlls from Delphi7 to FPC 2.7.1/Lazarus for Windows/WinCE with hopes of being able to finally port it to

Re: [fpc-pascal] Unhandled exception from library crashes host exe

2012-06-27 Thread Antonio Fortuny
Le 27/06/2012 16:14, OBones a écrit : Hello, Regular exceptions, those raised with the raise keyword are always trapped by try..except blocks but you have to make sure that EVERY method in the DLL that is called by the host exe has such a construct so as not to let the exception escape.

Re: [fpc-pascal] Debug information again

2012-06-14 Thread Antonio Fortuny
Hi all again. About this boring problem I have maybe a track. I downloaded the latest Lazarus release (0.9.30 as it is on the main download page from France mirror) and installed it in place of 1.1 It runs FPC 2.6.0 Compile and install needed packages Compile and run the test project and get

[fpc-pascal] Debug information again

2012-06-13 Thread Antonio Fortuny
Hi folks. I've got a serious prblem too with debugger and heaptrc. It look like the one described by *Rainer Stratmann *posted last month. My problem goes around the tracing of memory leaks. I've been busy with Martin on the Lazarus mailing list and he couldn't find why addresses were not