Entwickler-Ecke

Internet / Netzwerk - Indys Error


Comp-Freak - Di 20.03.07 10:04
Titel: Indys Error
When i use the Indy http server my debugger gets stuck over here:
procedure IdHTTPServer1CommandGet( AContext: TIdContext;
on then last bit and it says something like this:
unknown: AContext: TIdContext;
please help.


Andidreas - Di 20.03.07 12:00

In uses within the interface you need to insert:

Delphi-Quelltext
1:
IdContext                    


Comp-Freak - Di 20.03.07 12:40

Thanks !
I tried it and it works perfectly.
Thanks again.