Click here to Skip to main content
15,920,217 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Button hotkeys not showing Pin
Josh Lindenmuth30-Sep-04 5:45
Josh Lindenmuth30-Sep-04 5:45 
GeneralRe: Button hotkeys not showing Pin
Antony M Kancidrowski30-Sep-04 6:07
Antony M Kancidrowski30-Sep-04 6:07 
GeneralRe: Button hotkeys not showing Pin
Iain Clarke, Warrior Programmer30-Sep-04 6:16
Iain Clarke, Warrior Programmer30-Sep-04 6:16 
GeneralRe: Button hotkeys not showing Pin
Iain Clarke, Warrior Programmer30-Sep-04 6:26
Iain Clarke, Warrior Programmer30-Sep-04 6:26 
GeneralRe: Button hotkeys not showing Pin
David Crow30-Sep-04 5:29
David Crow30-Sep-04 5:29 
GeneralQuicktime Movie Header Pin
mokkari30-Sep-04 4:42
mokkari30-Sep-04 4:42 
Questionis win32 memory mapping thread safe ? Pin
Reza Shademani30-Sep-04 4:02
Reza Shademani30-Sep-04 4:02 
AnswerRe: is win32 memory mapping thread safe ? Pin
Iain Clarke, Warrior Programmer30-Sep-04 4:24
Iain Clarke, Warrior Programmer30-Sep-04 4:24 
Short answer is no.

Its not any more thread safe than un-file-mapped memory. The only real difference is that
your changes are occasionally flushed to a file, and that it can be reflected in memory
in another process.

On another note, if you are using the mapped memory between processes, then any variables
in it that are pointers are unlikely to be valid in the other process. So a queue may
be dangerous, depending on how you've implemented it.

You can get around the synchronisation problems by using named synch objects in both processes.

Iain.

Generali want help about : MS-Outlook Address Book Pin
Rami Hasan30-Sep-04 3:27
Rami Hasan30-Sep-04 3:27 
GeneralIt's really a complicated problem-Help me to get solution Pin
Billar30-Sep-04 3:21
Billar30-Sep-04 3:21 
GeneralRe: It's really a complicated problem-Help me to get solution Pin
Michael P Butler30-Sep-04 3:40
Michael P Butler30-Sep-04 3:40 
Generalneed some advice... Pin
godbert30-Sep-04 3:07
godbert30-Sep-04 3:07 
GeneralRe: need some advice... Pin
Iain Clarke, Warrior Programmer30-Sep-04 4:30
Iain Clarke, Warrior Programmer30-Sep-04 4:30 
Generalcopying vectors/lists Pin
mcsherry30-Sep-04 3:05
mcsherry30-Sep-04 3:05 
GeneralRe: copying vectors/lists Pin
Joaquín M López Muñoz30-Sep-04 9:06
Joaquín M López Muñoz30-Sep-04 9:06 
GeneralRe: copying vectors/lists Pin
mcsherry30-Sep-04 9:39
mcsherry30-Sep-04 9:39 
GeneralRe: copying vectors/lists Pin
Joaquín M López Muñoz30-Sep-04 10:21
Joaquín M López Muñoz30-Sep-04 10:21 
Generaledt1 problem in vc .net Pin
Michael Liu30-Sep-04 2:45
Michael Liu30-Sep-04 2:45 
GeneralRe: edt1 problem in vc .net Pin
Iain Clarke, Warrior Programmer30-Sep-04 5:10
Iain Clarke, Warrior Programmer30-Sep-04 5:10 
GeneralData transfer from one dialog to a property page. Pin
Rajesh_K_Sharma30-Sep-04 2:23
Rajesh_K_Sharma30-Sep-04 2:23 
GeneralRe: Data transfer from one dialog to a property page. Pin
David Crow30-Sep-04 5:08
David Crow30-Sep-04 5:08 
GeneralMaterializing derived classes Pin
Jerome Conus30-Sep-04 2:00
Jerome Conus30-Sep-04 2:00 
GeneralRe: Materializing derived classes Pin
Iain Clarke, Warrior Programmer30-Sep-04 4:48
Iain Clarke, Warrior Programmer30-Sep-04 4:48 
GeneralTo track an errors-messages Pin
Billar30-Sep-04 1:32
Billar30-Sep-04 1:32 
Generalstl iterators Pin
RChin30-Sep-04 1:21
RChin30-Sep-04 1:21 

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.