Click here to Skip to main content
15,894,343 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: manipulating windows / changing checkmarks, sliders Pin
Johpoke27-May-07 23:11
Johpoke27-May-07 23:11 
QuestionMFC to C++(Borland) Pin
Software_Specialist27-May-07 10:06
Software_Specialist27-May-07 10:06 
AnswerRe: MFC to C++(Borland) Pin
Christian Graus27-May-07 12:12
protectorChristian Graus27-May-07 12:12 
QuestionCreating TabStop Property Pin
İsmail Durmaz27-May-07 10:06
İsmail Durmaz27-May-07 10:06 
AnswerRe: Creating TabStop Property Pin
Naveen27-May-07 14:17
Naveen27-May-07 14:17 
GeneralRe: Creating TabStop Property Pin
İsmail Durmaz28-May-07 3:39
İsmail Durmaz28-May-07 3:39 
QuestionAfxGetApp NULL pointer issue Pin
Abyss27-May-07 7:27
Abyss27-May-07 7:27 
AnswerRe: AfxGetApp NULL pointer issue Pin
Mark Salsbery27-May-07 9:38
Mark Salsbery27-May-07 9:38 
You'll still need a global app object in the EXE project, something like:

// The one and only CTestApp object
CTestApp theApp;


If you already have that...


How is CCommonApp declared? It should be like this:

class AFX_EXT_CLASS CCommonApp : public CWinApp
{
...
};

Your DLL needs to be a legitimate MFC extension DLL as well.


Mark


"Posting a VB.NET question in the C++ forum will end in tears." Chris Maunder

GeneralRe: AfxGetApp NULL pointer issue Pin
Abyss27-May-07 10:00
Abyss27-May-07 10:00 
GeneralRe: AfxGetApp NULL pointer issue Pin
Mark Salsbery27-May-07 10:32
Mark Salsbery27-May-07 10:32 
GeneralRe: AfxGetApp NULL pointer issue Pin
Abyss27-May-07 18:48
Abyss27-May-07 18:48 
GeneralRe: AfxGetApp NULL pointer issue Pin
Abyss27-May-07 20:15
Abyss27-May-07 20:15 
GeneralRe: AfxGetApp NULL pointer issue Pin
Mark Salsbery28-May-07 6:10
Mark Salsbery28-May-07 6:10 
QuestionCallback help needed Pin
Thomas Andersen27-May-07 5:44
Thomas Andersen27-May-07 5:44 
AnswerRe: Callback help needed [modified] Pin
Richard Andrew x6427-May-07 7:24
professionalRichard Andrew x6427-May-07 7:24 
Questionvector::erase() Pin
C_Zealot27-May-07 1:02
C_Zealot27-May-07 1:02 
AnswerRe: vector::erase() Pin
Cedric Moonen27-May-07 1:16
Cedric Moonen27-May-07 1:16 
GeneralRe: vector::erase() Pin
C_Zealot27-May-07 1:21
C_Zealot27-May-07 1:21 
AnswerRe: vector::erase() Pin
Garth J Lancaster27-May-07 1:28
professionalGarth J Lancaster27-May-07 1:28 
GeneralRe: vector::erase() Pin
C_Zealot27-May-07 1:30
C_Zealot27-May-07 1:30 
Questionhow to call a dialog in DLL containing Active X - Date Time Picker Pin
prashant pissey27-May-07 0:37
prashant pissey27-May-07 0:37 
AnswerRe: how to call a dialog in DLL containing Active X - Date Time Picker Pin
Naveen27-May-07 14:19
Naveen27-May-07 14:19 
GeneralRe: how to call a dialog in DLL containing Active X - Date Time Picker Pin
prashant pissey27-May-07 17:37
prashant pissey27-May-07 17:37 
GeneralRe: how to call a dialog in DLL containing Active X - Date Time Picker Pin
Naveen27-May-07 17:50
Naveen27-May-07 17:50 
GeneralRe: how to call a dialog in DLL containing Active X - Date Time Picker Pin
prashant pissey27-May-07 18:25
prashant pissey27-May-07 18:25 

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.