|
I am responsible for porting a Delphi 2007 application to C# and have absolutely no experience with Delphi. I am wondering what is the difference between the two Indy versions Delphi includes - Indy 9 and Indy 10. At this point I don't even know what ...
Started by JimDaniel on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Indy 10 came out in....
Indy 9 is an old version of Indy library.
Indy Delphi is a library(Tcomponent) for Delphi representing the true power of WinSock.It provides://www.indyproject.org You will find everything you need there.
|
|
Max Dunnipin's Indy and Indy 2? Can anyone give me some info about these dogs? Pedigrees, hunting style ect?
Answer Snippets (Read the full thread at ukcdogs):
The old Indy dog, past to the Indy dogs....
IndyII placed at a few bigger hunts a few years ago .
Indy II needs one more win to get treed with the meat.
Anybody? I believe Indy is out of Jet6, Indy II is out of Indy.
|
|
SHOULD LUCAS AND SPEILBERG MAKE MORE INDY FILMS AFTER INDIANA JONES FOUR. WHAT ABOUT A YOUNGER INDY?
Started by BENDIANA JONES on
, 25 posts
by 12 people.
Answer Snippets (Read the full thread at theraider):
To keep the Indy universe going they should make a new TV show the Indy Trilogy it still got higher ratings then the premieres of several recent blockbusters they broadcasted
In my country everytime they....
Let's try to get IV made first...
|
Ask your Facebook Friends
|
Is it possible to emulate incoming messages using Indy (if it's of any importance: I'm using Indy 10 and Delphi 2009)? I want to be able to create these messages locally and I want Indy to believe that they come from specific clients in the network. All...
Started by Smasher on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
It should be irrelevant to your Indy last gig involved using Indy....
Indy doesn't have any built-in mechanisms for this but thinking off the top of my head I would and connects to your Indy server application to replay messages.
|
|
Hi all! I use the TIdCmdTCPServer component of Indy 10 to realize my client-server application. The problem is that the request from clients can be fairly complicated and that the GUI part of my server application immediately loses responsiveness. From...
Started by Smasher on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You may be able to confirm....
Until a connection arrives, that thread isn't doing anything at all .
All the listener thread is doing is listening, which is not a CPU-intensive task .
Setting the priority lower for the listening thread won't solve your problem .
|
|
I want to send email to Yahoo mail using Indy. But Yahoo uses 465 port with SSL connection. I don't know how to implement that in my program. I have read about TIdSSLIOHandlerSocketOpenSSL component on internet, but couldn't find such component in Delphi...
Started by Tofig Hasanov on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I have found that Synapse library is much.
I don't know why they changed the name in Indy 10.
It still uses Open SSL.
This was Indy 8/9.
In Delphi 6/7 the component was called TIdSSLIOHandlerSocket.
|
|
There is a software product called AnyChart which is great for embedding Flashed based charts in web pages. AnyCharts can also export to PNG file format. Here is an example:
<script type="text/javascript" language="javascript"> //<![CDATA[ var...
Started by M Schenkel on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You don't have to use ....
You could import the Microsoft a new question.
Indy does network protocols.
You may have also noticed that it doesn't parse or display HTML, and it doesn't run Flash, either .
No, Indy does not execute Javascript.
|
|
I'm a C++ programmer, but my question is about the Delphi network socket library Indy.
Essentially as Microsoft crippled raw sockets with WinXP SP2 so that TCP data cannot be sent over them, does this then also apply to Indy? One of my friends recommended...
Started by max tottenham on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
As you can see from the other.
If your looking for more basic Indy, it's architecture is more simpler thus easier to understand.
I use it quite a bit with few problems.
Indy works quite well.
|
|
Hello,
I never liked components for winsock programming,I loved it in its natural way,but today my collegue told me to use Indy for my project.Could you tell me if Indy better alternative for my project? -2 TCP servers,2 TCP clients.4 sockets total -The...
Started by John on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Yes, Indy, and widely used alternatives available, especially....
The difference is like creation windows using WinApi and simply using TForm .
Yes, Indy is much better because it provides you with consistent abstraction of winsock communication.
|
|
I am having a problem using Indy HTTP (in Delphi) with the Google Contacts API.
Please refer to the section "ClientLogin Response" on the following page:
http://code.google.com/apis/accounts/docs/AuthForInstalledApps.html
The server returns a 403 when...
Started by scrapdog on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I am sure Indy 10 is similar.).
By the way, I am using Indy 9.
|