Windows 32 程序设计

C语言版

开发语言:C语言

开发工具:Visual Studio 2015

目      标:使用C语言,直接调用Windows API,创建Windows程序。

参考图书:《Windows程序设计 (第5版)》

Delphi版

开发语言:Object Pascal

开发工具:Delphi

目      标:使用Delphi,绕过VCL建立的各种创建Windows程序的便捷的类,直接调用Windows API,创建Windows程序。

参考图书:《Delphi Win32核心API参考》

MASM版

开发语言:MASM

开发工具:RadASM

目      标:在RadASM工具中使用MASM,直接调用Windows API,创建Windows程序。

参考图书:《Windows32位汇编语言程序设计》

原文地址:https://www.cnblogs.com/sunylat/p/6218133.html