Click here to Skip to main content
16,008,175 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDeleteObject - Reselecting Old Object Pin
Anonymous7-Aug-02 2:21
Anonymous7-Aug-02 2:21 
GeneralRe: DeleteObject - Reselecting Old Object Pin
Tomasz Sowinski7-Aug-02 2:27
Tomasz Sowinski7-Aug-02 2:27 
GeneralRe: DeleteObject - Reselecting Old Object Pin
Anonymous7-Aug-02 3:17
Anonymous7-Aug-02 3:17 
GeneralRe: DeleteObject - Reselecting Old Object Pin
Tomasz Sowinski7-Aug-02 3:21
Tomasz Sowinski7-Aug-02 3:21 
GeneralRe: DeleteObject - Reselecting Old Object Pin
Anonymous7-Aug-02 4:07
Anonymous7-Aug-02 4:07 
GeneralThread func Pin
[CoY0te]6-Aug-02 23:56
[CoY0te]6-Aug-02 23:56 
GeneralRe: Thread func Pin
Tomasz Sowinski7-Aug-02 0:32
Tomasz Sowinski7-Aug-02 0:32 
GeneralRe: Thread func Pin
Joao Vaz7-Aug-02 0:39
Joao Vaz7-Aug-02 0:39 
Adding to what Tomasz said, use only the _beginthreadex(do not use _beginthread or CreateThread) or AfxBeginThread in MFC, these 2 functions create the necessary TIB(Thread Information Block) that is necessary to the C/C++ runtime could correctly dispose and control the Thread specific data.

Cheers,
Joao Vaz
And if your dream is to care for your family, to put food on the table, to provide them with an education and a good home, then maybe suffering through an endless, pointless, boring job will seem to have purpose. And you will realize how even a rock can change the world, simply by remaining obstinately stationary. - Shog9
GeneralRe: Thread func Pin
[CoY0te]7-Aug-02 1:07
[CoY0te]7-Aug-02 1:07 
GeneralRe: Thread func Pin
Tomasz Sowinski7-Aug-02 1:14
Tomasz Sowinski7-Aug-02 1:14 
GeneralRe: Thread func Pin
Daniel Lohmann7-Aug-02 1:38
Daniel Lohmann7-Aug-02 1:38 
GeneralRe: Thread func Pin
Tomasz Sowinski7-Aug-02 2:29
Tomasz Sowinski7-Aug-02 2:29 
GeneralRe: Thread func Pin
Daniel Lohmann7-Aug-02 3:24
Daniel Lohmann7-Aug-02 3:24 
GeneralRe: Thread func Pin
[CoY0te]7-Aug-02 2:36
[CoY0te]7-Aug-02 2:36 
GeneralRe: Thread func Pin
Daniel Lohmann7-Aug-02 3:30
Daniel Lohmann7-Aug-02 3:30 
GeneralBitmap Pin
anuprasad6-Aug-02 23:43
anuprasad6-Aug-02 23:43 
GeneralRe: Bitmap Pin
Tomasz Sowinski7-Aug-02 0:21
Tomasz Sowinski7-Aug-02 0:21 
GeneralAudio support Pin
jayostu6-Aug-02 23:01
jayostu6-Aug-02 23:01 
GeneralApplication Shutdown problem Pin
Anonymous6-Aug-02 22:52
Anonymous6-Aug-02 22:52 
GeneralCAsyncSocket Question Pin
Niko Tanghe6-Aug-02 22:48
Niko Tanghe6-Aug-02 22:48 
GeneralRe: CAsyncSocket Question Pin
Jon Hulatt7-Aug-02 1:47
Jon Hulatt7-Aug-02 1:47 
GeneralRe: CAsyncSocket Question Pin
Niko Tanghe7-Aug-02 1:55
Niko Tanghe7-Aug-02 1:55 
GeneralRe: CAsyncSocket Question Pin
Masaaki Onishi7-Aug-02 6:48
Masaaki Onishi7-Aug-02 6:48 
GeneralCLOCKS_PER_SEC Pin
Janette6-Aug-02 21:51
Janette6-Aug-02 21:51 
GeneralRe: CLOCKS_PER_SEC Pin
[CoY0te]6-Aug-02 23:45
[CoY0te]6-Aug-02 23:45 

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.