Re: [fpc-pascal] x86_64-win64

2006-04-20 Thread Bisma Jayadi
People following the svn changes recently might have noticed that a lot of changes regarding win64 happened. So we're proud to announce the first x86_64-win64 snapshot which is also probably the first available OSS compiler for win64. Is there any publication page about this, on the wiki or fpc

Re: [fpc-pascal] x86_64-win64

2006-04-20 Thread Florian Klaempfl
constantijnw wrote: > Florian Klaempfl wrote: >> constantijnw wrote: >> >>> Michael Van Canneyt wrote: >>> > http://www.freepascal.org/wiki/index.php/Writing_portable_code_regarding_the_processor_architecture#32_Bit_vs._64_Bit > > > And of course the document

Re: [fpc-pascal] x86_64-win64

2006-04-20 Thread constantijnw
Florian Klaempfl wrote: constantijnw wrote: Michael Van Canneyt wrote: http://www.freepascal.org/wiki/index.php/Writing_portable_code_regarding_the_processor_architecture#32_Bit_vs._64_Bit And of course the documentation: http://www.freepascal.org/docs-html/prog/prog.ht

Re: [fpc-pascal] x86_64-win64

2006-04-20 Thread Florian Klaempfl
constantijnw wrote: > Michael Van Canneyt wrote: >> >>> http://www.freepascal.org/wiki/index.php/Writing_portable_code_regarding_the_processor_architecture#32_Bit_vs._64_Bit >>> >>> >> >> And of course the documentation: >> >> http://www.freepascal.org/docs-html/prog/prog.html >> >> more speci

Re: [fpc-pascal] x86_64-win64

2006-04-20 Thread constantijnw
Michael Van Canneyt wrote: http://www.freepascal.org/wiki/index.php/Writing_portable_code_regarding_the_processor_architecture#32_Bit_vs._64_Bit And of course the documentation: http://www.freepascal.org/docs-html/prog/prog.html more specifically: http://www.freepascal.org/docs-html/p

Re: [fpc-pascal] x86_64-win64

2006-04-20 Thread Michael Van Canneyt
On Thu, 20 Apr 2006, Florian Klaempfl wrote: > constantijnw wrote: > > Florian Klaempfl wrote: > >> constantijnw wrote: > >> > >>> Congratulations! Is a new compiler define planned which distinguishes > >>> between 32 and 64 bits, irrespective of the os targeted? > >>> > >> > >> What do y

Re: [fpc-pascal] x86_64-win64

2006-04-20 Thread Florian Klaempfl
constantijnw wrote: > Florian Klaempfl wrote: >> constantijnw wrote: >> >>> Congratulations! Is a new compiler define planned which distinguishes >>> between 32 and 64 bits, irrespective of the os targeted? >>> >> >> What do you mean with this? >>

Re: [fpc-pascal] x86_64-win64

2006-04-20 Thread constantijnw
Florian Klaempfl wrote: constantijnw wrote: Congratulations! Is a new compiler define planned which distinguishes between 32 and 64 bits, irrespective of the os targeted? What do you mean with this? ___ fpc-pascal maillist - fpc-pascal@list

Re: [fpc-pascal] x86_64-win64

2006-04-20 Thread Florian Klaempfl
constantijnw wrote: > Congratulations! Is a new compiler define planned which distinguishes > between 32 and 64 bits, irrespective of the os targeted? What do you mean with this? ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.fr

Re: [fpc-pascal] x86_64-win64

2006-04-20 Thread constantijnw
Congratulations! Is a new compiler define planned which distinguishes between 32 and 64 bits, irrespective of the os targeted? ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: x86_64-win64 [fpc-pascal]

2006-04-20 Thread Florian Klaempfl
Eugene Mayevski wrote: > FK> It is far from being ready for production use, but for first tests it > should > FK> be > FK> usefull. > > What are the main issues to be aware of when building the code with this > version? Unknown yet, that's why this snapshot is available: to find out these issues

Re: x86_64-win64 [fpc-pascal]

2006-04-20 Thread Eugene Mayevski
Hello! You (Florian Klaempfl [mailto:[EMAIL PROTECTED]) wrote about "[fpc-pascal] x86_64-win64" on mm/dd/ at hh:nn: FK> People following the svn changes recently might have noticed that a lot of FK> changes regarding win64 happened. So we're proud to announce the first FK> x86_64-win64 snapsho

[fpc-pascal] x86_64-win64

2006-04-20 Thread Florian Klaempfl
People following the svn changes recently might have noticed that a lot of changes regarding win64 happened. So we're proud to announce the first x86_64-win64 snapshot which is also probably the first available OSS compiler for win64. ftp://ftpmaster.freepascal.org/pub/fpc/snapshot/v21/x86_64-win6

Re: [fpc-pascal] Recursive unit/include search path

2006-04-20 Thread L505
> -Fu/home/fpc/packages/base/*/units/$fpctarget > > Recursive is too error prone and therefor not usefull thanx to all who replied, that's what I was looking for, not true recursive, just wildcards ___ fpc-pascal maillist - fpc-pascal@lists.freepasca

Re: [fpc-pascal] Division by Zero - not raised exception

2006-04-20 Thread Alexandre Leclerc
2006/4/20, Vinzent Hoefler <[EMAIL PROTECTED]>: > On Wednesday 19 April 2006 16:32, L505 wrote: > > > I didn't say pure pascal programmers with no other skills. > > Of course you didn't say *that*. But it still sounds like you are very > focused on language skills. Language skills are much less imp

Re: [fpc-pascal] Division by Zero - not raised exception

2006-04-20 Thread Vinzent Hoefler
On Wednesday 19 April 2006 16:32, L505 wrote: > I didn't say pure pascal programmers with no other skills. Of course you didn't say *that*. But it still sounds like you are very focused on language skills. Language skills are much less important than people usually think. > most > pascal progr

Re: [fpc-pascal] hot pass $LCL_PLATFORM to fpc.cfg from command line

2006-04-20 Thread Michael Van Canneyt
On Thu, 20 Apr 2006, darekM wrote: Hi I want to pass directive from command line to fpc.cfg in fpc.cfg I have something like this -Fu/home/me/project1/units/$LCL_PLATFORM and I want to compile my program form command line fpc -dRELEASE myprogram how setup $LCL_PLATFORM in bash: LCL_

[fpc-pascal] hot pass $LCL_PLATFORM to fpc.cfg from command line

2006-04-20 Thread darekM
Hi I want to pass directive from command line to fpc.cfg in fpc.cfg I have something like this -Fu/home/me/project1/units/$LCL_PLATFORM and I want to compile my program form command line fpc -dRELEASE myprogram how setup $LCL_PLATFORM Darek _

Re: [fpc-pascal] Recursive unit search path

2006-04-20 Thread Jonas Maebe
On 20 apr 2006, at 01:56, L wrote: -Fu/home/me/project1/units/*.* No such thing for FPC, right? Recursive units searches? Have a look at the standard /etc/fpc.cfg and you'll see things like -Fu/usr/local/lib/fpc/$fpcversion/units/$fpctarget -Fu/usr/local/lib/fpc/$fpcversion/units/$fpctarget

Re: [fpc-pascal]size/speed/compiler - Was:another fpc RAD: MSEide

2006-04-20 Thread Michael Van Canneyt
On Thu, 20 Apr 2006, Jeff Miller wrote: 3. speed - not a big deal. Hardware cheap enough. Speed definitely does matter for some apps: application servers, database servers etc. So you can't generalize this. I'll have to agree with the second comment, not the first. I use fpc for statis