Click here to Skip to main content
16,007,885 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CFile Pin
21-Sep-01 1:40
suss21-Sep-01 1:40 
GeneralUsing common variable between two process Pin
21-Sep-01 0:46
suss21-Sep-01 0:46 
GeneralRe: Using common variable between two process Pin
Not Active21-Sep-01 2:49
mentorNot Active21-Sep-01 2:49 
GeneralRe: Using common variable between two process Pin
21-Sep-01 3:28
suss21-Sep-01 3:28 
GeneralRe: Using common variable between two process Pin
Ahmad9921-Sep-01 3:43
Ahmad9921-Sep-01 3:43 
GeneralRe: Using common variable between two process Pin
21-Sep-01 4:10
suss21-Sep-01 4:10 
GeneralRe: Using common variable between two process Pin
Christian Graus21-Sep-01 11:19
protectorChristian Graus21-Sep-01 11:19 
GeneralRe: Using common variable between two process Pin
Michael Dunn21-Sep-01 14:13
sitebuilderMichael Dunn21-Sep-01 14:13 
Sharing a pointer between processes will not work. Process have their own memory space, and addresses in one are meaningless in another. Instead, use WM_COPYDATA as Christian suggested to transfer the variable, or else use shared memory. Look up CreateFileMapping() as a starting point on creating a shared memory block.

--Mike--
http://home.inreach.com/mdunn/
Ford: How would you react if I said that I'm not from Guildford after all, but from a small planet somewhere in the vicinity of Betelguese?
Arthur: I don't know. Why, do you think it's the sort of thing you're likely to say?
GeneralMulti-Language.....Menu Position...Awaiting For Right Answer Pin
Ahmad9920-Sep-01 23:32
Ahmad9920-Sep-01 23:32 
GeneralPlotting algebraic expressions Pin
20-Sep-01 23:27
suss20-Sep-01 23:27 
GeneralAbout Halftone Pin
Tango20-Sep-01 23:24
Tango20-Sep-01 23:24 
GeneralCFile Pin
20-Sep-01 22:55
suss20-Sep-01 22:55 
GeneralRe: CFile Pin
Michael P Butler20-Sep-01 23:07
Michael P Butler20-Sep-01 23:07 
GeneralRe: CFile Pin
21-Sep-01 0:40
suss21-Sep-01 0:40 
GeneralRe: CFile Pin
Michael P Butler21-Sep-01 0:46
Michael P Butler21-Sep-01 0:46 
GeneralProxy Authorisation Pin
20-Sep-01 21:10
suss20-Sep-01 21:10 
GeneralCalculating CPU usage on 95,98 &NT Pin
dudy_boy20-Sep-01 19:31
dudy_boy20-Sep-01 19:31 
GeneralRe: Calculating CPU usage on 95,98 &NT Pin
Remi Morin21-Sep-01 3:39
Remi Morin21-Sep-01 3:39 
GeneralRe: Calculating CPU usage on 95,98 &NT Pin
dudy_boy21-Sep-01 4:20
dudy_boy21-Sep-01 4:20 
GeneralDevice Context and Hwnd Pin
Francis B.20-Sep-01 19:03
Francis B.20-Sep-01 19:03 
QuestionISAPI:what's different between <input type=submit value=submit> and <input type=image src=images/01.gif> to submit a Form? Pin
Junsong He20-Sep-01 18:37
Junsong He20-Sep-01 18:37 
AnswerRe: ISAPI:what's different between <input type=submit value=submit> and <input type=image src=images/01.gif> to submit a Form? Pin
20-Sep-01 23:59
suss20-Sep-01 23:59 
GeneralRe: ISAPI:what's different between <input type=submit value=submit> and <input type=image src=images/01.gif> to submit a Form? Pin
Junsong He21-Sep-01 0:22
Junsong He21-Sep-01 0:22 
Generalthe joys of windows nt security Pin
Nick Blumhardt20-Sep-01 16:22
Nick Blumhardt20-Sep-01 16:22 
Generalmemeory leakage (urjent) Pin
20-Sep-01 16:08
suss20-Sep-01 16:08 

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.