Click here to Skip to main content
15,912,578 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Double Buffering vs. Private DC's Pin
Michael Dunn23-Jan-02 8:15
sitebuilderMichael Dunn23-Jan-02 8:15 
GeneralRe: Double Buffering vs. Private DC's Pin
Mark Lenz23-Jan-02 10:16
Mark Lenz23-Jan-02 10:16 
GeneralRe: Double Buffering vs. Private DC's Pin
Shog923-Jan-02 15:28
sitebuilderShog923-Jan-02 15:28 
GeneralRe: Double Buffering vs. Private DC's Pin
Michael Dunn23-Jan-02 19:24
sitebuilderMichael Dunn23-Jan-02 19:24 
GeneralRe: Double Buffering vs. Private DC's Pin
Mark Lenz23-Jan-02 11:22
Mark Lenz23-Jan-02 11:22 
GeneralCDROM Information Pin
Adrian Metcalfe23-Jan-02 4:42
Adrian Metcalfe23-Jan-02 4:42 
GeneralRe: CDROM Information Pin
moliate23-Jan-02 15:29
moliate23-Jan-02 15:29 
GeneralAFX_EXT_CLASS no assure export Pin
Franck George23-Jan-02 4:25
Franck George23-Jan-02 4:25 
Hello,

I want export a class in a MFC dll...

class AFX_EXT_CLASS CMyClass : public CMyOtherClass // in other dll linked
{
...
};

and after build:

CMyClass.cpp(19) : warning C4273: CMyClass::CMyClass': inconsistent dll linkage. dllexport assumed.
CMyClass_MSA.cpp(28) : warning C4273: CMyClass::~CMyClass': inconsistent dll linkage. dllexport assumed.
Linking...
Creating library ...
MyClass.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) const CMyClass::`vftable'" (__imp_??_7CMyClass@@6B@)

I don't understand. Please, help me!
Thank you.
Friendly.

Cry | :(( Cry | :(( Cry | :(( Cry | :(( Cry | :((
GeneralRe: AFX_EXT_CLASS no assure export Pin
Joao Vaz23-Jan-02 4:43
Joao Vaz23-Jan-02 4:43 
GeneralRe: AFX_EXT_CLASS no assure export Pin
Joao Vaz23-Jan-02 4:46
Joao Vaz23-Jan-02 4:46 
GeneralRe: AFX_EXT_CLASS no assure export Pin
Member 18414215-Jul-10 0:23
Member 18414215-Jul-10 0:23 
GeneralPLEASE Help URGENT Pin
Sonu Kapoor23-Jan-02 4:11
Sonu Kapoor23-Jan-02 4:11 
GeneralVisual C++ & OpenGL Pin
Rajveer23-Jan-02 3:16
Rajveer23-Jan-02 3:16 
QuestionIs MFC thread-safe? DialogBar with DLGTEMPL? Pin
HintiFlo23-Jan-02 2:21
HintiFlo23-Jan-02 2:21 
GeneralOnInitDialog called in Release, but not in Debug! Pin
Jonnie White23-Jan-02 0:50
Jonnie White23-Jan-02 0:50 
GeneralRe: OnInitDialog called in Release, but not in Debug! Pin
Alvaro Mendez23-Jan-02 9:37
Alvaro Mendez23-Jan-02 9:37 
GeneralRe: OnInitDialog called in Release, but not in Debug! Pin
Shog923-Jan-02 15:38
sitebuilderShog923-Jan-02 15:38 
GeneralRe: OnInitDialog called in Release, but not in Debug! Pin
Jonnie White24-Jan-02 0:21
Jonnie White24-Jan-02 0:21 
GeneralRegisterClass() in 98.. Pin
Neha23-Jan-02 0:51
Neha23-Jan-02 0:51 
GeneralRe: RegisterClass() in 98.. Pin
Michael P Butler23-Jan-02 0:53
Michael P Butler23-Jan-02 0:53 
QuestionHow to configure STLPort ? Pin
Ravish23-Jan-02 0:48
Ravish23-Jan-02 0:48 
AnswerRe: How to configure STLPort ? Pin
23-Jan-02 2:47
suss23-Jan-02 2:47 
GeneralApplication Closing Pin
Micheal John23-Jan-02 0:33
Micheal John23-Jan-02 0:33 
GeneralRe: Application Closing Pin
Vladimir Georgiev23-Jan-02 1:15
Vladimir Georgiev23-Jan-02 1:15 
GeneralRe: Application Closing Pin
NormDroid23-Jan-02 4:38
professionalNormDroid23-Jan-02 4:38 

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.