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

C / C++ / MFC

 
GeneralRe: PostMessage Problem Pin
Nick Parker20-Sep-02 9:23
protectorNick Parker20-Sep-02 9:23 
Generalcreate directory Pin
brianwelsch20-Sep-02 8:08
brianwelsch20-Sep-02 8:08 
GeneralRe: create directory Pin
jmkhael20-Sep-02 8:13
jmkhael20-Sep-02 8:13 
GeneralRe: create directory Pin
brianwelsch20-Sep-02 8:20
brianwelsch20-Sep-02 8:20 
GeneralShared memory whitin DLL Pin
20-Sep-02 7:47
suss20-Sep-02 7:47 
GeneralRe: Shared memory whitin DLL Pin
Todd Smith20-Sep-02 7:55
Todd Smith20-Sep-02 7:55 
GeneralRe: Shared memory whitin DLL Pin
axa20-Sep-02 9:11
axa20-Sep-02 9:11 
GeneralRe: Shared memory whitin DLL Pin
Mike Nordell23-Sep-02 18:46
Mike Nordell23-Sep-02 18:46 
Every process that loads the DLL by default get its own copy of any DLL data. You can create shared data segments (XCOFF/MS-COFF/PE/whatever-you-want-to-call'em) by following the documentation.

Be prepared though to have a load of synchronization problems (since any thread from any process can effectively access the shared data anytime).

++luck;

For more questions: Please first search MSDN where this is all explained!
GeneralCprogressCtrl derived class Pin
ns20-Sep-02 7:49
ns20-Sep-02 7:49 
GeneralRe: CprogressCtrl derived class Pin
Blaster20-Sep-02 8:04
Blaster20-Sep-02 8:04 
GeneralRe: CprogressCtrl derived class Pin
ns20-Sep-02 8:11
ns20-Sep-02 8:11 
GeneralRe: CprogressCtrl derived class Pin
Blaster20-Sep-02 8:18
Blaster20-Sep-02 8:18 
GeneralRe: CprogressCtrl derived class Pin
ns20-Sep-02 8:23
ns20-Sep-02 8:23 
GeneralGetting a child dialogs parent Pin
monrobot1320-Sep-02 7:23
monrobot1320-Sep-02 7:23 
GeneralRe: Getting a child dialogs parent Pin
Blaster20-Sep-02 7:31
Blaster20-Sep-02 7:31 
GeneralRe: Getting a child dialogs parent Pin
Michael Dunn20-Sep-02 8:29
sitebuilderMichael Dunn20-Sep-02 8:29 
GeneralRe: Getting a child dialogs parent Pin
monrobot1320-Sep-02 10:45
monrobot1320-Sep-02 10:45 
GeneralRe: Getting a child dialogs parent Pin
Mike Nordell21-Sep-02 11:18
Mike Nordell21-Sep-02 11:18 
GeneralMultiple top-level windows (no taskbar button, and no _task_manager_ entry) Pin
Blaster20-Sep-02 7:15
Blaster20-Sep-02 7:15 
QuestionFree PDF...is anyone willing to do some C++ coding for the Free PDF application? Pin
thompso_m20-Sep-02 7:10
sussthompso_m20-Sep-02 7:10 
Generalmfc and need handles... Pin
ns20-Sep-02 7:13
ns20-Sep-02 7:13 
GeneralRe: mfc and need handles... Pin
Blaster20-Sep-02 7:32
Blaster20-Sep-02 7:32 
GeneralRe: mfc and need handles... Pin
ns20-Sep-02 7:44
ns20-Sep-02 7:44 
GeneralRe: mfc and need handles... Pin
Blaster20-Sep-02 8:05
Blaster20-Sep-02 8:05 
GeneralRe: mfc and need handles... Pin
ns20-Sep-02 8:58
ns20-Sep-02 8:58 

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.