Michal Wallace wrote:
The database of contributed pascal code seems to have disappeared:
http://www.freepascal.org/contrib/db.php3
Anyone know where it went, or how to get it back? :)
It's on http://www.freepascal.org/contrib/contribs.html now. But some
pages may still contain old links, se
The database of contributed pascal code seems to have disappeared:
http://www.freepascal.org/contrib/db.php3
Anyone know where it went, or how to get it back? :)
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org
Mmm... love it
--
View this message in context:
http://free-pascal-general.1045716.n5.nabble.com/Feature-announcement-Type-helpers-tp5712735p5712742.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.
___
fpc-pascal maillist
Il 04/02/2013 15:39, Mattias Gaertner ha scritto:
The Lazarus team is glad to announce the release of Lazarus 1.0.6.
Whoever is interested may download a more broadly compatible version of
the rpm's from:
http://www.bononiadocta.it/Lazarus/
They're repackaged in order to be compatible with RH
Juha Manninen wrote:
On Wed, Feb 6, 2013 at 10:40 AM, Jeppe Græsdal Johansen
wrote:
function TPNGProcessor.SwapLong( const aValue: Cardinal ): Cardinal;
begin
result := BeToN(aValue);
end;
Thanks, it works!
There are so many functions in FPC libraries which I don't know
anything about. Thi
Am 06.02.2013 11:01, schrieb Juha Manninen:
On Wed, Feb 6, 2013 at 10:40 AM, Jeppe Græsdal Johansen
wrote:
function TPNGProcessor.SwapLong( const aValue: Cardinal ): Cardinal;
begin
result := BeToN(aValue);
end;
Thanks, it works!
There are so many functions in FPC libraries which I don't k
On Wed, 6 Feb 2013, Sven Barth wrote:
Hello Free Pascal community!
I'm pleased to announce the addition of type helpers which extend the
existing helper concept with the ability to extend primitive types.
Haha, finally after 7 years of waiting we catch up with Morfik...
Thank you very muc
On Wed, Feb 6, 2013 at 10:40 AM, Jeppe Græsdal Johansen
wrote:
> function TPNGProcessor.SwapLong( const aValue: Cardinal ): Cardinal;
> begin
>result := BeToN(aValue);
> end;
Thanks, it works!
There are so many functions in FPC libraries which I don't know
anything about. This was one of them
On Wed, Feb 6, 2013 at 10:40 AM, Vincent Snijders
wrote:
> 2013/2/6 Juha Manninen :
>> I read that bswap is used for converting big-endian (Intel) format to
>> little-endian (Motorolla etc.) format.
>> However this a an old Delphi app, Win32 only.
>
> I am confused. Intel i386 is little endian. Mo
Hello Free Pascal community!
I'm pleased to announce the addition of type helpers which extend the
existing helper concept with the ability to extend primitive types.
Motivation:
With class and record helpers the possibility was created to extend
classes and records with types without subcla
On Wed, 6 Feb 2013, Frank Church wrote:
On 6 February 2013 09:07, Michael Van Canneyt wrote:
On Wed, 6 Feb 2013, Frank Church wrote:
When I try to set a property using a function I get the error:
form001.pas(28,64) Error: Illegal symbol for property access
form001.pas(34,1) Fatal: There
On 6 February 2013 09:07, Michael Van Canneyt wrote:
>
>
> On Wed, 6 Feb 2013, Frank Church wrote:
>
>> When I try to set a property using a function I get the error:
>>
>> form001.pas(28,64) Error: Illegal symbol for property access
>> form001.pas(34,1) Fatal: There were 1 errors compiling module
On Wed, 6 Feb 2013, Frank Church wrote:
When I try to set a property using a function I get the error:
form001.pas(28,64) Error: Illegal symbol for property access
form001.pas(34,1) Fatal: There were 1 errors compiling module, stopping
Is there something about properties that prevent them fr
When I try to set a property using a function I get the error:
form001.pas(28,64) Error: Illegal symbol for property access
form001.pas(34,1) Fatal: There were 1 errors compiling module, stopping
Is there something about properties that prevent them from being set
by a function?
I can call a fun
function TPNGProcessor.SwapLong( const aValue: Cardinal ): Cardinal;
begin
result := BeToN(aValue);
end;
Den 06-02-2013 09:25, Juha Manninen skrev:
A Delphi project "DeleD 3-D" which I try to convert, has
unit_PNGSupport with method:
function TPNGProcessor.SwapLong( const aValue: Cardinal )
2013/2/6 Juha Manninen :
> I read that bswap is used for converting big-endian (Intel) format to
> little-endian (Motorolla etc.) format.
> However this a an old Delphi app, Win32 only.
I am confused. Intel i386 is little endian. Motorola Powerpc is big endian.
Vincent
___
16 matches
Mail list logo