Windows程序调用的函数可分为2部分:C Runtimes + Windows API

C Runtimes

  LIBC.LIB -- C Runtime函数库的静态链接版本

  MSVSRT.LIB--C Runtime库的动态链接版本(如果要链接这一函数,你的程序执行时必须有MSVCRT40.DLL在场)

Windows API

  由操作系统本身提供,主要是Windows三大模块:GDI32.DLL USER32.DLL KERNEL32.DLL

所有Windows程序都必须载入WINDOWS.H,不过,它只照顾三大模块所提供的API。

 posted on 2012-10-20 11:59  Jiang, X.  阅读(320)  评论(0编辑  收藏  举报