Re: [fpc-pascal] x86_64 Illegal FPU type

2008-08-27 Thread Florian Klaempfl
Isaac Gouy wrote: > --- Florian Klaempfl <[EMAIL PROTECTED]> wrote: > >> Isaac Gouy schrieb: >>> Suggestions please on what I've done wrong here >>> >>> > http://shootout.alioth.debian.org/u64q/benchmark.php?test=mandelbrot&lang=fpascal&id=3#log >>> > http://shootout.alioth.debian.org/u64q/benchma

Re: [fpc-pascal] fpc 2.2.2 failed to compile extpascal

2008-08-27 Thread Bee
I'm not sure what anyone can do for you except for trying to debug the problem themselves. strace (or rather ktrace under Mac OS X 10.4.x, and dtruss under Mac OS X 10.5.x) won't help at all if you indeed deleted all units. You can also just as well look in the output of that as anyone else to

Re: [fpc-pascal] x86_64 Illegal FPU type

2008-08-27 Thread Isaac Gouy
--- Florian Klaempfl <[EMAIL PROTECTED]> wrote: > Isaac Gouy schrieb: > > Suggestions please on what I've done wrong here > > > > > http://shootout.alioth.debian.org/u64q/benchmark.php?test=mandelbrot&lang=fpascal&id=3#log > > > > > http://shootout.alioth.debian.org/u64q/benchmark.php?test=mete

Re: [fpc-pascal] Mac OS X api cals

