Re: [twsocket] [OT] Problem migrating ProxyInfo to D2009

2009-02-17 Thread Arno Garrels
fortunately rather OT. -- Arno Garrels > > -Original Message- > From: twsocket-boun...@elists.org > [mailto:twsocket-boun...@elists.org] On Behalf Of Arno Garrels > Sent: Tuesday, February 17, 2009 13:20 > To: ICS support mailing > Subject: Re: [twsocket] [OT] Prob

Re: [twsocket] [OT] Problem migrating ProxyInfo to D2009

2009-02-17 Thread Matt Minnis
bject: Re: [twsocket] [OT] Problem migrating ProxyInfo to D2009 Arno Garrels wrote: > > What is TInitializeAutoProxyDll? Sorry, found, I should stop coding today :) -- Arno Garrels -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-

Re: [twsocket] [OT] Problem migrating ProxyInfo to D2009

2009-02-17 Thread Arno Garrels
Arno Garrels wrote: > > What is TInitializeAutoProxyDll? Sorry, found, I should stop coding today :) -- Arno Garrels -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overby

Re: [twsocket] [OT] Problem migrating ProxyInfo to D2009

2009-02-17 Thread Arno Garrels
Maurizio Lotauro wrote: > Scrive Arno Garrels : > >> Hi Maurizio, > > Hi Arno, > >>> One API always fail with error 1003 >> >> Which one? Which line? > > When the GetProxyInfo is called. > You can try yourself, the code that I posted practically works out of > the box. What is TInitializeAut

Re: [twsocket] [OT] Problem migrating ProxyInfo to D2009

2009-02-17 Thread Maurizio Lotauro
Scrive Arno Garrels : > Hi Maurizio, Hi Arno, > > One API always fail with error 1003 > > Which one? Which line? When the GetProxyInfo is called. You can try yourself, the code that I posted practically works out of the box. > From a very brief look: > > > TGetProxyInfo = function ( >

Re: [twsocket] [OT] Problem migrating ProxyInfo to D2009

2009-02-17 Thread Arno Garrels
Hi Maurizio, > One API always fail with error 1003 Which one? Which line? >From a very brief look: > TGetProxyInfo = function ( lpszUrl: LPCSTR; LPCSTR maps to either Ansi or Unicode, however you pass it a PAnsiChar URL? -- Arno Garrels -- To unsubscribe or ch

[twsocket] [OT] Problem migrating ProxyInfo to D2009

2009-02-17 Thread Maurizio Lotauro
Hi, during the migration of my TProxyInfo component to D2009 I get a strange problem that get me crazy. One API always fail with error 1003 (Cannot complete this function). The exactly same code with D5 works (it show "XYZT"). I explicitly declared Ansi what must be Ansi, so I really don't underst