Re: [fpc-devel] International Free Software Forum

2006-04-24 Thread Paul Davidson
Good work and good luck from Canada! On Apr 24, 2006, at 12:44, Felipe Monteiro de Carvalho wrote: Hello, I just arrived from the 7th International Free Software Forum on Porto Alegre - Brazil. A laboratory from the University of São Paulo, where I study, is writing the report for the governa

Re: [fpc-devel] Tiger XCode

2006-04-12 Thread Paul Davidson
2.1.1 and Thanks :) On Apr 12, 2006, at 8:54, Dr. Karl-Michael Schindler wrote: Hi all, i haven't done so. but maybe I'll try during the next days. fpc 2.1.1 or 2.0.2? Am 12.04.2006 um 14:08 schrieb Paul Davidson: The Tiger 10.4.6 OS with XCode 2.2.1 does not seem to work with

Re: [fpc-devel] Tiger XCode

2006-04-12 Thread Paul Davidson
ps. Template PAscal Tool On Apr 12, 2006, at 8:08, Paul Davidson wrote: The Tiger 10.4.6 OS with XCode 2.2.1 does not seem to work with current FPC templates for Mac OS X. Has anyone been able to compile a program using this combination. The default code sample provided abort compilation

[fpc-devel] Tiger XCode

2006-04-12 Thread Paul Davidson
The Tiger 10.4.6 OS with XCode 2.2.1 does not seem to work with current FPC templates for Mac OS X. Has anyone been able to compile a program using this combination. The default code sample provided abort compilation with: Command /bin/sh failed with exit code 1 rm: build/: is a directory /bin

Re: [fpc-devel] thread priority (win32)

2006-04-04 Thread Paul Davidson
IIRC thread priority is not implemented on Darwin, and possibly other FPC platforms On Apr 4, 2006, at 4:53, Пётр Косаревский wrote: Does anyone know, what priority property means? I created two threads (both incremented/decremented the same Int64, it's not recommended behavior, is it the cause?)

Re: [fpc-devel] Type definition

2006-03-04 Thread Paul Davidson
On Sat, 4 Mar 2006 10:24:14 -0500 Paul Davidson <[EMAIL PROTECTED]> wrote: Quite often a type is defined in INTERFACE part, but only used within class/object defined in same unit. 1) This means that type is public. This is not always good thing in OOese. 2) Unit must be specified in child&

[fpc-devel] Type definition

2006-03-04 Thread Paul Davidson
If there compelling reason why type definitions cannot be included in class/object definitions? Make it mode FPC to keep folks happy :) Quite often a type is defined in INTERFACE part, but only used within class/object defined in same unit. 1) This means that type is public. This is not alway

Re: [fpc-devel] PR: Advocates needed

2006-01-19 Thread Paul Davidson
On Jan 19, 2006, at 11:06, Florian Klaempfl wrote: Daniël Mantione wrote: Hello, Check this... http://software.newsforge.com/article.pl?sid=06/01/09/1647217 ... huge accounting program. Formerly propietary, now GPL, that is in need from porting from Delphi to Free Pascal to become true f

[fpc-devel] Sun

2006-01-18 Thread Paul Davidson
Who is handling SPARC development? P Davidson http://CoraxNetworks.com ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] Re: Cryptography class nedded ?

2005-11-18 Thread Paul Davidson
Thanks :) On Nov 18, 2005, at 10:12, Jeff Pohlmeyer wrote: Did some work getting SSL working for FPC. Attached is unit that exposes most of the functions required. Tested with Darwin and Linux. What about putting it in packages/extra? OpenSSL is quite common. Just for kicks, I tried

Re: [fpc-devel] Cryptography class nedded ?

2005-11-17 Thread Paul Davidson
Will alter the unit, and submit it tomorrow :) Thanks On Nov 17, 2005, at 16:06, Florian Klaempfl wrote: Paul Davidson wrote: Did some work getting SSL working for FPC. Attached is unit that exposes most of the functions required. Tested with Darwin and Linux. What about putting it in

[fpc-devel] Inline

2005-11-09 Thread Paul Davidson
Noticed that Procedure fpc_AnsiStr_Decr_Ref (Var S : Pointer); is not inlined. Tried it and it seems to work. P Davidson http://CoraxNetworks.com ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fp

Re: [fpc-devel] File locations

2005-11-08 Thread Paul Davidson
Thank you Michael On Nov 8, 2005, at 14:16, Michael Van Canneyt wrote: This is correct. Revision 1698 contains this fix. The behaviour is now: - If -o contains a path, it overrides any previous -FE. If -o does not contain a path, it leaves any -FE setting intact. - If -FE is specified after

[fpc-devel] File locations

2005-11-08 Thread Paul Davidson
Latest (more or less) versions of 2.1.1 and 2.0.1 seems to have changed file locations for generated files. This breaks the FPC XCode integration kit. P Davidson http://CoraxNetworks.com ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http

Re: [fpc-devel] Darwin make failure

2005-09-23 Thread Paul Davidson
Trashed and rebuild from fresh svn. All is well. Error may have been permissions corruption? Thanks Jonas :) On Sep 23, 2005, at 8:13, Paul Davidson wrote: fpc/compiler/powerpc/units/powerpc-darwin does exist. On Sep 23, 2005, at 7:10, Jonas Maebe wrote: On 23 sep 2005, at 13:04

Re: [fpc-devel] Darwin make failure

2005-09-23 Thread Paul Davidson
fpc/compiler/powerpc/units/powerpc-darwin does exist. On Sep 23, 2005, at 7:10, Jonas Maebe wrote: On 23 sep 2005, at 13:04, Paul Davidson wrote: Darwin. Checked out revision 1162. cutils.pas(1203) Error: Can't create assembler file: powerpc/units/powerpc-darwin/cutils.s cutil

[fpc-devel] Darwin make failure

2005-09-23 Thread Paul Davidson
Darwin. Checked out revision 1162. cutils.pas(1203) Error: Can't create assembler file: powerpc/units/powerpc-darwin/cutils.s cutils.pas(36,17) Fatal: There were 1 errors compiling module, stopping cutils.pas(157,19) Fatal: Compilation aborted make[5]: *** [ppcppc] Error 1 P Davidson Corax Ne