Programming 版 (精华区)
发信人: zpw (zhao), 信区: Programming
标 题: FAQ for VXD(十七)
发信站: 紫 丁 香 (Tue Jul 28 14:26:10 1998), 转信
Can I write device drivers in C/C++, or must I use assembly language?
VxDs are 32-bit programs. You may use a 32-bit C/C++ compiler, but you
must be careful about segmentation, calling conventions, and run time
library routines that require initialization. Many of the interfaces
provided by the Virtual Machine Manager have register-based calling
conventions.
Vireo Software sells a toolkit that allows you to use C or C++ to write
VxDs. See below.
--
※ 来源:.紫 丁 香 bbs.hit.edu.cn.[FROM: yaoyu.hit.edu.cn]
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
页面执行时间:3.485毫秒