Re: Does Fast Code units compile in D5 Standard ?
- From: Nicholas Sherlock <N_sherlock@xxxxxxxxxxx>
- Date: Sun, 28 Aug 2005 14:24:42 +1200
bill wrote:
I have D5 Standard and the D5 compatible units for FastcodeCPUID.pas and FastMove.pas. but I still get 'Undeclared identifier' compile errors for PInteger, PByte, PIntegerArray, etc. in FastcodeAnsiStringReplace and others.
These types are simple to declare:
Types PIyte=^byte; PInteger=^integer; PIntegerArray=^array[0..0] of integer; (Or possibly ^array of integer).
etc.. etc..
Cheers, Nicholas Sherlock .
- Follow-Ups:
- Re: Does Fast Code units compile in D5 Standard ?
- From: Anders Isaksson
- Re: Does Fast Code units compile in D5 Standard ?
- References:
- Prev by Date: Does Fast Code units compile in D5 Standard ?
- Next by Date: Re: FastCode - IntToStr B&V v0.12
- Previous by thread: Does Fast Code units compile in D5 Standard ?
- Next by thread: Re: Does Fast Code units compile in D5 Standard ?
- Index(es):
Relevant Pages
|