replacing ReadBuffer in Indy10 I am porting an application from Indy 9 to Indy 10.
In Indy 9 I had code to read data into a dynamically allocated char buffer using ReadBuffer.
char* Buffer; int | | 2 | 138 | 3/23/2008 12:19:09 AM |
indy question I am using indy 9 with BCB6.0
I want to download some xml files in stream format.
TldHTTP component dropped on the main form with properties HandleRedirects = true; Connectio | | 0 | 96 | 3/22/2008 5:55:04 PM |
Using TIdSMTP with authentication
I have been using TIdSMTP for the past year or so, and now I get an error in my Borland C++ application when I use it to connect to my mailserver to send mail. The error is #10061 Connection Ref | | 2 | 149 | 3/22/2008 11:23:54 AM |
[ILINK32 Error] Fatal: Unable to open file 'IDSYSWIN32.OBJ' I have an app that calls a routine in a separate lib...that lib and its cpp file use indy10 to send email and get files from the internet... This app has no indy objects on its forms [ as I d | | 2 | 109 | 3/22/2008 11:21:15 AM |
indy9->indy10 udp migration (CB6->CB2007) I have a TIdUDPServer that is listening datagrams from the udpclients.
To accept data the OnUDPRead assigned to my function. I tried to use the same code that I have for CB6-Indy9, under | | 6 | 114 | 3/22/2008 8:35:14 AM |
C++B6 and Indy9.0.18 HTTP Client for ActiveX : initial connection time dela y problem Hello I use C++B6 and Indy 9.0.18.
Strange..Please help me..
If I make *.exe program with IndyHTTP Client.
NFS = new TFileStream(Body,fmCreate); INDYHTTP->Get(URL | | 0 | 89 | 3/21/2008 1:02:55 AM |
Problem using TIdFTP and Windows XP firewall Hello all! I'm using the TIdFTP component and Windows XP to send files to the server. Sometimes when using Windows XP Firewall the file is created in the server but the size is 0 and I ge | | 1 | 170 | 3/19/2008 9:18:39 PM |
DownloadFiles Hi Remy,
I am the following code to download files from the HTTP server. (BCB 6 and Indy 9.? stable version)
TldHTTP is dropped at design time. Properties set at design time< | | 2 | 114 | 3/18/2008 4:51:38 PM |
Need help with TidIrc Hi,
I'm trying to make an irc client with TidIRC vcl from Indy which seem to be really practical for my use. But unfortunatly i'm not able to make the socket connect. Everytime i do | | 20 | 113 | 3/12/2008 4:01:24 AM |
File - date modified Hello all.
I have a file over internet at http://something.com/~web/test.gif
Is there any way to get the file's "Modified Date" information.
Thanks SA
| | 3 | 89 | 3/11/2008 5:03:13 PM |
Connecting to an XML RPC
Hi, I am new to this field and am trying to figure out how to create a connection to an XML RPC server over SSL, authenticate to it, send an XML RPC request and retrieve the response from the | | 0 | 98 | 3/11/2008 4:09:52 PM |
Indy10 usage I have an application which uses Unix-style socket calls, to which I'm attempting to add SOCKS support.
Indy supposedly supports SOCKS, so I'm trying to figure out how to convert the | | 14 | 130 | 3/7/2008 12:15:04 AM |
Need help on email from BCB Hi Folks, I want to add a simple emailer to my program but am finding it hard to find a way into the facilities BCB2007 might offer towards this aim, e.g., what components do I use and h | | 6 | 123 | 3/5/2008 11:35:37 PM |
Indy with TIdHTTP and Windows Authentication Follow to my previous about TIdHTTP and Windows Authentication.
I thought it is quite nearly closed.
Anybody help ??
"Aladin J." <j_aladin@hotmail.com> wrote | | 0 | 411 | 3/5/2008 12:58:14 PM |
TIdTCPClient write? I think I've mostly got a handle on socket reading, but now I can't seem to get any data out over the socket.
I've tried Write() and WriteDirect() (with TByteDynArray for the data), w | | 2 | 135 | 3/5/2008 3:06:06 AM |
TCP/IP Server block the access from one IP I made a TCP/IP Server and i need to block the access from one IP
Who can i do that ?
int i, port; AnsiString IP;
IdTCPServer1->Active = false; IdTCPServ | | 2 | 113 | 2/29/2008 6:33:54 PM |
Keep Alive & reconnecting
Hi,
I am using C++ Builder 2006 with indy 9 (9.0.50?) components.
I believe the "Keep Alive" code I have implemented in negatively affecting the TIdTCPClients abil | | 1 | 108 | 2/27/2008 6:27:45 PM |
Hang issue with I'm having lots of trouble getting Indy SMTP to work reliably for me. I am using 10.1.5, the version that ships with C++ Builder 2007. One of the issues I'm having is the following:
| | 6 | 127 | 2/26/2008 5:29:26 PM |
Indy SMTP and TLS options Hi, I'm having some real issues getting indy 10 to work for a commercial app I'm working on. Here's one of them:
I'm using indy 10.1.5, the version that ships with C++ Builder 2007. | | 1 | 301 | 2/25/2008 5:57:39 PM |
TIdLogFile and TIdSMTP I just upgraded to BCB2007 and noticed it is not possible to link a TIdSMPT to a TIdLogFile. There used to be an Intercept property that was used to link them.
How can I log to a f | | 1 | 105 | 2/21/2008 11:04:10 PM |
TIdHTTP and Windows Authentication Hi all,
I am using Indy 9.0.
I have a job which needs to get HTTP via Internet and some website has Windows Authentication. How can I solved the problem.
Thanks. < | | 15 | 189 | 2/20/2008 11:44:42 AM |
TclientSocket Hello The even OnError never comes for any errors ! I use a blocking socket Is it normal ?
morbius
| | 2 | 120 | 2/19/2008 8:21:52 PM |
Keep-Alive/CloseConnection. Hi,
I have set "Keep-Alive" in the TidHTTPServer. This keeps the sockets open.
Is there any timeout for this connection, or a max number of requestes that will be serv | | 2 | 101 | 2/19/2008 5:26:53 PM |
Keep-Alive, CloseConnection (true) Hi again,
I downloaded the latest version of Indy today - 19/2.
In my project with a TidHTTPServer the connections are suddenly closed.
I have "Keep-Alive" set to | | 1 | 102 | 2/19/2008 1:51:49 PM |
#error Indy 10 does not currently support C++Builder Hi Everyone...
I presently have been using Indy components with Delphi BDS2006... and my buddy wants to use it with C++.
"#error Indy 10 does not currently support C++Builde | | 1 | 109 | 2/11/2008 5:53:48 PM |
TIdHTTP and Windows Authentication (Again) I am using Incdy 9.0.18.
I have a job which needs to get HTTP via Internet and some website has Windows Authentication. How can I solved the problem.
I try 2 things as followings | | 0 | 105 | 2/9/2008 3:26:48 AM |
BCB 2007 Indy10 to Indy 9 Hey there,
How would one downgrade from the Indy10 that shipped with BCB 2007 to Indy9?
Cheers. T
| | 0 | 173 | 2/7/2008 3:02:02 PM |
Indy10 IdSSLOpenSSLHeaders.hpp (reworded) Ok, that last post was a garbled mess. Let me retry:
I've upgraded my Indy 10 to 10.2.3 - the latest development snapshot. The reason for this was that I was recieving "Read Timeout | | 0 | 90 | 2/7/2008 12:25:28 PM |
Indy10 IdSSLOpenSSLHeaders.hpp Hey there,
I'm getting an error when I add an SSL Handler to my project. This has started since I upgraded to 10.2.3 as directed in the thread entitled "Update Indy10 in C++Bui | | 0 | 124 | 2/7/2008 11:38:33 AM |
Update Indy10 in C++Builder 2007 C++Builder 2007:
I want to update Indy to the latest version. wich of the packages do I have to compile ?
dclIndyCore50.dpk dclIndyCore60.dpk dclIndyCore70.dpk dclInd | | 21 | 146 | 2/7/2008 8:42:04 AM |
TClientSocket and Thread Hello
I want to make a client with TClientSocket and use a Thread in blocking mode. (gateway to com port) I search a example because I don't know how to write the thread and what | | 6 | 313 | 2/5/2008 10:42:53 PM |
Using TIdTCPServer
Hello all... here is my problem. I'm upgrading a bunch of products from Borland C++ Builder V5.0 to CodeGear C++ Builder 2007. All components used the old socket interface. I'm rewriting it t | | 30 | 346 | 2/1/2008 9:36:33 PM |
TIDWebDav Can anyone tell me (ideally with some quick example code cos I'm a bit slow at this), how to add digest authentication to WebDav? We have a WebDav, and are using the Indy 10 libraries for IdW | | 8 | 187 | 2/1/2008 6:47:25 PM |
What Indy10 C++ ide objects does one use to download a file I'm in need of yahoo .csv file that has historic prices of stocks....I'm bewildered by the array of Indy Objects and their parts.... can anyone get me started...I know how to use indy to send | | 1 | 105 | 2/1/2008 6:42:36 PM |
Indy Components not in palette for C++ Builder, but there for Delphi Running RAD Studio 2007 w/the latest updates. I removed the original Indy and installed Indy 10.2.3, everything is happy in Delphi, but C++ doesn't see the components in the Palette Compo | | 2 | 83 | 1/31/2008 5:38:41 PM |
TIdWebDav and Digest Authentication
I'm using digest authentication to put files onto a web server using WebDav. I'm using TIdWebDAV supplied as part of the the Indy 10 libraries and developing the application using Cod | | 1 | 122 | 1/30/2008 6:17:31 PM |
50% datagram drop with Indy I'm reading UDP datagrams from my camera over a closed network. The camera is connected directly to my network card with a crossover cable and is on a static IP. It sends 1000 datagrams pe | | 1 | 109 | 1/30/2008 6:45:58 AM |
TidFTPServer DataType = Ascii didn't work Hello,
i've a little Problem with my Indy FTP-Server.
When i upload an Linux-Ascii File to the FTP-Server in Ascii - Mode, the Indy FTP-Server did not switch the control-chars.( | | 4 | 99 | 1/29/2008 1:14:24 PM |
The old TCP/IP Socket (Client and Server)... I have just recently purchased the new RAD Studio 2007 C++ Builder and was wondering if it came with the old TCP/IP Sockets... I know you had to enable them in C++ Builder 2006... They are t | | 6 | 111 | 1/28/2008 5:24:37 PM |
TTcpClient->Active I am using a TTcpClient and it works fine if I set the Active property to true in the object inspector. If I try to change the Active property in code with a (TCP->Active = true;) I get t | | 3 | 163 | 1/24/2008 5:32:04 PM |
TurboC++ TClientSocket ESMTP implementation Hy everybody,
I want to make an application that sends over gmail smtp server a message, the problem is that this smtp server asks for TLS, how can I implement this?
From the off | | 1 | 98 | 1/18/2008 8:26:53 AM |
How to transport 0x00 through TIdBytes Would you be so kind and help?
I have been using UDP communication for a while (BC++ 6.0). While transfering the projects from BDS2006 C++ to CodeGear 2007 C++, I have some problem | | 3 | 161 | 1/14/2008 5:36:44 PM |
Indy 10 with BDS 2006 C++ ? dear all, when i installed BDS 2006, there was a clear message that C++ must be used with Indy version 9.
however, some postings here suggest that C++ can be used with Indy version < | | 18 | 170 | 1/14/2008 2:20:54 AM |
Displaying the downloading status Hello all.
I am using Indy 9.0 and BCB 6(Pro) for downloading from HTTP server.
void Form1::DownloadFile() { try { std::auto_ptr<TFileStream> st | | 1 | 83 | 1/7/2008 5:18:18 PM |
How can I get transferring data size in TIdFTPServer? Hello. I want get rate of speed when TIdFTPServer storefiles. thanks.
| | 1 | 130 | 1/4/2008 6:44:03 PM |
Exception since december update Since the december update of CB2007 I always get the exception "Property SASL mechanism does not exist". I made a form with an TIdSMTP component. When the form is created I get this | | 5 | 83 | 1/3/2008 5:41:36 PM |
Console Indy10 App can't find OBJ files Remy, Ok all my include calls seemed resolved, but now i get the following Linker unresolved externals. I looked for a indy10.lib or any indy10 lib, but one does not exist [unless I cann | | 2 | 108 | 1/2/2008 12:47:34 PM |
Turbo C++ Explorer and Indy I know that the explorer edition of Turbo C++ does not include the Indy components. I was wondering if it was still possible to use Indy with the design time packages and if so what are the | | 3 | 105 | 1/2/2008 3:24:29 AM |
ftp and Connection Closed Gracefully. I do several ftp uploads every 5 min with (Indy10 - latest version from 2 weeks ago) Once in a while I get an error during an file upload: "Connection Closed Gracefully" F | | 2 | 145 | 12/31/2007 5:52:27 AM |
Console Project can't find Indy10 .hpp files I've a simple console project that includes a sendEmail.cpp file. This works fine in a VCL Forms project with identical Options->Path and Defines and Indy10 in Tools->Options->Paths | | 1 | 111 | 12/27/2007 8:15:00 PM |