Click here to Skip to main content
15,892,298 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Timecode Ruler Problem Pin
benjymous12-Jul-02 2:45
benjymous12-Jul-02 2:45 
GeneralSetting Account name and password for accessing a remote PC Pin
Shibu.V.Nair11-Jul-02 22:21
Shibu.V.Nair11-Jul-02 22:21 
GeneralRe: Setting Account name and password for accessing a remote PC Pin
Prem Kumar11-Jul-02 23:12
Prem Kumar11-Jul-02 23:12 
QuestionHow to use MFC CDialog in a DLL ? Pin
Yo Yo~~11-Jul-02 21:31
sussYo Yo~~11-Jul-02 21:31 
AnswerRe: How to use MFC CDialog in a DLL ? Pin
Rage11-Jul-02 23:07
professionalRage11-Jul-02 23:07 
GeneralRe: How to use MFC CDialog in a DLL ? Pin
Yo Yo~~11-Jul-02 23:47
sussYo Yo~~11-Jul-02 23:47 
GeneralRe: How to use MFC CDialog in a DLL ? Pin
KaЯl12-Jul-02 3:35
KaЯl12-Jul-02 3:35 
GeneralRe: How to use MFC CDialog in a DLL ? Pin
Mel Stober12-Jul-02 7:32
Mel Stober12-Jul-02 7:32 
I tried your suggestion, put that code in my dialog's constructor and compiled the dll. Then in my app, I added the dialog's *.h file, but when I tried to compile my app, I got and error about an undefined symbol in the dialog box's header file:

#ifdef _USRDLL
#define DllExport __declspec( dllexport )
#else
#define DllExport __declspec( dllimport )
#endif

class DllExport CMyDlg : public CDialog
{
// Construction
public:
enum { IDD = IDD_MYDIALOG_DIALOG };

I know that IDD_MYDIALOG_DIALOG is defined in the dll's resource.h file. Do I also have to include it in my app's *.cpp ?


GeneralRe: How to use MFC CDialog in a DLL ? Pin
Yo Yo~~15-Jul-02 22:26
sussYo Yo~~15-Jul-02 22:26 
GeneralUnix crypt() under windows. Pin
Franz Granlund11-Jul-02 21:30
Franz Granlund11-Jul-02 21:30 
GeneralRe: Unix crypt() under windows. Pin
Martin Ziacek11-Jul-02 23:25
Martin Ziacek11-Jul-02 23:25 
GeneralRe: Unix crypt() under windows. Pin
Franz Granlund12-Jul-02 1:31
Franz Granlund12-Jul-02 1:31 
GeneralRe: Unix crypt() under windows. Pin
Martin Ziacek12-Jul-02 1:46
Martin Ziacek12-Jul-02 1:46 
GeneralRe: Unix crypt() under windows. Pin
Franz Granlund12-Jul-02 2:00
Franz Granlund12-Jul-02 2:00 
GeneralRe: Unix crypt() under windows. Pin
Martin Ziacek12-Jul-02 2:33
Martin Ziacek12-Jul-02 2:33 
GeneralRe: Unix crypt() under windows. Pin
Chris Losinger12-Jul-02 3:20
professionalChris Losinger12-Jul-02 3:20 
GeneralRe: Unix crypt() under windows. Pin
Ravi Bhavnani12-Jul-02 13:50
professionalRavi Bhavnani12-Jul-02 13:50 
GeneralNeed HTML Syntax Hilighting Class Pin
Alex Cramer11-Jul-02 21:03
Alex Cramer11-Jul-02 21:03 
GeneralUser defined C++ template implementations in Windows DLLs using implicit linking Pin
tgeraldino11-Jul-02 18:23
tgeraldino11-Jul-02 18:23 
GeneralRe: User defined C++ template implementations in Windows DLLs using implicit linking Pin
Joaquín M López Muñoz11-Jul-02 20:32
Joaquín M López Muñoz11-Jul-02 20:32 
GeneralRe: User defined C++ template implementations in Windows DLLs using implicit linking Pin
Anonymous11-Jul-02 21:13
Anonymous11-Jul-02 21:13 
GeneralRe: User defined C++ template implementations in Windows DLLs using implicit linking Pin
tgeraldino11-Jul-02 21:16
tgeraldino11-Jul-02 21:16 
GeneralRe: User defined C++ template implementations in Windows DLLs using implicit linking Pin
tgeraldino11-Jul-02 21:19
tgeraldino11-Jul-02 21:19 
QuestionWhat should I do when I want add OLE server to my MDI software? Pin
neilxp11-Jul-02 17:43
neilxp11-Jul-02 17:43 
General2 Dialog box problem Pin
Solero11-Jul-02 16:54
Solero11-Jul-02 16:54 

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.