VerySource

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 680|回复: 1

有关DirectDraw

[复制链接]

1

主题

1

帖子

2.00

积分

新手上路

Rank: 1

积分
2.00
发表于 2020-2-16 21:30:01 | 显示全部楼层 |阅读模式
LPDIRECTDRAW7 lpdd;
if(FAILED(DirectDrawCreate(NULL,(LPDIRECTDRAW *)&lpdd,NULL)))
{
   MessageBox("Error~");
}
lpdd->SetDisplayMode(1280,1024,32,0,0);
为什么调用该函数以后会出现下面的中断
Run-Time Check Failure #0 - The value of ESP was not properly saved across a function call.  This is usually a result of calling a function declared with one calling convention with a function pointer declared with a different calling convention
回复

使用道具 举报

1

主题

2

帖子

3.00

积分

新手上路

Rank: 1

积分
3.00
发表于 2020-6-5 21:45:02 | 显示全部楼层
用DirectDrawCreateEx()函数,
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|CopyRight © 2008-2023|verysource.com ( 京ICP备17048824号-1 )

快速回复 返回顶部 返回列表