Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 May : Re: TidIRC OnPrivateMessage

www.cryer.info
Managed Newsgroup Archive

Re: TidIRC OnPrivateMessage

Subject:Re: TidIRC OnPrivateMessage
Posted by:"Danila Vershinin" (profyprepatyandexdotru)
Date:Tue, 30 May 2006 01:06:01

"Remy Lebeau (TeamB)" <no.spam@no.spam.com> wrote in message
news:447b37f2$1@newsgroups.borland.com...
> Please elaborate.

Compiling using Delphi IDE. IndySystem70.dpk and IndyCore70.dpk compiled
fine.
Compiling IndyProtocols70.dpk: 11 errors:
################################
[Error] IdIMAP4.pas(2737): Incompatible types: 'Parameter lists differ'
[Error] IdIMAP4.pas(2738): Incompatible types: 'Parameter lists differ'
[Error] IdIMAP4.pas(2859): Incompatible types: 'Parameter lists differ'
[Error] IdIMAP4.pas(2860): Incompatible types: 'Parameter lists differ'
[Error] IdIMAP4.pas(3168): Incompatible types: 'Parameter lists differ'
[Error] IdIMAP4.pas(3169): Incompatible types: 'Parameter lists differ'
[Error] IdIMAP4.pas(3582): Incompatible types: 'Parameter lists differ'
[Error] IdIMAP4.pas(3583): Incompatible types: 'Parameter lists differ'
[Error] IdIMAP4.pas(3979): Incompatible types: 'Parameter lists differ'
[Error] IdIMAP4.pas(3980): Incompatible types: 'Parameter lists differ'
[Fatal Error] IndyProtocols70.dpk(248): Could not compile used unit
'IdIMAP4.pas'
#################################

Lines 2737,2738 are
                LDestStream.Connection.OnWork := DoWorkForPart;
                LDestStream.Connection.OnWorkBegin := BeginWorkForPart;
in IdIMAP4
Tried using supplied computil, compiled it and ran fulld7.bat . Same errors
as with compiling from the IDE. Same errors for both snapshots from two
days.
Commented all lines under question (all for TIdIMAP4 so they are not
essential to me), after that compiled and installed fine.
Back to TIdIRC test application, I don't see trimmed private messages now.

Replies:

In response to:

www.cryer.info
Managed Newsgroup Archive