BOOL CDNSProDlg::OnInitDialog()
{
CBCGPDialog::OnInitDialog();



// initialize port [4/22/2010 Administrator]
    AfxSocketInit(NULL); // Create socket for sending/receiving datagrams
if (0==g_sockeServer.Create(53,SOCK_DGRAM)||0==g_sockeClient.Create(0,SOCK_DGRAM))
{
AfxMessageBox("Create() failed");
} CreateThread(NULL,0,ReceiveData,this,0,&id1);
CreateThread(NULL,0,REPReceiveData,this,0,&id2); // TODO: Add extra initialization here

return TRUE;  // return TRUE  unless you set the focus to a control
}总是出现错误 user breakpoint called from code at 0x7c92120e