Re: Performance Bottlenecks
- From: A Programmer <youdontneedtoknow@xxxxxxxxxxx>
- Date: Sat, 29 Oct 2005 20:24:51 -0500
It will help. The major problem though to get around for D3 is that
there's no such critter as Int64. D3 is still very Borland Pascal
legacy in that way. D3 does support DWord, but you need the Windows
unit for that to happen (at a huge cost of memory and exec size).
I can always post lists of compiler errors if people are interested in
a "legacy D3" support.
On Sat, 29 Oct 2005 22:06:26 +0200, "Anders Isaksson"
<blockcad@xxxxxxxxxxxxxxx> wrote:
>A Programmer wrote:
>> It depends on whether I can make them work with Delphi 3 or not.
>
>Maybe you can get some help from the D5Support.pas I wrote, that is used at
>least in the IntToStr B&V. In that file I've collected defines and
>declarations of some of the things that are missing in D5. I suspect that
>the same things are missing in D3 :-)
>
>Maybe we should rename that file to 'LegacySupport.pas' and add D3 specific
>defines and declarations too when we find them?
>
>As for the contest/library functions you will have problems with many of the
>assembler functions (later versions of Delphi add a lot of mnemonics which
>are not availabel in our old beasts), plain Pascal versions should not be
>impossible to get working under D3.
.
- References:
- Performance Bottlenecks
- From: A Programmer
- Re: Performance Bottlenecks
- From: Lars G
- Re: Performance Bottlenecks
- From: A Programmer
- Re: Performance Bottlenecks
- From: Anders Isaksson
- Performance Bottlenecks
- Prev by Date: Fastcode Sort Criteria - Number of records?
- Next by Date: Re: FastCode MM B&V 0.54
- Previous by thread: Re: Performance Bottlenecks
- Next by thread: memorymanager/fastmm question/suggestion
- Index(es):
Relevant Pages
|