Click here to Skip to main content
15,899,124 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: About exception c0000005 Pin
whiteclouds4-Jun-07 22:44
whiteclouds4-Jun-07 22:44 
GeneralRe: About exception c0000005 Pin
Hamid_RT5-Jun-07 4:49
Hamid_RT5-Jun-07 4:49 
GeneralRe: About exception c0000005 Pin
whiteclouds5-Jun-07 15:28
whiteclouds5-Jun-07 15:28 
GeneralRe: About exception c0000005 Pin
Hamid_RT5-Jun-07 21:30
Hamid_RT5-Jun-07 21:30 
AnswerRe: About exception c0000005 Pin
whiteclouds6-Jun-07 2:25
whiteclouds6-Jun-07 2:25 
GeneralRe: About exception c0000005 Pin
Hamid_RT6-Jun-07 4:44
Hamid_RT6-Jun-07 4:44 
GeneralRe: About exception c0000005 Pin
Arman S.4-Jun-07 22:36
Arman S.4-Jun-07 22:36 
GeneralRe: About exception c0000005 Pin
whiteclouds4-Jun-07 22:53
whiteclouds4-Jun-07 22:53 
//header file
class COpPDAFile : public CDialog<br />
{<br />
	DECLARE_DYNAMIC(COpPDAFile)<br />
<br />
public:<br />
	COpPDAFile(CWnd* pParent = NULL,CMySocket *pSock=NULL);<br />
	virtual ~COpPDAFile();<br />

//cpp file
COpPDAFile::COpPDAFile(CWnd* pParent,CMySocket *pSock/*=NULL*/)<br />
	: CDialog(COpPDAFile::IDD, pParent)<br />
	, msg(NULL)<br />
	, clsImage(NULL)<br />
{<br />
	p_sock=pSock;<br />
}<br />
void COpPDAFile::DoDataExchange(CDataExchange* pDX)<br />
{<br />
	CDialog::DoDataExchange(pDX);<br />
	DDX_Control(pDX, IDC_PDAFILE, lsPDAFile);<br />
	DDX_Control(pDX, IDC_UPBTN, btnUp);<br />
	DDX_Control(pDX, IDC_PATH, edPDAPath);<br />
}<br />
BOOL COpPDAFile::OnInitDialog()<br />
{<br />
	CDialog::OnInitDialog();//<big>code crash at here</big><br />
......<br />

GeneralRe: About exception c0000005 Pin
David Crow5-Jun-07 3:02
David Crow5-Jun-07 3:02 
AnswerRe: About exception c0000005 Pin
Steve S4-Jun-07 21:25
Steve S4-Jun-07 21:25 
AnswerRe: About exception c0000005 Pin
Hamid_RT4-Jun-07 21:41
Hamid_RT4-Jun-07 21:41 
GeneralRe: About exception c0000005 Pin
whiteclouds4-Jun-07 21:47
whiteclouds4-Jun-07 21:47 
Questionupload file in VC++ without ActiveX control Pin
Y_Kaushik4-Jun-07 21:08
Y_Kaushik4-Jun-07 21:08 
Questionabout static member of class Pin
tuqu4-Jun-07 21:00
tuqu4-Jun-07 21:00 
AnswerRe: about static member of class Pin
Cedric Moonen4-Jun-07 21:02
Cedric Moonen4-Jun-07 21:02 
GeneralRe: about static member of class Pin
tuqu4-Jun-07 21:40
tuqu4-Jun-07 21:40 
Questionwhy it can't work in server program Pin
CNJXRZ4-Jun-07 20:44
CNJXRZ4-Jun-07 20:44 
AnswerRe: why it can't work in server program Pin
messages4-Jun-07 20:52
messages4-Jun-07 20:52 
GeneralRe: why it can't work in server program Pin
CNJXRZ4-Jun-07 20:58
CNJXRZ4-Jun-07 20:58 
QuestionRe: why it can't work in server program Pin
David Crow5-Jun-07 3:07
David Crow5-Jun-07 3:07 
AnswerRe: why it can't work in server program [modified] Pin
Mark Salsbery5-Jun-07 5:13
Mark Salsbery5-Jun-07 5:13 
QuestionLinking to lib file (catch) Pin
Programm3r4-Jun-07 20:41
Programm3r4-Jun-07 20:41 
Answer#pragma comment ( lib, libpath) Pin
CNJXRZ4-Jun-07 20:54
CNJXRZ4-Jun-07 20:54 
QuestionRe: #pragma comment ( lib, libpath) Pin
Programm3r4-Jun-07 21:01
Programm3r4-Jun-07 21:01 
GeneralRe: #pragma comment ( lib, libpath) Pin
Programm3r4-Jun-07 21:18
Programm3r4-Jun-07 21:18 

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.