Click here to Skip to main content
16,010,876 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to change dll !!!!! Pin
maxyi7-Nov-02 18:07
maxyi7-Nov-02 18:07 
AnswerRe: how to change dll !!!!! Pin
roboo7-Nov-02 18:09
roboo7-Nov-02 18:09 
GeneralRe: how to change dll !!!!! Pin
maxyi7-Nov-02 18:18
maxyi7-Nov-02 18:18 
AnswerRe: how to change dll !!!!! Pin
Christian Graus7-Nov-02 18:21
protectorChristian Graus7-Nov-02 18:21 
GeneralRe: how to change dll !!!!! Pin
maxyi7-Nov-02 22:10
maxyi7-Nov-02 22:10 
GeneralRe: how to change dll !!!!! Pin
Stephane Rodriguez.8-Nov-02 0:26
Stephane Rodriguez.8-Nov-02 0:26 
QuestionHow to transfer the local value into a thread?? Pin
roboo7-Nov-02 16:57
roboo7-Nov-02 16:57 
AnswerRe: How to transfer the local value into a thread?? Pin
ian mariano7-Nov-02 19:13
ian mariano7-Nov-02 19:13 
If this is Win32: Sharing Files and Memory[^]. It's worthwhile to note that memory allocated in a process can be shared between the threads of the process. So you can pass around parameters to your thread indicating where in memory to look for your data, but that's cumbersome, and prone to errors if you goof.

You could just pass the variables as parameters into your thread entry points.


"The greatest danger to humanity is humanity without an open mind."
  - Ian Mariano - http://www.ian-space.com/

GeneralRe: How to transfer the local value into a thread?? Pin
roboo7-Nov-02 21:37
roboo7-Nov-02 21:37 
GeneralRe: How to transfer the local value into a thread?? Pin
ian mariano8-Nov-02 3:57
ian mariano8-Nov-02 3:57 
GeneralRe: How to transfer the local value into a thread?? Pin
ian mariano8-Nov-02 4:04
ian mariano8-Nov-02 4:04 
QuestionHow to display a tip when the cursor moves into a pane ? Pin
Wenrich7-Nov-02 16:29
Wenrich7-Nov-02 16:29 
GeneralWindowProc Pin
Naoh7-Nov-02 16:03
Naoh7-Nov-02 16:03 
GeneralFiles Pin
Selevercin7-Nov-02 15:46
Selevercin7-Nov-02 15:46 
GeneralRe: Files Pin
Christian Graus7-Nov-02 16:08
protectorChristian Graus7-Nov-02 16:08 
GeneralRe: Files Pin
Michael Dunn7-Nov-02 17:51
sitebuilderMichael Dunn7-Nov-02 17:51 
GeneralRe: Files Pin
Christian Graus7-Nov-02 18:25
protectorChristian Graus7-Nov-02 18:25 
GeneralRe: Files Pin
Selevercin9-Nov-02 11:46
Selevercin9-Nov-02 11:46 
Generalpass a struct through message to a thread Pin
stevenson7-Nov-02 14:18
stevenson7-Nov-02 14:18 
GeneralRe: pass a struct through message to a thread Pin
ian mariano7-Nov-02 19:18
ian mariano7-Nov-02 19:18 
Questionwin32 hooking tutorial?? Pin
Anonymous7-Nov-02 14:12
Anonymous7-Nov-02 14:12 
AnswerRe: win32 hooking tutorial?? Pin
Rene De La Garza7-Nov-02 14:41
Rene De La Garza7-Nov-02 14:41 
GeneralDisable symbols loaded or not found messages Pin
Anonymous7-Nov-02 14:05
Anonymous7-Nov-02 14:05 
GeneralCHtmlView and Excel documents Pin
Ernesto Perales Soto7-Nov-02 11:53
Ernesto Perales Soto7-Nov-02 11:53 
Generalcall W32 API from MFC app Pin
Errol7-Nov-02 11:47
Errol7-Nov-02 11:47 

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.