never ending dll-process
Posted: Mon Dec 06, 2004 11:03 pm
Hi all,
i have tested a short dll for using in IIS. In this dll I use a chart. So good so far, it works fine. If I add a part like this:
If I put this source snippet in a normal app it works fine, but in a webserver app it does not.
I have no idea
Can anybody help me???
Greetings
U. Friedrich
i have tested a short dll for using in IIS. In this dll I use a chart. So good so far, it works fine. If I add a part like this:
the dll runs and runs and runs .....assignfile(TXF, 'C:\Test\example.txt');
reset(TXF);
while not EOF(TXF) do
begin
do anything;
end;
closeFile(TXF);
If I put this source snippet in a normal app it works fine, but in a webserver app it does not.
I have no idea
Can anybody help me???
Greetings
U. Friedrich