Click here to Skip to main content
15,890,438 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Help me DisConnect Internet use Ras Pin
Alain Rist1-Nov-10 10:15
Alain Rist1-Nov-10 10:15 
QuestionC2504 error using CMFCButton (or other CMFCFxxx classes) within a DLL Pin
Ralph1-Nov-10 6:51
Ralph1-Nov-10 6:51 
QuestionRe: C2504 error using CMFCButton (or other CMFCFxxx classes) within a DLL Pin
Christoph Bail1-Nov-10 9:14
Christoph Bail1-Nov-10 9:14 
AnswerRe: C2504 error using CMFCButton (or other CMFCFxxx classes) within a DLL Pin
Ralph1-Nov-10 20:29
Ralph1-Nov-10 20:29 
GeneralRe: C2504 error using CMFCButton (or other CMFCFxxx classes) within a DLL Pin
Christoph Bail1-Nov-10 21:07
Christoph Bail1-Nov-10 21:07 
GeneralRe: C2504 error using CMFCButton (or other CMFCFxxx classes) within a DLL Pin
Ralph2-Nov-10 8:49
Ralph2-Nov-10 8:49 
GeneralRe: C2504 error using CMFCButton (or other CMFCFxxx classes) within a DLL Pin
Christoph Bail2-Nov-10 10:37
Christoph Bail2-Nov-10 10:37 
QuestionICommDlgBrowser2 interface not working.... Pin
AmbiguousName1-Nov-10 6:05
AmbiguousName1-Nov-10 6:05 
hello guys.... I have a project, when I build it it gives an error
ICommDlgBrowser2: base class undefined

in shobjidl.h I dont know how this file got included and how this error is coming.
Here is some of the code around that error
EXTERN_C const IID IID_ICommDlgBrowser3;

#if defined(__cplusplus) && !defined(CINTERFACE)
    
    MIDL_INTERFACE("c8ad25a1-3294-41ee-8165-71174bd01c57")
    ICommDlgBrowser3 : public ICommDlgBrowser2
    {
    public:
        virtual HRESULT STDMETHODCALLTYPE OnColumnClicked( 
            /* [in] */ __RPC__in_opt IShellView *ppshv,
            /* [in] */ int iColumn) = 0;
        
        virtual HRESULT STDMETHODCALLTYPE GetCurrentFilter( 
            /* [size_is][string][out] */ __RPC__out_ecount_full_string(cchFileSpec) LPWSTR pszFileSpec,
            /* [in] */ int cchFileSpec) = 0;
        
        virtual HRESULT STDMETHODCALLTYPE OnPreViewCreated( 
            /* [in] */ __RPC__in_opt IShellView *ppshv) = 0;
        
    };
    
#else 	/* C style interface */
//......................................
//again some code
//......................................

AnswerRe: ICommDlgBrowser2 interface not working.... Pin
CPallini1-Nov-10 23:15
mveCPallini1-Nov-10 23:15 
QuestionCompiler error when including afxtempl.h Pin
piul1-Nov-10 2:55
piul1-Nov-10 2:55 
AnswerRe: Compiler error when including afxtempl.h Pin
Christoph Bail1-Nov-10 4:03
Christoph Bail1-Nov-10 4:03 
GeneralRe: Compiler error when including afxtempl.h Pin
piul1-Nov-10 4:46
piul1-Nov-10 4:46 
GeneralRe: Compiler error when including afxtempl.h Pin
Christoph Bail1-Nov-10 5:08
Christoph Bail1-Nov-10 5:08 
GeneralRe: Compiler error when including afxtempl.h Pin
piul1-Nov-10 5:40
piul1-Nov-10 5:40 
GeneralRe: Compiler error when including afxtempl.h Pin
Christoph Bail1-Nov-10 6:10
Christoph Bail1-Nov-10 6:10 
GeneralRe: Compiler error when including afxtempl.h Pin
piul1-Nov-10 6:38
piul1-Nov-10 6:38 
GeneralRe: Compiler error when including afxtempl.h Pin
Christoph Bail1-Nov-10 7:30
Christoph Bail1-Nov-10 7:30 
QuestionRe: Compiler error when including afxtempl.h Pin
David Crow1-Nov-10 5:04
David Crow1-Nov-10 5:04 
AnswerRe: Compiler error when including afxtempl.h Pin
piul1-Nov-10 5:52
piul1-Nov-10 5:52 
GeneralRe: Compiler error when including afxtempl.h Pin
David Crow1-Nov-10 6:07
David Crow1-Nov-10 6:07 
QuestionLinkage error - Variable already defined Pin
piul1-Nov-10 2:18
piul1-Nov-10 2:18 
AnswerRe: Linkage error - Variable already defined Pin
Richard MacCutchan1-Nov-10 2:34
mveRichard MacCutchan1-Nov-10 2:34 
GeneralRe: Linkage error - Variable already defined Pin
piul1-Nov-10 2:53
piul1-Nov-10 2:53 
AnswerRe: Linkage error - Variable already defined Pin
«_Superman_»1-Nov-10 6:18
professional«_Superman_»1-Nov-10 6:18 
QuestionMemory leakage Tool Pin
GAJERA1-Nov-10 1:47
GAJERA1-Nov-10 1: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.