A
angel725
Unregistered / Unconfirmed
GUEST, unregistred user!
我在TForm1.FormCreate中创建五个子线程。
在Ontimer事件中,每隔五秒就用这个五个子线程分别调五个函数。
不过,程序运行一会就会出现这错误:
“Project my.exe raised exception class EIDHTTPProtocolException with message
'HTTP/1.1 500 Server Error'.
Process stopped.Use Step or Run to continue."
这是什么意思??
是用用file-new-other里的thread object 创建的子线程。
在Ontimer事件中,每隔五秒就用这个五个子线程分别调五个函数。
不过,程序运行一会就会出现这错误:
“Project my.exe raised exception class EIDHTTPProtocolException with message
'HTTP/1.1 500 Server Error'.
Process stopped.Use Step or Run to continue."
这是什么意思??
是用用file-new-other里的thread object 创建的子线程。