Re: [fpc-devel] Indy IdHTTP

2009-05-24 Thread Jonas Maebe
On 24 May 2009, at 04:32, ABorka wrote: In FPC/Lazarus: procedure TForm1.IdHTTP1Redirect(Sender: TObject; var dest: String; var NumRedirect: Integer; var Handled: Boolean; var VMethod: IdHTTPMethod); begin ShowMessage('Redirected to:' + dest); end; However, it seems that the parameter

Re: [fpc-devel] Indy IdHTTP

2009-05-24 Thread ABorka
If you are only using Pascal code in the real program, this should all be handled transparently for you. I agree, so why it doesn't? It only shows a few strange characters but not the string, as if it is just trying to display the pointer as a string. As you say, the

Re: [fpc-devel] Archer and Dwarf-3

2009-05-24 Thread Marc Weustink
I've been quite busy last weeks, so a bit late reply. Joost van der Sluis wrote: Hi all, I've switched back to Linux/Fedora 11 to continue testing Dwarf-3 and Archer further. (Because that's my natural habitat, Windows just slows me down - especially using GIT) So I'm on the 'official'

Re: [fpc-devel] Indy IdHTTP

2009-05-24 Thread Jonas Maebe
On 24 May 2009, at 23:22, ABorka wrote: If you are only using Pascal code in the real program, this should all be handled transparently for you. I agree, so why it doesn't? I don't know. The problem is not that ansistring var parameters are completely broken, since there is a lot of