Re: [fpc-pascal] Looking for a Firebird book?

2008-04-09 Thread afpTeam
>On 09/04/2008, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: My point of view is that a database is for storage, not for logic... From: "Graeme Geldenhuys Wednesday, April 09, 2008 3:35 PM A very logical assumption. ;-) And one I fully agree with. Use the correct tool for the job, hence t

Re: [fpc-pascal] can we have fpc's doc in chm format?

2007-12-06 Thread afpTeam
Nice. Thank you. - Original Message - From: "Marco van de Voort" <[EMAIL PROTECTED]> Subject: Re: [fpc-pascal] can we have fpc's doc in chm format? > For > everyone who is interested, fpc docs in chm format can be downloaded > at: > http://www.esnips.com/doc/04496e39-6105-423d-b57

Re: [fpc-pascal] PIC returns in 2.4?

2007-11-18 Thread afpTeam
[EMAIL PROTECTED] schrieb: Hi, Currently the FAQ shows Position Independent Code generation is "currently broken" in the creation of shared libraries, (Future Plans shows 2.4 working to recover it). I tried to search the web site but the search system gives an error right now. Please, what ver

Re: Re: [fpc-pascal] errno codes fpOpen

2007-11-09 Thread afpTeam
On 08 Nov 2007, at 20:43, afpTeam wrote: I'm maybe lost in the doc searches, but is there a reference explaining the extended err codes for fpOpen and friends? I could not find one. They are documented in the man pages of the *nix functions you are calling (man open), and the a

[fpc-pascal] errno codes fpOpen

2007-11-08 Thread afpTeam
Hi, I'm maybe lost in the doc searches, but is there a reference explaining the extended err codes for fpOpen and friends? I could not find one. The effort is a Linux/Pentium fifo read by cgi but fails to read a piped fifo built with RW permission / shared. cgi: Program pipe_read; uses BaseUni

[fpc-pascal] Threaded file access contention - Windows

2007-03-27 Thread afpTeam
Hi, I'm writing a console Client/Server that will run on Win98 through XP using thread managed Lnet in objfpc mode . It has a couple of ASCII text files that it writes to internally and reads from depending upon external client requests. The client requests are callback based from the arriv

[fpc-pascal] String passing parameters DLL-DLL

2006-09-20 Thread afpTeam
Hi, I've come back to the list still looking for some advice on the best approach to handling strings as parameters being passed byRef out and back into an FPC DLL, talking to a win32 gui based DLL that wants AsciiZ strings. Looking at how much automation FPC does with typecasting, I've tried

Re: [fpc-pascal] Delphi ShareMem -DLL-pchar

2006-09-05 Thread afpTeam
- Original Message - From: "Matt Emson" <[EMAIL PROTECTED]> To: "afpTeam" <[EMAIL PROTECTED]>; "FPC-Pascal users discussions" Sent: Tuesday, September 05, 2006 7:45 PM Subject: Re: [fpc-pascal] Delphi ShareMem -DLL-pchar Can anyone commen

[fpc-pascal] Delphi ShareMem -DLL-pchar

2006-09-05 Thread afpTeam
Hi, Can anyone comment on the Delphi unit "ShareMem" and if FPC ever did any work to incorporate what this Delphi unit is doing for DLL shared memory managment? I'm looking so far, at the docs on creating a memory manager, and at the strings unit, which has some pchar utilities in it. This

Re: [fpc-pascal] AsciiZ confusion

2006-08-31 Thread afpTeam
- Original Message - From: "Matt Emson" <[EMAIL PROTECTED]> To: "afpTeam" <[EMAIL PROTECTED]>; "FPC-Pascal users discussions" Sent: Thursday, August 31, 2006 2:57 PM Subject: Re: [fpc-pascal] AsciiZ confusion As noted, the Delphi Progra

Fw: [fpc-pascal] AsciiZ confusion

2006-08-31 Thread afpTeam
Let me remove some comments(sorry) Hi, Sorry this is a long message, but hard to explain. I have a DLL I wrote in FreePascal 2.0.2, which is communicating between a Delphi program and a PowerBasic Dll, like follows... PBdll exports PBSub ByRef as AsciiZ <> MyFreePascall_DLL <> Delph

[fpc-pascal] AsciiZ confusion

2006-08-31 Thread afpTeam
Hi, Sorry this is a long message, but hard to explain. I have a DLL I wrote in FreePascal 2.0.2, which is communicating between a Delphi program and a PowerBasic Dll, like follows... PBdll exports PBSub ByRef as AsciiZ <> MyFreePascall_DLL <> DelphiDLLstubByRef_Variants As noted, the De