Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Feb : Indy 10 Dev Snap -- Where is IdStreamRandomAccess.pas?
| Subject: | Indy 10 Dev Snap -- Where is IdStreamRandomAccess.pas? |
| Posted by: | "Bear" (be..@nobody.com) |
| Date: | Sat, 24 Feb 2007 19:42:42 |
Hi,
I just downloaded Indy 10 Dev Snap,
when compiling IndySystem110.dpk, find there is no
IdStreamRandomAccess.pas in the system directory.
Is is a error of the DPK file? (See below)
Bear
===========================
package IndySystem110;
{$R *.res}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS ON}
{$RANGECHECKS ON}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Indy 10 System'}
{$RUNONLY}
{$IMPLICITBUILD OFF}
requires
rtl;
contains
IdAntiFreezeBase in 'IdAntiFreezeBase.pas',
IdBaseComponent in 'IdBaseComponent.pas',
IdComponent in 'IdComponent.pas',
IdException in 'IdException.pas',
IdGlobal in 'IdGlobal.pas',
IdResourceStrings in 'IdResourceStrings.pas',
IdStack in 'IdStack.pas',
IdStackBSDBase in 'IdStackBSDBase.pas',
IdStackConsts in 'IdStackConsts.pas',
IdStackWindows in 'IdStackWindows.pas',
IdStream in 'IdStream.pas',
IdStreamRandomAccess in 'IdStreamRandomAccess.pas', //<---- LOOK HERE,
file not found
IdStreamVCL in 'IdStreamVCL.pas',
IdStreamVCLBase in 'IdStreamVCLBase.pas',
IdStreamVCLWin32 in 'IdStreamVCLWin32.pas',
IdTStrings in 'IdTStrings.pas',
IdWinsock2 in 'IdWinsock2.pas',
IdWship6 in 'IdWship6.pas';
end.