2008-08-27 Thread Jonas Maebe
On 27 Aug 2008, at 23:01, Damien Gerard wrote: Le Aug 26, 2008 à 3:49 PM, Paul a écrit : i want to port one of my Delphi applications to Mac OS X. Before I start (don't even have a Mac yet), I need to know if it's possible at all. It's a client side part of a remote admin program. For this

Re: [fpc-pascal] How do I add a TComponent to TPanel dynamically?

2008-08-27 Thread Danie
Hi Micheal On Wo, 2008-08-27 at 14:52 +0100, Michael Green wrote: > Hi Danie, > > Other than what was pointed out with create/destroy, wouldn't it create > a memory leak with the NEW? > > procedure TForm1.Button1Click(Sender: TObject); > > begin > > if pTopCV = nil > > then begin > >

Re: [fpc-pascal] Mac OS X api cals

2008-08-27 Thread Damien Gerard
Le Aug 26, 2008 à 3:49 PM, Paul a écrit : Hi, i want to port one of my Delphi applications to Mac OS X. Before I start (don't even have a Mac yet), I need to know if it's possible at all. It's a client side part of a remote admin program. For this program, I need to control the system and g

Re: [fpc-pascal] Re: Socket library for Mac OS X

2008-08-27 Thread Jonas Maebe
On 27 Aug 2008, at 19:50, Paul wrote: I don't have a Mac yet :-( I'm just investigating what my options are before I start the development. I've asked some questions on Mac programmers forums, but they're all fanatics. Only a Mac is good and Windows and Linux sucks. You can find similar

Re: [fpc-pascal] Re: Socket library for Mac OS X

2008-08-27 Thread Michael Van Canneyt
On Wed, 27 Aug 2008, Paul wrote: > I don't have a Mac yet :-( > I'm just investigating what my options are before I start the development. > I've asked some questions on Mac programmers forums, but they're all fanatics. > Only a Mac is good and Windows and Linux sucks. > For development, only Xc

Re: [fpc-pascal] fpc 2.2.2 failed to compile extpascal

2008-08-27 Thread Jonas Maebe
On 27 Aug 2008, at 14:18, Bee wrote: I'm on MacOS X 10.5.2 Intel. I got FPC 2.3.1 (SVN) and 2.2.2 installed. I'd like to revert my local SVN to the working revision, but I forget which revision I should refer. I had updated my svn, both for fpc and extpascal, to revision that I'm sure it

Re: [fpc-pascal] string variant

2008-08-27 Thread Jonas Maebe
On 27 Aug 2008, at 07:16, ik wrote: I've made the following example: program test_variant; uses variatns; var my_var : Variant; begin my_var := 'Hello World'; writeln(my_var); end. The result is Fatal: illegal character "'�'" ($E2) The program compiles fine here after I change "variatns"

Re: [fpc-pascal] Re: Strange Floating Point Exception problem

2008-08-27 Thread Alan Krause
Tom, I have some experience with FPEs under Delphi, and what I came to learn is that most of the time, the exception occurs somewhere before what is reported, due to "Imprecise Trapping Modes". In short, "this means the hardware can detect a floating-point exception and deliver an interrupt, but p

[fpc-pascal] Mac OS X api cals

2008-08-27 Thread Paul
Hi, i want to port one of my Delphi applications to Mac OS X. Before I start (don't even have a Mac yet), I need to know if it's possible at all. It's a client side part of a remote admin program. For this program, I need to control the system and get info about the system like: - check if user

Re: [fpc-pascal] Re: Socket library for Mac OS X

2008-08-27 Thread Marco van de Voort
> I already checked it, but the website says Windows and Linux only There is also indy (10). http://wiki.freepascal.org/Indy_with_Lazarus http://www.indyproject.org/Sockets/fpc/index.EN.aspx IIRC it worked fine on my ppc mac. I don't know if it has been tested on an intel one. _

Re: [fpc-pascal] Re: Socket library for Mac OS X

2008-08-27 Thread Paul
I don't have a Mac yet :-( I'm just investigating what my options are before I start the development. I've asked some questions on Mac programmers forums, but they're all fanatics. Only a Mac is good and Windows and Linux sucks. For development, only Xcode/Cocoa is good. When I asked them some s

Re: [fpc-pascal] x86_64 Illegal FPU type

2008-08-27 Thread Florian Klaempfl
Isaac Gouy schrieb: Suggestions please on what I've done wrong here http://shootout.alioth.debian.org/u64q/benchmark.php?test=mandelbrot&lang=fpascal&id=3#log http://shootout.alioth.debian.org/u64q/benchmark.php?test=meteor&lang=fpascal&id=1#log x86-64 needs no sse2 as fpu type, it uses sse2

Re: [fpc-pascal] Re: Socket library for Mac OS X

2008-08-27 Thread Michael Van Canneyt
On Wed, 27 Aug 2008, Paul wrote: > Hi Michael, > > > It works on Mac OS X as well. It just needs a C compatible library. > I never used synapse before (only ICS with Delphi), so I don't know exactly > what you mean with "a C compatible library" > Where can I find it ? It should be present on y

[fpc-pascal] x86_64 Illegal FPU type

2008-08-27 Thread Isaac Gouy
Suggestions please on what I've done wrong here http://shootout.alioth.debian.org/u64q/benchmark.php?test=mandelbrot&lang=fpascal&id=3#log http://shootout.alioth.debian.org/u64q/benchmark.php?test=meteor&lang=fpascal&id=1#log ___ fpc-pascal mai

Re: [fpc-pascal] Re: Socket library for Mac OS X

2008-08-27 Thread Paul
Hi Michael, It works on Mac OS X as well. It just needs a C compatible library. I never used synapse before (only ICS with Delphi), so I don't know exactly what you mean with "a C compatible library" Where can I find it ? Paul ___ fpc-pascal maill

Re: [fpc-pascal] Socket library for Mac OS X

2008-08-27 Thread Paul
Thanks Damien, never heared of it but looks good thanks, Paul - Original Message - From: "Damien Gerard" <[EMAIL PROTECTED]> To: "FPC-Pascal users discussions" Sent: Wednesday, August 27, 2008 7:17 PM Subject: Re: [fpc-pascal] Socket library for Mac OS X Le Aug 27, 2008 à 1:06 P

Re: [fpc-pascal] Re: Socket library for Mac OS X

2008-08-27 Thread Michael Van Canneyt
On Wed, 27 Aug 2008, Paul wrote: > Hi Tobias, > > I already checked it, but the website says Windows and Linux only It works on Mac OS X as well. It just needs a C compatible library. Michael. > > > Paul > > > > - Original Message - From: "Tobias Giesen" > <[EMAIL PROTECTED]>

Re: [fpc-pascal] Socket library for Mac OS X

2008-08-27 Thread Damien Gerard
Le Aug 27, 2008 à 1:06 PM, Paul a écrit : Are there any socket library's available for Mac OSX with FPC? I need Https communication TIA lNet works very well on OS X, and I prefer it instead of Synapse (http://lnet.wordpress.com/blog/ ) -- Damien Gerard [EMAIL PROTECTED] Si ces robot

Re: [fpc-pascal] Re: Socket library for Mac OS X

2008-08-27 Thread Paul
Hi Tobias, I already checked it, but the website says Windows and Linux only Paul - Original Message - From: "Tobias Giesen" <[EMAIL PROTECTED]> To: "FPC-Pascal users discussions" Sent: Wednesday, August 27, 2008 6:23 PM Subject: [fpc-pascal] Re: Socket library for Mac OS X Hel

[fpc-pascal] Re: Socket library for Mac OS X

2008-08-27 Thread Tobias Giesen
Hello, Synapse works extremely well with maybe only 1 change due to an undefined symbol at compile time, which can be defined as 0. http://synapse.ararat.cz/doku.php Cheers, Tobias http://www.superflexible.com ___ fpc-pascal maillist - fpc-pascal@

Re: [fpc-pascal] How do I add a TComponent to TPanel dynamically?

2008-08-27 Thread Michael Green
Hi Danie, Other than what was pointed out with create/destroy, wouldn't it create a memory leak with the NEW? procedure TForm1.Button1Click(Sender: TObject); begin if pTopCV = nil then begin NEW( pTopCV ); pTopCV^ := TControlVolume.Create(PanelDraft); Instead, simply do

Re: [fpc-pascal] fpc 2.2.2 failed to compile extpascal

2008-08-27 Thread Bee
I'm on MacOS X 10.5.2 Intel. I got FPC 2.3.1 (SVN) and 2.2.2 installed. I'd like to revert my local SVN to the working revision, but I forget which revision I should refer. I had updated my svn, both for fpc and extpascal, to revision that I'm sure it should work. It's based on the date of lat

[fpc-pascal] Socket library for Mac OS X

2008-08-27 Thread Paul
Are there any socket library's available for Mac OSX with FPC? I need Https communication TIA Paul ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal