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

C / C++ / MFC

 
GeneralRe: Dynamic creation of EditBox problem Pin
Uday Janaswamy10-Jul-06 1:40
Uday Janaswamy10-Jul-06 1:40 
QuestionPlaySound Usage Pin
Manjunath S10-Jul-06 1:18
Manjunath S10-Jul-06 1:18 
AnswerRe: PlaySound Usage Pin
RockyJames10-Jul-06 1:32
RockyJames10-Jul-06 1:32 
AnswerRe: PlaySound Usage Pin
Naveen10-Jul-06 1:34
Naveen10-Jul-06 1:34 
GeneralRe: PlaySound Usage Pin
Manjunath S10-Jul-06 2:10
Manjunath S10-Jul-06 2:10 
GeneralRe: PlaySound Usage Pin
Ștefan-Mihai MOGA10-Jul-06 2:53
professionalȘtefan-Mihai MOGA10-Jul-06 2:53 
QuestionRe: PlaySound Usage Pin
David Crow10-Jul-06 3:00
David Crow10-Jul-06 3:00 
QuestionWin32 application Pin
Anu_Bala10-Jul-06 0:24
Anu_Bala10-Jul-06 0:24 
#include <afxwin.h>
class CExerciseApp : public CWinApp
{
public:
virtual BOOL InitInstance();
};
class CMainFrame : public CFrameWnd
{
public:
CMainFrame();
};
CMainFrame::CMainFrame()
{
Create(NULL, "MFC Fundamentals");
}
BOOL CExerciseApp::InitInstance()
{
m_pMainWnd = new CMainFrame;
m_pMainWnd->ShowWindow(SW_NORMAL);
return TRUE;
}
This is my basic Win32 application.Its shows unhandled ecxeption error.I set MFC as use MFC as shared DLL.i dnt know why the error occurs.Its mot console appliaion, it is win32 applcation.
AnswerRe: Win32 application Pin
RockyJames10-Jul-06 0:31
RockyJames10-Jul-06 0:31 
AnswerRe: Win32 application Pin
ThatsAlok10-Jul-06 1:29
ThatsAlok10-Jul-06 1:29 
AnswerRe: Win32 application Pin
David Crow10-Jul-06 3:09
David Crow10-Jul-06 3:09 
AnswerRe: Win32 application Pin
Zac Howland10-Jul-06 4:54
Zac Howland10-Jul-06 4:54 
QuestionBasic Doubt in CMutex Class. Pin
Uday Janaswamy10-Jul-06 0:23
Uday Janaswamy10-Jul-06 0:23 
AnswerRe: Basic Doubt in CMutex Class. Pin
Zac Howland10-Jul-06 4:56
Zac Howland10-Jul-06 4:56 
GeneralRe: Basic Doubt in CMutex Class. Pin
Uday Janaswamy10-Jul-06 18:43
Uday Janaswamy10-Jul-06 18:43 
GeneralRe: Basic Doubt in CMutex Class. Pin
Zac Howland11-Jul-06 2:38
Zac Howland11-Jul-06 2:38 
Questionmodeless dialog almost solved Pin
Desmo1610-Jul-06 0:22
Desmo1610-Jul-06 0:22 
AnswerRe: modeless dialog almost solved Pin
Desmo1610-Jul-06 1:08
Desmo1610-Jul-06 1:08 
QuestionRe: modeless dialog almost solved Pin
David Crow10-Jul-06 3:10
David Crow10-Jul-06 3:10 
AnswerRe: modeless dialog almost solved Pin
Desmo1610-Jul-06 3:56
Desmo1610-Jul-06 3:56 
Questionsystem restarting by itself Pin
Tara1410-Jul-06 0:09
Tara1410-Jul-06 0:09 
AnswerRe: system restarting by itself Pin
pgrohs10-Jul-06 1:39
pgrohs10-Jul-06 1:39 
GeneralRe: system restarting by itself Pin
Tara1410-Jul-06 1:44
Tara1410-Jul-06 1:44 
GeneralRe: system restarting by itself Pin
pgrohs10-Jul-06 1:50
pgrohs10-Jul-06 1:50 
GeneralRe: system restarting by itself Pin
Tara1410-Jul-06 1:53
Tara1410-Jul-06 1:53 

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.