文件名称:SOURCE11
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 15kb
- 下载次数:
- 0次
- 提 供 者:
- 梁*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Windows位图(Bitmap)和调色板(Palette)
source目录下为本章介绍的源程序
功能是打开一幅位图,并显示在屏幕上。
命令行编译过程如下
vcvars32
rc bmp.rc
cl bmp.c bmp.res user32.lib gdi32.lib
注意事项:
运行时,文件c:\test.bmp必须存在-Windows Bitmap (Bitmap) and the color palette (Palette) source directory, source code for the function described in this chapter is to open a bitmap and displayed on the screen. Command-line compiler as follows vcvars32 rc bmp.rc cl bmp.c bmp.res user32.lib gdi32.lib Note: run-time, file c: \ test.bmp must exist
source目录下为本章介绍的源程序
功能是打开一幅位图,并显示在屏幕上。
命令行编译过程如下
vcvars32
rc bmp.rc
cl bmp.c bmp.res user32.lib gdi32.lib
注意事项:
运行时,文件c:\test.bmp必须存在-Windows Bitmap (Bitmap) and the color palette (Palette) source directory, source code for the function described in this chapter is to open a bitmap and displayed on the screen. Command-line compiler as follows vcvars32 rc bmp.rc cl bmp.c bmp.res user32.lib gdi32.lib Note: run-time, file c: \ test.bmp must exist
(系统自动生成,下载前可以参看下载内容)
下载文件列表
SOURCE\BMP.APS
......\BMP.C
......\BMP.H
......\BMP.RC
......\README.TXT
SOURCE
......\BMP.C
......\BMP.H
......\BMP.RC
......\README.TXT
SOURCE