tthread
TThread Access Violating on Terminate/Free
I am running a short bit of code that will occasionally (very rarely) Access Violate on the Terminate/Free of my TThread.I am running many instances of these threads but this spot seems to be the only[详细]
2023-04-10 23:39 分类:问答TThread Doesn't Do It's Job Unless there is a MessageBox in the Middle !
i created a class of TThread to do some socket operations, the thing is, the code doesnt work unle开发者_如何学Pythonss i add MessageBox to it, sockets wont work unless i put a MessageBox call before[详细]
2023-03-22 08:19 分类:问答How to use TThread the right way
Could you help me please. I\'m writing a component (something like TListView), In my component I perform 3 procedures one by one:[详细]
2023-01-21 11:50 分类:问答Free a TThread either automatically or manually
I have a main thread and a separate thread in my program. If the separate thread finishes before the main thread, it should free itself automatically. If the main thread finishes first, it should free[详细]
2023-01-12 17:26 分类:问答Some help with TThread (Terminate, FreeOnTerminate and other adventures in the realm of threading)
I\'m trying the achieve the following (using Delphi7): After logging in to my program, the user gains control, but in the background a separate thread downloads a file from the Internet to check if th[详细]
2023-01-11 05:13 分类:问答Problem with running WebService in separate thread in Delphi
I have never asked questions in any community as I always solved problems by myself or could find them online. But with this one I came to dead end and need Help![详细]
2023-01-11 04:10 分类:问答士官工资多少钱一个月啊??
YUNIIII 开发者_StackOverflow社区 2022-03-06 11:28 一般的士官每个月的薪水在4000到7000之间,而义务兵也只在7、8百左右。总的说现役的军人工资水平,也和社会上一些普工差不多。[详细]
2022-12-30 00:24 分类:问答Thread Message Loop Hangs in Delphi
I have a simple Delphi program that I\'m working on, in which I am attempting to use threading to separate the functionality of the program from its GUI, and to keep the GUI responsive during more len[详细]
2022-12-24 06:46 分类:问答With what delphi Code should I replace my calls to deprecated TThread method Suspend?
It has been asked before, but without a full answer.This is to do with the so called famous \"‘Fatal threading model!’\".[详细]
2022-12-17 02:03 分类:问答C++ Builder - Spawn TThreads On the Fly
I\'m looking for the ability to spawn a thread or function so that it returns immediately to the calling line and continue on with the program but continues with the thread work.[详细]
2022-12-14 01:27 分类:问答