Click here to Skip to main content
15,916,842 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to inlude files,getting link error! Pin
Dani1000017-Oct-04 7:11
Dani1000017-Oct-04 7:11 
AnswerRe: How to inlude files,getting link error! Pin
Rage7-Oct-04 7:42
professionalRage7-Oct-04 7:42 
AnswerRe: How to inlude files,getting link error! Pin
Rage7-Oct-04 7:46
professionalRage7-Oct-04 7:46 
GeneralRe: How to inlude files,getting link error! Pin
Dani1000017-Oct-04 8:00
Dani1000017-Oct-04 8:00 
GeneralRe: How to inlude files,getting link error! Pin
David Crow7-Oct-04 9:07
David Crow7-Oct-04 9:07 
Questioncan i use %windir% to get windows directory??? Pin
venadder7-Oct-04 6:54
venadder7-Oct-04 6:54 
AnswerRe: can i use %windir% to get windows directory??? Pin
Rage7-Oct-04 7:33
professionalRage7-Oct-04 7:33 
GeneralEmbedding a dialog from dll in main program's splitter View and doing data exchange in dll Pin
kumar_gaurava7-Oct-04 5:39
kumar_gaurava7-Oct-04 5:39 
Hi,

Am sorry if the subject looks too long. Didn't know how to explain it better.... Smile | :)

Here is my problem. I divide my SDI into 2 columns using dynamic splitter. I associate the left column with some view. Now i want the right column's view to show a dialog resource from one .dll. I could get the dialog resource from the .dll and display it in the right view by getting the resource ID from the dll ( after loading it ofcourse ) and then using the FindResource() and LoadResource(). But the problem is that if i enter something in the dialog resource and then click "Ok", then i expect my handler in the .dll to be called and then retrieve all the configuration parameters that user enters in the dialog resource.

But my handler is not getting called, and obviously because of that, the dll cannot get the parameters entered into the dialog resource.

Is there any way to do this? So that the .dll can contain the dialog resource, and i can embed it in my main exe after loading that dll. And then once user clicks ok on the dialog, the appropriate handlers and data exchange happens inside the .dll, and my main application neednot care about the configuration parameters that the .dll wants...

Thanks & Regards,
Kumar

Kumar
GeneralImpersonation Pin
Per Nilsson7-Oct-04 4:42
Per Nilsson7-Oct-04 4:42 
GeneralRe: Impersonation Pin
toxcct7-Oct-04 4:48
toxcct7-Oct-04 4:48 
GeneralRe: Impersonation Pin
Rage7-Oct-04 7:55
professionalRage7-Oct-04 7:55 
Generalplease help- different colored letters Pin
...---...7-Oct-04 4:41
...---...7-Oct-04 4:41 
GeneralRe: please help- different colored letters Pin
Maximilien7-Oct-04 7:19
Maximilien7-Oct-04 7:19 
GeneralDo I know how to iterate? Pin
...---...7-Oct-04 7:41
...---...7-Oct-04 7:41 
GeneralRe: Do I know how to iterate? Pin
David Crow7-Oct-04 8:10
David Crow7-Oct-04 8:10 
GeneralRe: iImperaionation Pin
toxcct7-Oct-04 4:37
toxcct7-Oct-04 4:37 
Generalusing STL to read LARGE text files ... Pin
Maximilien7-Oct-04 4:17
Maximilien7-Oct-04 4:17 
Generalproblem:dll not found Pin
happycpp7-Oct-04 3:37
happycpp7-Oct-04 3:37 
GeneralRe: problem:dll not found Pin
David Crow7-Oct-04 4:07
David Crow7-Oct-04 4:07 
GeneralRe: problem:dll not found Pin
happycpp7-Oct-04 6:39
happycpp7-Oct-04 6:39 
GeneralRe: problem:dll not found Pin
David Crow7-Oct-04 8:07
David Crow7-Oct-04 8:07 
GeneralRe: problem:dll not found Pin
happycpp7-Oct-04 9:03
happycpp7-Oct-04 9:03 
GeneralRe: problem:dll not found Pin
David Crow7-Oct-04 10:06
David Crow7-Oct-04 10:06 
GeneralRe: problem:dll not found Pin
Blake Miller7-Oct-04 10:52
Blake Miller7-Oct-04 10:52 
GeneralRe: problem:dll not found Pin
8-Oct-04 3:40
suss8-Oct-04 3:40 

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.