How to use the WinIo library in Win2000 and WinXP system. this sample will lead...
- 资源大小:64.47 kB
- 上传时间:2021-06-30
- 下载次数:0次
- 浏览次数:1次
- 资源积分:1积分
-
标 签:
Windows核心
资 源 简 介
VC下WinIo的应用实例(改进版)根据前一版有网友提出的建议进行改进,为了在VC中能正常使用WinIo库,必须按以下步骤进行配置:
(1):将WinIo.dll、WinIo.sys、WINIO.VXD三个文件放在程序可执行文件所在目录下;
(2):将WinIo.lib添加到工程中,WinIo.lib及winio.h文件必须放在工程目录下;
(3):在StdAfx.h头文件中加入#include "winio.h"语句;
(4):调用InitializeWinIo函数初始化WinIo驱动库;
(5):调用读写IO口的GetPortVal或SetPortVal函数;
(6):调用ShutdownWinIo函数;
本实例是在VC6.0环境下 XP系统.
-How to use the WinIo library in Win2000 and WinXP system. this sample will lead you to use the WinIo rightly.
文 件 列 表
IOcard
res
Release
Debug
IOcard.aps
IOcard.clw
IOcard.cpp
IOcard.dsp
IOcard.dsw
IOcard.h
IOcard.ncb
IOcard.opt
IOcard.plg
IOcard.rc
IOcardDlg.cpp
IOcardDlg.h
ReadMe.txt
resource.h
StdAfx.cpp
StdAfx.h
WinIo.h
WinIo.lib