Autor Beitrag
Comp-Freak
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Beiträge: 89



BeitragVerfasst: Di 20.03.07 10:04 
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
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 114

Windows XP Pro
BDS 2006
BeitragVerfasst: Di 20.03.07 12:00 
In uses within the interface you need to insert:
ausblenden Delphi-Quelltext
1:
IdContext					
Comp-Freak Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Beiträge: 89



BeitragVerfasst: Di 20.03.07 12:40 
Thanks !
I tried it and it works perfectly.
Thanks again.