Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Feb : Problem Re: Indy 10 Dev Snap -- Where is IdStreamRandomAccess.pas?
| Subject: | Problem Re: Indy 10 Dev Snap -- Where is IdStreamRandomAccess.pas? |
| Posted by: | "Bear" (be..@nobody.com) |
| Date: | Sun, 25 Feb 2007 08:09:20 |
Hi Remy,
If I install *100.dpk in BDS 2006, at step 3, click install, there will show
an error dialog:
"Can not locate *** entry point at indysytstem100.bpl or
indyprotcols100.bpl!".
Any suggestion?
Bear
========================================
Steps
========================================
1) Download source from the Development Snapshot.
Delphi / BCB Installation
2) Open and compile .dpk files in the following order:
IndySystemX0.dpk (in Lib\System)
IndyCoreX0.dpk (in Lib\Core)
IndyProtocolsX0.dpk (in Lib\Protocols)
IndySuperCoreX0.dpk (in Lib\SuperCore) <--- only dclIndySuperCore70.dpk
If you are not using SuperCore, then you do not need to compile this
package.
3) Now open these .dpk files and click install in the following order:
dclIndyCoreX0.dpk (in Lib\Core)
dclIndyProtocolsX0.dpk (in Lib\Protocols)
dclSuperCoreX0.dpk (in Lib\SuperCore)
Only install this if you have compiled SuperCore.
"Remy Lebeau (TeamB)" <no.spam@no.spam.com> 写入消息新闻:45e0af67@newsgroups.borland.com...
>
> "Bear" <bear@nobody.com> wrote in message
> news:45e02492@newsgroups.borland.com...
>
>> 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)
>
> Yes. You are compiling an older version of the package.
> IdStreamRandomAccess (and IdStreamVCL) is no longer used in Indy. Try
> using the 100 series of packages instead.
>
>
> Gambit