Board index » cppbuilder » TIdTCPClient->MaxLineAction exception in BDS 2006
Andrew Chess
![]() CBuilder Developer |
Andrew Chess
![]() CBuilder Developer |
TIdTCPClient->MaxLineAction exception in BDS 20062006-06-29 03:00:36 AM cppbuilder85 I am porting an application to BDS 2006 C++Builder that uses an Indy Tcp Client component. When I run the app I get the exception: "Error reading IdTCPClient1->MaxLineAction: Property MaxLineAction does not exist." What can I do so get rid of this? I have the paths set up to use "C:\Program Files\Borland\BDS\4.0\include\Indy9" and I believe I have the Indy 9 components installed. Is it somehow compiliing as Indy 10 somehow? Thanks, Andrew Chess |
Remy Lebeau (TeamB)
![]() CBuilder Developer |
2006-06-29 03:48:14 AM
Re:TIdTCPClient->MaxLineAction exception in BDS 2006
"Andrew Chess" < XXXX@XXXXX.COM >wrote in message
QuoteI am porting an application to BDS 2006 C++Builder that uses an Indy properties, it was moved to the TIdIOHandler class. QuoteWhat can I do so get rid of this? QuoteI believe I have the Indy 9 components installed. QuoteIs it somehow compiliing as Indy 10 somehow? |
Andrew Chess
![]() CBuilder Developer |
2006-06-29 04:34:46 AM
Re:TIdTCPClient->MaxLineAction exception in BDS 2006
The installed packages is talling me that Indy 9 is installed. Could this
not be correct somehow? "Remy Lebeau (TeamB)" < XXXX@XXXXX.COM >wrote in message Quote
{smallsort} |
Remy Lebeau (TeamB)
![]() CBuilder Developer |
2006-06-29 05:18:31 AM
Re:TIdTCPClient->MaxLineAction exception in BDS 2006
"Andrew Chess" < XXXX@XXXXX.COM >wrote in message
QuoteThe installed packages is talling me that Indy 9 is installed. QuoteCould this not be correct somehow? sure the IDE is not trying to pull in the Indy 10 packages by accident. If you are not going to use Indy 10, then the best thing would be to remove the files from the machine altogether to avoid conflicts. Make sure you don't have any older Indy 9 files lingering from BCB, either. Gambit |
Andrew Chess
![]() CBuilder Developer |
2006-06-29 06:58:58 AM
Re:TIdTCPClient->MaxLineAction exception in BDS 2006
I am determining the version by the fact that the installed packages form
says it's Indy 9. "Remy Lebeau (TeamB)" < XXXX@XXXXX.COM >wrote in message Quote
|
Remy Lebeau (TeamB)
![]() CBuilder Developer |
2006-06-29 09:09:01 AM
Re:TIdTCPClient->MaxLineAction exception in BDS 2006
"Andrew Chess" < XXXX@XXXXX.COM >wrote in message
QuoteI am determining the version by the fact that the Gambit |