Click here to Skip to main content
15,913,854 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Function Pointer & Thread Parameter :: Multithreading Pin
valikac10-Sep-02 13:50
valikac10-Sep-02 13:50 
GeneralRe: Function Pointer & Thread Parameter :: Multithreading Pin
Daniel Lohmann10-Sep-02 14:32
Daniel Lohmann10-Sep-02 14:32 
GeneralRe: Function Pointer & Thread Parameter :: Multithreading Pin
valikac11-Sep-02 4:45
valikac11-Sep-02 4:45 
GeneralChild Process & Parent Process Data :: Win32 Pin
valikac10-Sep-02 12:50
valikac10-Sep-02 12:50 
GeneralRe: Child Process & Parent Process Data :: Win32 Pin
Daniel Lohmann10-Sep-02 14:33
Daniel Lohmann10-Sep-02 14:33 
GeneralRe: Child Process & Parent Process Data :: Win32 Pin
valikac10-Sep-02 15:17
valikac10-Sep-02 15:17 
GeneralRe: Child Process & Parent Process Data :: Win32 Pin
valikac11-Sep-02 4:53
valikac11-Sep-02 4:53 
GeneralRe: Child Process & Parent Process Data :: Win32 Pin
Scott H. Settlemier11-Sep-02 10:24
Scott H. Settlemier11-Sep-02 10:24 
Don't pass pointers across process boundaries.
Each process has its own addresses for stuff.
Create a shared memory space and use offsets
into that as your sharable "pointers."
(You can try to map the memory to the same address
in each process, but that isn't guaranteed to
be successful.)

GeneralRe: Child Process & Parent Process Data :: Win32 Pin
valikac11-Sep-02 15:52
valikac11-Sep-02 15:52 
GeneralBold the text of static box !!! Pin
Hadi Rezaee10-Sep-02 11:30
Hadi Rezaee10-Sep-02 11:30 
GeneralRe: Bold the text of static box !!! Pin
Joaquín M López Muñoz10-Sep-02 11:43
Joaquín M López Muñoz10-Sep-02 11:43 
GeneralRe: Bold the text of static box !!! Pin
Pavel Klocek10-Sep-02 11:54
Pavel Klocek10-Sep-02 11:54 
GeneralRe: Bold the text of static box !!! Pin
Christian Graus10-Sep-02 12:20
protectorChristian Graus10-Sep-02 12:20 
GeneralRe: Bold the text of static box !!! Pin
Rickard Andersson2010-Sep-02 21:16
Rickard Andersson2010-Sep-02 21:16 
GeneralDisplaying a report by Crystal Report library ! Pin
Hadi Rezaee10-Sep-02 11:21
Hadi Rezaee10-Sep-02 11:21 
GeneralRe: Displaying a report by Crystal Report library ! Pin
Member 9610-Sep-02 14:13
Member 9610-Sep-02 14:13 
GeneralRe: Displaying a report by Crystal Report library ! Pin
Hadi Rezaee10-Sep-02 19:13
Hadi Rezaee10-Sep-02 19:13 
GeneralRe: Displaying a report by Crystal Report library ! Pin
Anonymous10-Sep-02 23:09
Anonymous10-Sep-02 23:09 
GeneralRe: Displaying a report by Crystal Report library ! Pin
Member 9611-Sep-02 13:32
Member 9611-Sep-02 13:32 
GeneralRe: Displaying a report by Crystal Report library ! Pin
Hadi Rezaee11-Sep-02 18:49
Hadi Rezaee11-Sep-02 18:49 
GeneralFlat editbox !!! Pin
Hadi Rezaee10-Sep-02 11:16
Hadi Rezaee10-Sep-02 11:16 
GeneralRe: Flat editbox !!! Pin
Pavel Klocek10-Sep-02 12:00
Pavel Klocek10-Sep-02 12:00 
GeneralVisual C++ and statvfs.h Pin
jtaber10-Sep-02 11:13
jtaber10-Sep-02 11:13 
GeneralRe: Visual C++ and statvfs.h Pin
Anonymous10-Sep-02 23:11
Anonymous10-Sep-02 23:11 
QuestionNeed HELP!!! What kind of mfc class instead of stl vector in eVC 3.0 ? Pin
Daniel Strigl10-Sep-02 10:41
Daniel Strigl10-Sep-02 10:41 

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.