《Windows图形编程》配书源码
《Windows图形编程》配书源码.rar 做图形应该看看这本书 //-----------------------------------------------------------------------------------// // Windows Graphics Programming: Win32 GDI and DirectDraw // // ISBN 0-13-086985-6 // // // // Written by Yuan, Feng www.fengyuan.com // // Copyright (c) 2000 by Hewlett-Packard Company www.hp.com // // Published by Prentice Hall PTR, Prentice-Hall, Inc. www.phptr.com // // // // Version : 1.00.008, Oct 18, 2000 // //-----------------------------------------------------------------------------------// About the CD ============ This CD-ROM contains all sample code developed for the book, together with Microsoft Visual C++ 6.0 workspace files and pre-compiled binary files in both debug and release mode. Installation ============ There is an installation program on the CD, which will install the contents of the CD automatically once it is put into a computer. The installation program will create the following subfolders: 1) Samples: includes workspace files for sample programs from Chapter 1 to Chapter 18. 2) Links : web links to important web sites for documents, tools, and support, such as the Microsoft pages for downloading SDK, DDK, debug symbols, and service packs. 3) Images : sample images to be used with bitmap/image/printing related chapters. 4) Debug : pre-compiled debug mode binaries. 5) Release: pre-compiled release mode binaries. Running Sample Code =================== The sample programs are targeted at Windows 2000, although most programs should run on Windows 95, 98, or NT 4.0. To run all the programs, the following is needed: 1) Windows 2000 operating system. 2) DirectX 7 hardware support, used by the DirectDraw/Direct3D IM sample programs. 3) Windows 2000 debug symbol files, used by several tools. 4) WinDebug GDI debugger extension, used by tools in Chapter 3. 5) Pentium-compatible CPU, needed by some performance measuring code. Compiling Sample Code ===================== The sample code contained in the book is targeted at Windows 2000. To compile all the sample programs, the following is needed: 1) Install Visual C++ 6.0, for the compiler. 2) Install Visual Studio 6.0, service pack 3, msdn.microsoft.com/vstudio/sp/vs6sp3, for a compiler update. 3) Install MSDN, for on-line documentation. 4) Install Platform SDK, www.microsoft.com/downloads/sdks/platform/platform.asp, for the latest header files, library files, and tools. Make sure your VC 6.0 include and library directories are updated to use Platform SDK. 5) Install debug symbol files, www.microsoft.com/windows2000/downloads/otherdownloads/symbols. This is used by several tools, and it is good for debugging. 6) Install Windows 2000 DDK, www.microsoft.com/ddk. 1. Add ddk inc directory to the VC include directories. 2. Add ddk libfre\i386 directory to the VC library file directories DDK is needed for kernel mode device drivers. 7) Install WinDebug, www.microsoft.com/ddk/debugging. This is also part of DDK, and it is needed by tools in Chapter 3. Technical Support ================= Prentice Hall does not offer technical support for this software. However, if there is a problem with the media, you may obtain a replacement copy by e-mailing us with your problem at: disc_exchange@prenhall.com. Contact the author at www.fengyuan.com for updates, comments, suggestions, and technical support, regarding the contents of both the book and the CD. www.hp.com // // Published by Prentice Hall PTR, Prentice-Hall, Inc. www.phptr.com // // // // Version : 1.00.008, Oct 18, 2000 // //-----------------------------------------------------------------------------------// About the CD ============ This CD-ROM contains all sample code developed for the book, together with Microsoft Visual C++ 6.0 workspace files and pre-compiled binary files in both debug and release mode. Installation ============ There is an installation program on the CD, which will install the contents of the CD automatically once it is put into a computer. The installation program will create the following subfolders: 1) Samples: includes workspace files for sample programs from Chapter 1 to Chapter 18. 2) Links : web links to important web sites for documents, tools, and support, such as the Microsoft pages for downloading SDK, DDK, debug symbols, and service packs. 3) Images : sample images to be used with bitmap/image/printing related chapters. 4) Debug : pre-compiled debug mode binaries. 5) Release: pre-compiled release mode binaries. Running Sample Code =================== The sample programs are targeted at Windows 2000, although most programs should run on Windows 95, 98, or NT 4.0. To run all the programs, the following is needed: 1) Windows 2000 operating system. 2) DirectX 7 hardware support, used by the DirectDraw/Direct3D IM sample programs. 3) Windows 2000 debug symbol files, used by several tools. 4) WinDebug GDI debugger extension, used by tools in Chapter 3. 5) Pentium-compatible CPU, needed by some performance measuring code. Compiling Sample Code ===================== The sample code contained in the book is targeted at Windows 2000. To compile all the sample programs, the following is needed: 1) Install Visual C++ 6.0, for the compiler. 2) Install Visual Studio 6.0, service pack 3, msdn.microsoft.com/vstudio/sp/vs6sp3, for a compiler update. 3) Install MSDN, for on-line documentation. 4) Install Platform SDK, www.microsoft.com/downloads/sdks/platform/platform.asp, for the latest header files, library files, and tools. Make sure your VC 6.0 include and library directories are updated to use Platform SDK. 5) Install debug symbol files, www.microsoft.com/windows2000/downloads/otherdownloads/symbols. This is used by several tools, and it is good for debugging. 6) Install Windows 2000 DDK, www.microsoft.com/ddk. 1. Add ddk inc directory to the VC include directories. 2. Add ddk libfre\i386 directory to the VC library file directories DDK is needed for kernel mode device drivers. 7) Install WinDebug, www.microsoft.com/ddk/debugging. This is also part of DDK, and it is needed by tools in Chapter 3. Technical Support ================= Prentice Hall does not offer technical support for this software. However, if there is a problem with the media, you may obtain a replacement copy by e-mailing us with your problem at: disc_exchange@prenhall.com. Contact the author at www.fengyuan.com for updates, comments, suggestions, and technical support, regarding the contents of both the book and the CD.
下载地址
用户评论
代码可用,可以
金典资料的配套
没有找到自己想看的内容
确实为书上源代码,大部分不用怎么配置即可编译。虽然有些例子比较旧,但看了这些代码觉得大开眼界
很好,可以用,就是源码比较老
讲述了 常用的 与图形有关的用户对象 很不错
不错的源码,安装后很方便
需要配合原书看 对于系统掌握Windows图形编程还是很有帮助的
此书有点老了,但其中的一些代码现在还是很有价值的。