Re: Performance Bottlenecks
- From: "Anders Isaksson" <blockcad@xxxxxxxxxxxxxxx>
- Date: Sat, 29 Oct 2005 22:06:26 +0200
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.
--
Anders Isaksson, Sweden
BlockCAD: http://web.telia.com/~u16122508/proglego.htm
Gallery: http://web.telia.com/~u16122508/gallery/index.htm
.
- Follow-Ups:
- Re: Performance Bottlenecks
- From: A Programmer
- Re: Performance Bottlenecks
- References:
- Performance Bottlenecks
- From: A Programmer
- Re: Performance Bottlenecks
- From: Lars G
- Re: Performance Bottlenecks
- From: A Programmer
- Performance Bottlenecks
- Prev by Date: Re: Fastcode RoundTo replacement
- Next by Date: Re: memorymanager/fastmm question/suggestion
- Previous by thread: Re: Performance Bottlenecks
- Next by thread: Re: Performance Bottlenecks
- Index(es):
Relevant Pages
|