Click here to Skip to main content
15,903,744 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Disable a page in a property sheet Pin
G. Steudtel21-Aug-03 0:21
G. Steudtel21-Aug-03 0:21 
GeneralRe: Disable a page in a property sheet Pin
YaronNir21-Aug-03 1:17
YaronNir21-Aug-03 1:17 
GeneralRe: Disable a page in a property sheet Pin
David Crow21-Aug-03 2:54
David Crow21-Aug-03 2:54 
GeneralRe: Disable a page in a property sheet Pin
YaronNir21-Aug-03 3:02
YaronNir21-Aug-03 3:02 
GeneralRe: Disable a page in a property sheet Pin
David Crow21-Aug-03 3:09
David Crow21-Aug-03 3:09 
GeneralRe: Disable a page in a property sheet Pin
YaronNir21-Aug-03 3:14
YaronNir21-Aug-03 3:14 
Generaljavascript ".submit()" from C++ Pin
megaadam21-Aug-03 0:01
professionalmegaadam21-Aug-03 0:01 
Generaldata_seg() Pin
Biped20-Aug-03 23:57
Biped20-Aug-03 23:57 
Anyone know how to use data_seg() for sharing memory among a dll and an app? I have :

#pragma data_seg(".myseg")
int length = 0
#pragma data_seg()

in both my app header AND my dll? I change the variable in the dll but it does NOT affect the reference in the app Frown | :( Is there something I am doing wrong? How do I set it up for sharing so that when I change the variable in one set out virtual memory, it automatically changes the reference in another?

Thanks to all.
GeneralRe: data_seg() Pin
Biped20-Aug-03 23:59
Biped20-Aug-03 23:59 
GeneralRe: data_seg() Pin
Ryan Binns21-Aug-03 0:17
Ryan Binns21-Aug-03 0:17 
GeneralRe: data_seg() Pin
Biped21-Aug-03 0:29
Biped21-Aug-03 0:29 
GeneralRe: data_seg() Pin
Ryan Binns21-Aug-03 0:48
Ryan Binns21-Aug-03 0:48 
GeneralRe: data_seg() Pin
Biped21-Aug-03 1:32
Biped21-Aug-03 1:32 
GeneralRe: data_seg() Pin
Ryan Binns21-Aug-03 1:42
Ryan Binns21-Aug-03 1:42 
GeneralRe: data_seg() Pin
Biped21-Aug-03 2:32
Biped21-Aug-03 2:32 
GeneralRe: data_seg() Pin
Ryan Binns21-Aug-03 2:36
Ryan Binns21-Aug-03 2:36 
GeneralRe: data_seg() Pin
Dangleberry21-Aug-03 3:09
sussDangleberry21-Aug-03 3:09 
GeneralRe: data_seg() Pin
Ryan Binns21-Aug-03 3:15
Ryan Binns21-Aug-03 3:15 
GeneralRe: data_seg() Pin
Biped22-Aug-03 4:15
Biped22-Aug-03 4:15 
GeneralRe: data_seg() Pin
Biped21-Aug-03 1:35
Biped21-Aug-03 1:35 
GeneralRe: data_seg() Pin
Ryan Binns21-Aug-03 1:38
Ryan Binns21-Aug-03 1:38 
GeneralRe: data_seg() Pin
Biped21-Aug-03 2:34
Biped21-Aug-03 2:34 
Questionhow to sort on the strings of a CComboBoxEx ? Pin
JP GOBLET20-Aug-03 22:58
JP GOBLET20-Aug-03 22:58 
AnswerRe: how to sort on the strings of a CComboBoxEx ? Pin
David Crow21-Aug-03 3:03
David Crow21-Aug-03 3:03 
GeneralRe: how to sort on the strings of a CComboBoxEx ? Pin
JP GOBLET21-Aug-03 4:08
JP GOBLET21-Aug-03 4: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.