Posted 18 Days Ago Job ID: 2114293 24 quotes received

TThread in C++ Builder

Fixed PriceUnder $250
Quotes (24)  ·  Premium Quotes (0)  ·  Invited (0)  ·  Hired (0)

  Send before: January 21, 2026

Send a Quote

Programming & Development Programming & Software

The job is to identify the thread called from within the thread, to know which thread :


In main code

TThread * ThreadList[10];

THandle_HandleThread[10]; 


ThreadLIst[4] =  new MyThread(true);

THandle_Handle[4] = MainForm->pBackfillth[x]->Handle;


In the thread

MyThread::Execute()

int thistreadno=-1;


Find the thread no  of this the thread, (4 in this case) 

thisthreadno= .......... 

... Show more
Soren L Spain