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

C / C++ / MFC

 
Questionm_slider.SetSelection(3,7); Pin
ashish dogra13-Jul-06 19:24
ashish dogra13-Jul-06 19:24 
AnswerRe: m_slider.SetSelection(3,7); Pin
*Dreamz13-Jul-06 20:18
*Dreamz13-Jul-06 20:18 
Questionvc++/api Pin
With_problem13-Jul-06 18:39
With_problem13-Jul-06 18:39 
AnswerRe: vc++/api Pin
With_problem13-Jul-06 18:49
With_problem13-Jul-06 18:49 
AnswerRe: vc++/api Pin
_AnsHUMAN_ 13-Jul-06 18:51
_AnsHUMAN_ 13-Jul-06 18:51 
GeneralRe: vc++/api Pin
With_problem13-Jul-06 18:57
With_problem13-Jul-06 18:57 
AnswerRe: vc++/api Pin
With_problem13-Jul-06 19:42
With_problem13-Jul-06 19:42 
QuestionAsk a problem,about inheritance :) Pin
rxgmoral13-Jul-06 18:37
rxgmoral13-Jul-06 18:37 
Ask a problem,about inheritance Smile | :)

****************static DLL*****************
<<<<<<<<<cmview.h>>>>>>>>>>>
#pragma once
class AFX_NOVTABLE CmView :public CView
{
public:
__declspec(dllexport) CmView();
};

<<<<<<<<<cmview.cpp>>>>>>>>
#include "stdafx.h"
#include "CmView.h"
CmView::CmView()
{

}


******************static EXE******************
<<<<<<<<exeview.h>>>>>>>>>
#pragma once
#include "CmView.h"
#pragma comment(lib,"dll.lib")
class EXEView : public CmView
{
...........
};

<<<<<<<<<exeview.cpp>>>>>>>>>
#include "stdafx.h"
#include "EXEView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
IMPLEMENT_DYNCREATE(CInfoEngineView, CmView)
.......................



error:
error C2039: 'classCmView' : is not a member of 'CmView'
see declaration of 'CmView'
error C2065: 'classCmView' : undeclared identifier

why......
thank youSmile | :)
AnswerRe: Ask a problem,about inheritance :) Pin
earl13-Jul-06 19:02
earl13-Jul-06 19:02 
QuestionProblem in file reading,help me Pin
Anu_Bala13-Jul-06 18:18
Anu_Bala13-Jul-06 18:18 
AnswerRe: Problem in file reading,help me [modified] Pin
_AnsHUMAN_ 13-Jul-06 18:31
_AnsHUMAN_ 13-Jul-06 18:31 
Questionhello, Pin
With_problem13-Jul-06 18:14
With_problem13-Jul-06 18:14 
AnswerRe: hello, Pin
KellyR13-Jul-06 18:23
KellyR13-Jul-06 18:23 
AnswerRe: hello, Pin
With_problem13-Jul-06 18:51
With_problem13-Jul-06 18:51 
GeneralRe: hello, Pin
earl13-Jul-06 19:08
earl13-Jul-06 19:08 
GeneralRe: hello, Pin
With_problem13-Jul-06 19:21
With_problem13-Jul-06 19:21 
GeneralRe: hello, Pin
*Dreamz13-Jul-06 19:29
*Dreamz13-Jul-06 19:29 
GeneralRe: hello, Pin
earl13-Jul-06 19:46
earl13-Jul-06 19:46 
Questionhow to add space to a string Pin
Joy Anne13-Jul-06 17:27
Joy Anne13-Jul-06 17:27 
AnswerRe: how to add space to a string Pin
Code_Zombie13-Jul-06 17:36
Code_Zombie13-Jul-06 17:36 
AnswerRe: how to add space to a string Pin
see me13-Jul-06 17:37
see me13-Jul-06 17:37 
AnswerRe: how to add space to a string Pin
KellyR13-Jul-06 18:34
KellyR13-Jul-06 18:34 
Questioncan tab control join project togehter? Pin
mimimimilaw13-Jul-06 17:21
mimimimilaw13-Jul-06 17:21 
AnswerRe: can tab control join project togehter? Pin
see me13-Jul-06 17:44
see me13-Jul-06 17:44 
GeneralRe: can tab control join project togehter? Pin
mimimimilaw13-Jul-06 17:47
mimimimilaw13-Jul-06 17: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.