VC6 NTDLL.DLL 0XC0000005:access Violation错误
自己做的一个邮件收发系统 单个调试问题出在这里
#if !defined(AFX_POPDLG_H__B43A890D_DB7A_4F12_B397_2C0F9F55FE67__INCLUDED_)
#define AFX_POPDLG_H__B43A890D_DB7A_4F12_B397_2C0F9F55FE67__INCLUDED_
#include "CustomButton.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PopDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CPopDlg dialog
class CPopDlg : public CDialog
{
// Construction
public:
void OpenFile();
CPopDlg(CWnd* pParent = NULL); // standard constructor
CFont *f;
CString strPopAddr[10], popPort[10],strPopAccount[10],strPopPassword[10] ,strPopSendfrom[10];
int line;
CString deleteFile;
// Dialog Data
//{{AFX_DATA(CPopDlg)
enum { IDD = IDD_POP3SET };
CCustomButton m_button2;
CCustomButton m_button1;
CListCtrl m_pop3List;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPopDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CPopDlg)
virtual BOOL OnInitDialog();
afx_msg void OnRclickListPop3(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnTest();
afx_msg void OnDblclkListPop3(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnMenuDeleteSet();
afx_msg void OnAdd();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_POPDLG_H__B43A890D_DB7A_4F12_B397_2C0F9F55FE67__INCLUDED_)
这代码里面 哪里有错误。 求大神指点