Click here to Skip to main content
15,899,126 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Weird error? Pin
Tim Deveaux30-Jul-00 7:43
Tim Deveaux30-Jul-00 7:43 
General*****HELP! PLEASE READ AND HELP***** Pin
Steve Lai30-Jul-00 5:20
Steve Lai30-Jul-00 5:20 
GeneralRe: *****HELP! PLEASE READ AND HELP***** Pin
Erik Thompson30-Jul-00 6:07
sitebuilderErik Thompson30-Jul-00 6:07 
GeneralI don't want to close this dialog Pin
cowell29-Jul-00 14:19
cowell29-Jul-00 14:19 
GeneralRe: I don't want to close this dialog Pin
Tim Deveaux29-Jul-00 17:22
Tim Deveaux29-Jul-00 17:22 
GeneralRe: I don't want to close this dialog Pin
Sam Hobbs31-Jul-00 18:34
Sam Hobbs31-Jul-00 18:34 
QuestionHow do I isolate MFC in a DLL? Pin
Tomb28-Jul-00 9:45
Tomb28-Jul-00 9:45 
AnswerRe: How do I isolate MFC in a DLL? Pin
Erik Funkenbusch1-Aug-00 19:20
Erik Funkenbusch1-Aug-00 19:20 
You can't export an MFC class from a DLL to a non-MFC application. There are many reasons for this, but suffice it to say that it can't be done.

What the MSDN means when it says you can use MFC in a DLL and call it from a non-MFC app, was that you can have a DLL that exports various functions, which can in and of themselves call MFC. You cannot call MFC derived classes directly from your app.

So, what you would do is create an export called "ShowMyDlg()" which will create the CDialog, and another function called "GetDataFromMyDialog()" to retive the data from it.

GeneralHow: Get all the filenames from Open Dialog Pin
Brian28-Jul-00 6:28
Brian28-Jul-00 6:28 
GeneralRe: How: Get all the filenames from Open Dialog Pin
Mike Dunn28-Jul-00 6:55
Mike Dunn28-Jul-00 6:55 
Generaltypedef struct (?) Pin
Frank Deo28-Jul-00 5:37
Frank Deo28-Jul-00 5:37 
GeneralRe: typedef struct (?) Pin
Mike Dunn28-Jul-00 7:01
Mike Dunn28-Jul-00 7:01 
GeneralRe: typedef struct (?) Pin
Frank Deo28-Jul-00 7:59
Frank Deo28-Jul-00 7:59 
GeneralRe: typedef struct (?) Pin
Sam Hobbs31-Jul-00 18:31
Sam Hobbs31-Jul-00 18:31 
GeneralTab control Pin
Roger28-Jul-00 5:35
Roger28-Jul-00 5:35 
GeneralRe: Tab control Pin
Frank Deo28-Jul-00 5:44
Frank Deo28-Jul-00 5:44 
GeneralRe: Tab control Pin
Roger30-Jul-00 9:12
Roger30-Jul-00 9:12 
GeneralRe: Tab control Pin
Frank Deo30-Jul-00 10:13
Frank Deo30-Jul-00 10:13 
GeneralRe: Tab control Pin
ThePilgrim17-Jun-04 20:53
ThePilgrim17-Jun-04 20:53 
GeneralSpell Checking Pin
siva28-Jul-00 4:50
siva28-Jul-00 4:50 
GeneralRe: Spell Checking Pin
Jeremy Davis30-Jul-00 22:14
Jeremy Davis30-Jul-00 22:14 
Generalpostfix operator problem Pin
P e t e r28-Jul-00 1:35
P e t e r28-Jul-00 1:35 
GeneralRe: postfix operator problem Pin
Jon28-Jul-00 1:45
Jon28-Jul-00 1:45 
GeneralRe: postfix operator problem Pin
Mike Dunn28-Jul-00 7:16
Mike Dunn28-Jul-00 7:16 
GeneralScanning a registry folder Pin
xtsea27-Jul-00 22:47
xtsea27-Jul-00 22:47 

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.