Board index » cppbuilder » idSSLOpenSSLHeaders.pas Internal Error

idSSLOpenSSLHeaders.pas Internal Error


2007-10-11 04:03:44 AM
cppbuilder13
Hi,
I've created a package to install indy (latest snapshot 10.2.3) in CodeGear
c++ Builder 2007.
I was able to install IndyCore.
But when I try to compile IndyProtocols I get the following error
[DCC Error] IdSSLOpenSSLHeaders.pas(9432): F2084 Internal Error: DBG1717
Any idea how to fix it?
Thank you.
David Charron
 
 

Re:idSSLOpenSSLHeaders.pas Internal Error

"David Charron" <davcha atppdgroupdot com>wrote in message
Quote
But when I try to compile IndyProtocols I get the following error

[DCC Error] IdSSLOpenSSLHeaders.pas(9432): F2084 Internal Error: DBG1717

Any idea how to fix it?
Someone else reported errors in IdSSLOpenSSLHeaders.pas stating that various
data types were exceeding 2GB in sie now. Looking at the offending lines,
they are referring to empty records. So maybe the compiler can't handle
empty records correctly? All I know is that many records that previously
had content in them no longer do. I have no idea why that change was made
recently.
Gambit