Click here to Skip to main content
16,004,991 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Are there any web sites about "AI"? Pin
Carlos Antollini19-Oct-01 12:42
Carlos Antollini19-Oct-01 12:42 
GeneralRe: Are there any web sites about "AI"? Pin
Maer72720-Oct-01 3:24
Maer72720-Oct-01 3:24 
Generalabout Dll loading order Pin
Maer72718-Oct-01 21:19
Maer72718-Oct-01 21:19 
GeneralAbout "CEdit" Pin
Maer72718-Oct-01 21:11
Maer72718-Oct-01 21:11 
GeneralRe: About "CEdit" Pin
Christian Graus18-Oct-01 22:28
protectorChristian Graus18-Oct-01 22:28 
GeneralRe: About "CEdit" Pin
Maer72720-Oct-01 3:12
Maer72720-Oct-01 3:12 
Generala thread local storage (TLS) index Pin
Maer72718-Oct-01 21:00
Maer72718-Oct-01 21:00 
GeneralRe: a thread local storage (TLS) index Pin
Steen Krogsgaard18-Oct-01 22:48
Steen Krogsgaard18-Oct-01 22:48 
The thread local storage (TLS) is a place provided by Win32 where you can put thread-specific data. Imagine you have a multi-threaded program, and you have some piece of data in each thread which is specific for that thread. Win32 gives you the TLS to store this kind of thread data. The index-part is because you can allocate many TLS "slots".

To answer what's the difference between a TLS index and an ordinary parameter I'd have to know your context.

Cheers
Steen.

"To claim that computer games influence children is rediculous. If Pacman had influenced children born in the 80'ies we would see a lot of youngsters running around in dark rooms eating pills while listening to monotonous music"
GeneralRe: a thread local storage (TLS) index Pin
Maer72720-Oct-01 3:29
Maer72720-Oct-01 3:29 
GeneralRe: a thread local storage (TLS) index Pin
Steen Krogsgaard21-Oct-01 22:56
Steen Krogsgaard21-Oct-01 22:56 
GeneralRe: a thread local storage (TLS) index Pin
Steen Krogsgaard18-Oct-01 22:52
Steen Krogsgaard18-Oct-01 22:52 
GeneralRe: a thread local storage (TLS) index Pin
Maer72720-Oct-01 3:34
Maer72720-Oct-01 3:34 
GeneralGet Edit control text in dll Pin
PJ Arends18-Oct-01 19:31
professionalPJ Arends18-Oct-01 19:31 
GeneralTransmit simple data through DLL Pin
Mr.Freeze18-Oct-01 14:58
Mr.Freeze18-Oct-01 14:58 
GeneralRe: Transmit simple data through DLL Pin
Steen Krogsgaard18-Oct-01 22:51
Steen Krogsgaard18-Oct-01 22:51 
GeneralThanks... Pin
Mr.Freeze19-Oct-01 1:04
Mr.Freeze19-Oct-01 1:04 
Questionremove a message in a hook function? Pin
PJ Arends18-Oct-01 14:40
professionalPJ Arends18-Oct-01 14:40 
AnswerRe: remove a message in a hook function? Pin
Tim Deveaux19-Oct-01 10:35
Tim Deveaux19-Oct-01 10:35 
GeneralADO question ... Pin
Hadi Rezaee18-Oct-01 12:33
Hadi Rezaee18-Oct-01 12:33 
GeneralRe: ADO question ... Pin
Christian Graus18-Oct-01 12:59
protectorChristian Graus18-Oct-01 12:59 
GeneralRe: ADO question ... Pin
Hadi Rezaee18-Oct-01 13:21
Hadi Rezaee18-Oct-01 13:21 
GeneralRe: ADO question ... Pin
Christian Graus18-Oct-01 13:29
protectorChristian Graus18-Oct-01 13:29 
GeneralRe: ADO question ... Pin
Hadi Rezaee18-Oct-01 13:52
Hadi Rezaee18-Oct-01 13:52 
GeneralRe: ADO question ... Pin
mathiass19-Oct-01 7:39
mathiass19-Oct-01 7:39 
GeneralRe: ADO question ... Pin
Hadi Rezaee19-Oct-01 12:23
Hadi Rezaee19-Oct-01 12:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.