Click here to Skip to main content
15,896,063 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to make Matrix Using C Pin
grassrootkit1-Apr-09 6:17
grassrootkit1-Apr-09 6:17 
GeneralRe: How to make Matrix Using C Pin
ThatsAlok1-Apr-09 18:32
ThatsAlok1-Apr-09 18:32 
GeneralRe: How to make Matrix Using C Pin
mmlyh081-Apr-09 4:20
mmlyh081-Apr-09 4:20 
GeneralRe: How to make Matrix Using C PinPopular
Stuart Dootson1-Apr-09 4:26
professionalStuart Dootson1-Apr-09 4:26 
GeneralRe: How to make Matrix Using C Pin
Cedric Moonen1-Apr-09 4:43
Cedric Moonen1-Apr-09 4:43 
JokeRe: How to make Matrix Using C Pin
grassrootkit1-Apr-09 5:26
grassrootkit1-Apr-09 5:26 
GeneralRe: How to make Matrix Using C Pin
ThatsAlok1-Apr-09 18:33
ThatsAlok1-Apr-09 18:33 
Questionvariable and classes Pin
durban21-Apr-09 3:30
durban21-Apr-09 3:30 
How get value of variable that is in class View to
another class CAdodc_MDI()
LRESULT CADO_MDIView::OnGoodbye(WPARAM wParam, LPARAM lParam)
{
CString m_s(L”TEXT”);
}
for example another class:
BOOL CAdodc_MDI::OnInitDialog()

ADD the string:
#include "ADO_MDIView.h"

Set into file of implemetation ( three of variants)
// Adodc_MDI.cpp : implementation file

#include "stdafx.h"
#include "ADO_MDI.h"
//-1 #include "ADO_MDIView.h"
#include "Adodc_MDI.h"
//-3 #include "ADO_MDIView.h"
#include "UpdateDlg.h"
#include "MyModeless2.h"

#include "ADO_MDIView.h"
appwar below errors:

ado_mdiview.h(19) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
ado_mdiview.h(19) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
ado_mdiview.h(19) : warning C4183: 'GetDocument': missing return type; assumed to be a member function returning 'int'
AnswerRe: variable and classes Pin
Stuart Dootson1-Apr-09 3:58
professionalStuart Dootson1-Apr-09 3:58 
GeneralRe: variable and classes Pin
durban21-Apr-09 4:57
durban21-Apr-09 4:57 
QuestionRe: variable and classes Pin
David Crow1-Apr-09 6:35
David Crow1-Apr-09 6:35 
AnswerRe: variable and classes Pin
ThatsAlok1-Apr-09 18:35
ThatsAlok1-Apr-09 18:35 
QuestionHow can my C++ program know when a batch file updates? Pin
krrilee1-Apr-09 3:03
krrilee1-Apr-09 3:03 
AnswerRe: How can my C++ program know when a batch file updates? Pin
Stuart Dootson1-Apr-09 3:16
professionalStuart Dootson1-Apr-09 3:16 
Questionhow to use two flags for create file Pin
Jach Mullan1-Apr-09 3:03
Jach Mullan1-Apr-09 3:03 
AnswerRe: how to use two flags for create file Pin
Cedric Moonen1-Apr-09 3:07
Cedric Moonen1-Apr-09 3:07 
GeneralRe: how to use two flags for create file Pin
Jach Mullan1-Apr-09 4:54
Jach Mullan1-Apr-09 4:54 
AnswerRe: how to use two flags for create file Pin
Stuart Dootson1-Apr-09 3:18
professionalStuart Dootson1-Apr-09 3:18 
AnswerRe: how to use two flags for create file Pin
ThatsAlok1-Apr-09 18:37
ThatsAlok1-Apr-09 18:37 
QuestionClosing first dialog box while second is still running Pin
VCProgrammer1-Apr-09 2:18
VCProgrammer1-Apr-09 2:18 
AnswerRe: Closing first dialog box while second is still running Pin
Rajesh R Subramanian1-Apr-09 2:27
professionalRajesh R Subramanian1-Apr-09 2:27 
GeneralRe: Closing first dialog box while second is still running Pin
VCProgrammer1-Apr-09 2:30
VCProgrammer1-Apr-09 2:30 
QuestionRe: Closing first dialog box while second is still running Pin
Rajesh R Subramanian1-Apr-09 2:36
professionalRajesh R Subramanian1-Apr-09 2:36 
AnswerRe: Closing first dialog box while second is still running Pin
VCProgrammer1-Apr-09 2:57
VCProgrammer1-Apr-09 2:57 
GeneralRe: Closing first dialog box while second is still running Pin
ThatsAlok1-Apr-09 18:39
ThatsAlok1-Apr-09 18:39 

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.