Click here to Skip to main content
15,914,419 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralNon MFC X-Y Plots Pin
jerry1211a17-Jun-05 1:59
jerry1211a17-Jun-05 1:59 
GeneralRe: Non MFC X-Y Plots Pin
toxcct17-Jun-05 2:01
toxcct17-Jun-05 2:01 
GeneralRe: Non MFC X-Y Plots Pin
Ravi Bhavnani17-Jun-05 4:50
professionalRavi Bhavnani17-Jun-05 4:50 
QuestionHow to call VB DLL in C code ( VC environment) Pin
Tuscon17-Jun-05 1:04
Tuscon17-Jun-05 1:04 
AnswerRe: How to call VB DLL in C code ( VC environment) Pin
David Crow17-Jun-05 2:23
David Crow17-Jun-05 2:23 
AnswerRe: How to call VB DLL in C code ( VC environment) Pin
Mike Dimmick17-Jun-05 2:28
Mike Dimmick17-Jun-05 2:28 
GeneralShared data problem, use of #pragma data_seg() Pin
Vaibhav Sanghavi17-Jun-05 0:55
Vaibhav Sanghavi17-Jun-05 0:55 
GeneralRe: Shared data problem, use of #pragma data_seg() Pin
Blake Miller17-Jun-05 6:53
Blake Miller17-Jun-05 6:53 
The data segment of the DLL is not 'visible' to the EXE, even though it is SHARED among all the EXE that have the DLL loaded.

There might be other solutions, but this one is fairly easy and safe to do:
Write a function to return the value of hDlgWnd.
Export the function from the DLL.
Call the function from the EXE instead of trying to access the variable directly from within the EXE.

GeneralRe: Shared data problem, use of #pragma data_seg() Pin
Vaibhav Sanghavi20-Jun-05 2:27
Vaibhav Sanghavi20-Jun-05 2:27 
GeneralC++ file I/O Pin
Hachaso17-Jun-05 0:49
Hachaso17-Jun-05 0:49 
GeneralRe: C++ file I/O Pin
toxcct17-Jun-05 0:59
toxcct17-Jun-05 0:59 
GeneralRe: C++ file I/O Pin
xiaohe52117-Jun-05 1:14
xiaohe52117-Jun-05 1:14 
GeneralRe: C++ file I/O Pin
toxcct17-Jun-05 1:24
toxcct17-Jun-05 1:24 
GeneralRe: C++ file I/O Pin
Bob Stanneveld17-Jun-05 1:44
Bob Stanneveld17-Jun-05 1:44 
GeneralRe: C++ file I/O Pin
David Crow17-Jun-05 2:25
David Crow17-Jun-05 2:25 
GeneralASCII text files under CE Pin
Member 205289016-Jun-05 23:43
Member 205289016-Jun-05 23:43 
GeneralRe: ASCII text files under CE Pin
John R. Shaw17-Jun-05 0:22
John R. Shaw17-Jun-05 0:22 
GeneralRe: ASCII text files under CE Pin
Member 205289017-Jun-05 5:21
Member 205289017-Jun-05 5:21 
Generalword automation Pin
vcpgmr16-Jun-05 23:29
vcpgmr16-Jun-05 23:29 
GeneralRe: word automation Pin
Rage17-Jun-05 1:44
professionalRage17-Jun-05 1:44 
Questionhow to add static control to a toolbar? Pin
ThinkingPrometheus16-Jun-05 23:14
ThinkingPrometheus16-Jun-05 23:14 
GeneralSet focus to the edit box Pin
topagarwal16-Jun-05 22:51
topagarwal16-Jun-05 22:51 
GeneralRe: Set focus to the edit box Pin
John R. Shaw16-Jun-05 23:09
John R. Shaw16-Jun-05 23:09 
GeneralAssertion on Context sensitive help Pin
topagarwal16-Jun-05 22:46
topagarwal16-Jun-05 22:46 
GeneralRe: Assertion on Context sensitive help Pin
BlackDice17-Jun-05 2:56
BlackDice17-Jun-05 2:56 

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.