Re: [fpc-devel] Function variables and overload

2005-07-02 Thread Hans-Peter Diettrich
Bram Kuijvenhoven wrote: function MyOverloadedFunc:boolean; alias MyOverLoadedFuncNoParams; function MyOverloadedFunc(i:integer):boolean; alias MyOverLoadedFuncInt; Another note is that the 'alias' keyword might already be in use for some other purpose (I don't exactly remember which), so

Re: [fpc-devel] AR problem

2005-07-02 Thread Yury Sidorov
FPC can not create smartlink library under Windows host using AR from cross-binutils for arm-wince-pe, because AR refuses to accept \ dir separator when mask symbol * is specified. Any AR compiled under cygwin has this issue. How to solve this issue? Maybe some of our mingw experts can

Re: [fpc-devel] AR problem

2005-07-02 Thread Florian Klaempfl
Yury Sidorov wrote: FPC can not create smartlink library under Windows host using AR from cross-binutils for arm-wince-pe, because AR refuses to accept \ dir separator when mask symbol * is specified. Any AR compiled under cygwin has this issue. How to solve this issue? Maybe some of our

Re: [fpc-devel] Function variables and overload

2005-07-02 Thread Gerhard Scholz
... Bram Kuijvenhoven wrote: function MyOverloadedFunc:boolean; alias MyOverLoadedFuncNoParams; function MyOverloadedFunc(i:integer):boolean; alias MyOverLoadedFuncInt; Another note is that the 'alias' keyword might already be in use for some other purpose (I don't exactly remember

Re: [fpc-devel] concernig Bug Id 4145: Request for Bit-level packing in MacPas mode

2005-07-02 Thread Gerhard Scholz
-Ursprüngliche Nachricht- Von: Adriaan van Os [EMAIL PROTECTED] An: FPC developers' list fpc-devel@lists.freepascal.org Gesendet: Samstag, 2. Juli 2005 04:01 Jonas Maebe wrote: Gerhard Scholz wrote: if really someone does this, it would be nice to have it in standard (FPC)

Re: [fpc-devel] Function variables and overload

2005-07-02 Thread Peter Vreman
At 22:45 1-7-2005, you wrote: Peter Vreman wrote: Would it be possible to get something like L.Sort(@ICmp(PBigInt,PBigInt)); in case ICmp is overloaded? If we could add the parameter types, there would be no more ambiguity, the compiler would There is ambiguity with a normal call to the