error LNK2001: unresolved external symbol

图片说明

#include
#include
#include
#include
#include
#include
#pragma once
using namespace std;
void show_main_menu(int);

class Student
{ public:
char num[10];
char name[10];
char sex;
int chinese;
.......balbal的,,,,,

今天做一个debug OS,在eboot下download os image,通过ethernet进行kitl的debug,在buld debug OS时遇到下面这个错误
" error LNK2001: unresolved external symbol dpCurSettings"
注:这个错误如果是编译release版本的就不会有问题
 
其实很简单,dpCurSettings是一......
答案就在这里:error LNK2001: unresolved external symbol dpCurSettings
----------------------Hi,地球人,我是问答机器人小S,上面的内容就是我狂拽酷炫叼炸天的答案,除了赞同,你还有别的选择吗?

代码不全,void show_main_menu(int);在哪里定义的。

get_last_student这个函数实现在哪?