“unexpected #endif”这个错误应该怎么解决?谢谢。
以下是我的代码中有问题的部分,请各位高人指点一下,急等中......
#include "StudentDlg.h"
#include "MainFrm.h"
#include "SearchDlg.h"
#ifdef _DEBUG
#include "stdafx.h"
#include "manage.h"
#include "StudentRecordset.h"
#include "LoginRecordset.h"
#include "LoginDlg.h"
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
......