Home > Back-end >  VC6 NTDLL. DLL 0 xc0000005: access Violation error
VC6 NTDLL. DLL 0 xc0000005: access Violation error

Time:10-08

Doing a single email system debugging problem here
# 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 & gt; 1000
# pragma once
# endif//_MSC_VER & gt; 1000
//PopDlg. H: the header file
//

/////////////////////////////////////////////////////////////////////////////
//CPopDlg dialog

The class CPopDlg: public CDialog
{
//Construction
Public:
Void OpenFile ();
PParent CPopDlg (CWnd *=NULL);//standard constructor
CFont * f;
PopPort cstrings strPopAddr [10], [10], strPopAccount [10], strPopPassword [10], strPopSendfrom [10].
Int line;
Cstrings 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 * symbol;//(DDX/DDV support
//}} AFX_VIRTUAL

//Implementation
Protected:

//Generated message map functions provides
//{{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_)
This code inside where there is an error, ask the great spirit show

CodePudding user response:

Are all automatically generated code, you first positioning to which line error!!!!

CodePudding user response:


Main problem is that such an error code
  • Related