Click here to Skip to main content
15,891,033 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help me DisConnect Internet use Ras Pin
«_Superman_»1-Nov-10 8:41
professional«_Superman_»1-Nov-10 8:41 
AnswerRe: Help me DisConnect Internet use Ras Pin
David Crow1-Nov-10 9:11
David Crow1-Nov-10 9:11 
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 
Hi Christoph,

I've just compiled the dll project with an additional "#include "afxpropertygridctrl.h" " and now the compiler throws only the following error:

error C2512: 'CMFCPropertyGridProperty': No default constructor is available for the specified class

because my test code looked like these (for testing purpose of knowing the class):

CMFCPropertyGridProperty m;

After changing the line to:

CMFCPropertyGridProperty m(_T("Group") ) ;

it works!! Smile | :)

Sometime you only need someone who poses the easy questions twice to point out the own problems.

Thanks a lot for your help!!!

Regards Ralph
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 
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 

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.