猫鼠游戏第一季医生:VC中SetViewportExt和SetViewportOrg的头文件是什么?

来源:百度文库 编辑:高考问答 时间:2024/05/02 08:02:49
编译后显示错误:
error C2065: 'SetViewportExt' : undeclared identifier
error C2065: 'SetViewportOrg' : undeclared identifier
是缺少了什么头文件吗?
我已经加进了这几个头文件了~可是编译还是显示出错~谁能帮帮我~是不是函数名称改了啊?我用的是VC++6.0版本~
#include "windows.h"
#include "stdafx.h"
#include "time.h"
#include "math.h"

在MFC程序中应该可以直接用吧,要不加#include "stdafx.h"试试。