Click here to Skip to main content
15,922,166 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: pointer casting Pin
Rajesh R Subramanian9-Apr-09 1:13
professionalRajesh R Subramanian9-Apr-09 1:13 
GeneralRe: pointer casting Pin
Jorge9-Apr-09 1:40
Jorge9-Apr-09 1:40 
AnswerRe: pointer casting Pin
Divyang Mithaiwala9-Apr-09 1:01
Divyang Mithaiwala9-Apr-09 1:01 
GeneralRe: pointer casting Pin
Jorge9-Apr-09 1:19
Jorge9-Apr-09 1:19 
QuestionHeader file Pin
p_19608-Apr-09 21:25
p_19608-Apr-09 21:25 
AnswerRe: Header file Pin
«_Superman_»8-Apr-09 21:29
professional«_Superman_»8-Apr-09 21:29 
AnswerRe: Header file Pin
CPallini8-Apr-09 21:31
mveCPallini8-Apr-09 21:31 
AnswerRe: Header file Pin
ThatsAlok8-Apr-09 22:38
ThatsAlok8-Apr-09 22:38 
GeneralRe: Header file Pin
CPallini8-Apr-09 22:42
mveCPallini8-Apr-09 22:42 
AnswerRe: Header file Pin
Hamid_RT8-Apr-09 23:52
Hamid_RT8-Apr-09 23:52 
QuestionShellExecuteEx not working fine in case of Visual Studio 2008. Pin
Le@rner8-Apr-09 21:03
Le@rner8-Apr-09 21:03 
AnswerRe: ShellExecuteEx not working fine in case of Visual Studio 2008. Pin
Rajesh R Subramanian8-Apr-09 21:37
professionalRajesh R Subramanian8-Apr-09 21:37 
JokeRe: ShellExecuteEx not working fine in case of Visual Studio 2008. Pin
CPallini8-Apr-09 22:01
mveCPallini8-Apr-09 22:01 
JokeRe: ShellExecuteEx not working fine in case of Visual Studio 2008. Pin
Rajesh R Subramanian8-Apr-09 22:20
professionalRajesh R Subramanian8-Apr-09 22:20 
AnswerRe: ShellExecuteEx not working fine in case of Visual Studio 2008. Pin
Hamid_RT8-Apr-09 23:56
Hamid_RT8-Apr-09 23:56 
QuestionBasic Segmentation fault help needed Pin
Brandon Ramirez8-Apr-09 20:56
Brandon Ramirez8-Apr-09 20:56 
QuestionRe: Basic Segmentation fault help needed Pin
CPallini8-Apr-09 21:27
mveCPallini8-Apr-09 21:27 
QuestionRe: Basic Segmentation fault help needed Pin
Brandon Ramirez8-Apr-09 21:46
Brandon Ramirez8-Apr-09 21:46 
AnswerRe: Basic Segmentation fault help needed Pin
CPallini8-Apr-09 21:58
mveCPallini8-Apr-09 21:58 
GeneralRe: Basic Segmentation fault help needed Pin
Brandon Ramirez8-Apr-09 22:11
Brandon Ramirez8-Apr-09 22:11 
GeneralRe: Basic Segmentation fault help needed Pin
CPallini8-Apr-09 22:22
mveCPallini8-Apr-09 22:22 
AnswerRe: Basic Segmentation fault help needed Pin
Stuart Dootson8-Apr-09 23:13
professionalStuart Dootson8-Apr-09 23:13 
GeneralRe: Basic Segmentation fault help needed Pin
CPallini8-Apr-09 23:24
mveCPallini8-Apr-09 23:24 
QuestionRe: Basic Segmentation fault help needed Pin
David Crow9-Apr-09 3:19
David Crow9-Apr-09 3:19 
Questionpointer on class Pin
durban28-Apr-09 20:34
durban28-Apr-09 20:34 
MFC, STUDIO 2008, MDI-project
If to comment
СAdderDialog* m_pModeless5;
then OK!

// modeldlg.h : implementation file
protected:
СAdderDialog* m_pModeless5; // pointer on class
error C2143: syntax error : missing ';' before '*'
error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
: error C2614: 'CMainDlg' : illegal member initialization: 'm_pModeless5' is not a base or member

class CAdderDialog : public Cdialog
class CMainDlg : public Cdialog

// adderdlg.cpp : implementation file
#include "stdafx.h"
#include "ADO_MDI.h"
#include "Aadderdlg.h"
#include "modeldlg.h"

// modeldlg.cpp : implementation file
#include "stdafx.h"
#include "ADO_MDI.h"
#include "Aadderdlg.h"
#include "modeldlg.h"

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.