| View previous topic :: View next topic |
| Author |
Message |
jason Guest
|
Posted: Thu Mar 04, 2004 6:27 am Post subject: Weird Indy version-ing problem / question? |
|
|
I have Indy 9 installed.
I recently downloaded the most up to date version of idHTTP.pas (Rev. 1.6) from the Indy website.
I had an application already using the TidHTTP components prior to deleting Rev. 1.2 and saving Rev 1.6 into the same directory. I rebuilt my application (which went fine). However, I am getting some wierd results.
I can create a new simple example app with the TidHTTP component successfully navigating through a proxy server that requires NTLM authentication (which was the reason I upgraded versions). So I thought great! now NTLM authentication will work in my app.
I opened up my app and ran it. Still same problem (infinite loop in idHTTP.pas) when trying to do NTLM authentication???
Is just overwriting the idHTTP.pas file enough to upgrade the version compiled into an existing program, or do I need to do something else???
Thanks for your help.
Jason.
|
|
| Back to top |
|
 |
jason Guest
|
Posted: Thu Mar 04, 2004 11:07 am Post subject: Solved.....Re: Weird Indy version-ing problem / question? |
|
|
"jason" <jason (AT) sportschanbara (DOT) removethis.com.au> wrote:
| Quote: |
I have Indy 9 installed.
I recently downloaded the most up to date version of idHTTP.pas (Rev. 1.6) from the Indy website.
I had an application already using the TidHTTP components prior to deleting Rev. 1.2 and saving Rev 1.6 into the same directory. I rebuilt my application (which went fine). However, I am getting some wierd results.
I can create a new simple example app with the TidHTTP component successfully navigating through a proxy server that requires NTLM authentication (which was the reason I upgraded versions). So I thought great! now NTLM authentication will work in my app.
I opened up my app and ran it. Still same problem (infinite loop in idHTTP.pas) when trying to do NTLM authentication???
Is just overwriting the idHTTP.pas file enough to upgrade the version compiled into an existing program, or do I need to do something else???
Thanks for your help.
Jason.
|
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Thu Mar 04, 2004 8:19 pm Post subject: Re: Weird Indy version-ing problem / question? |
|
|
"jason" <jason (AT) sportschanbara (DOT) removethis.com.au> wrote
| Quote: | Is just overwriting the idHTTP.pas file enough to upgrade the
version compiled into an existing program, or do I need to
do something else???
|
You should be upgrading and recompiling the entire Indy library as a whole,
not individual pieces of it.
Gambit
|
|
| Back to top |
|
 |
|