macy
禁止发言
禁止发言
  • 注册日期2001-12-19
  • 最后登录2018-06-02
  • 粉丝0
  • 关注0
  • 积分6383分
  • 威望48270点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
  • 社区居民
阅读:1593回复:3

winpcap3.0 9x下编译问题,急?

楼主#
更多 发布于:2004-07-28 10:07
用户被禁言,该主题自动屏蔽!
macy
禁止发言
禁止发言
  • 注册日期2001-12-19
  • 最后登录2018-06-02
  • 粉丝0
  • 关注0
  • 积分6383分
  • 威望48270点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
  • 社区居民
沙发#
发布于:2004-08-03 15:49
用户被禁言,该主题自动屏蔽!
IoriKingdom
驱动小牛
驱动小牛
  • 注册日期2004-06-17
  • 最后登录2010-04-26
  • 粉丝0
  • 关注0
  • 积分8分
  • 威望23点
  • 贡献值0点
  • 好评度10点
  • 原创分0分
  • 专家分0分
板凳#
发布于:2004-08-03 23:43
我没有DDK9x,不知道下面的帮不帮得上你的忙

Compiling the driver on Windows 9x
To compile the driver there are the following software requirements:

Driver Developer Kit (DDK) for Windows 95/98/ME
A recent version of the Microsoft Platform Software Development Kit (SDK). If you encounter compilation problems, try to download the latest version from http://www.microsoft.com/msdownload/platformsdk/sdkupdate/
Visual C++ 6.0
the steps to follow are:

Open a dos shell
Go to the VisualC++ BIN directory (for example C:\DEVSTUDIO\VC\BIN) and execute the command

Vcvars32

Go to the SDK directory (for example C:\MSSDK) and execute the command

Setenv sdk_path

where sdk_path is the directory of SDK (for example Setenv C:\MSSDK)
Go to the DDK directory (for example C:\DDK) and execute the command

Ddkenv 32 net

Move to the directory whit the driver's source code and type the command

nmake rtl

to obtain a release version, or

nmake

to obtain a debug version.
The release version of packet.vxd will be placed in the retail directory, the debug version in the debug directory.
Warning: On some systems the NMAKE utility is not able to launch ADRC2VXD, this means that the driver binary is generated correctly, but without the copyright information. We don't know the cause of this problem.

天将降大任于斯人也,必先苦其心志,劳其筋骨,饿其体肤,空乏其身,行拂乱其所为,所以动心忍性,曾益其所不能。
macy
禁止发言
禁止发言
  • 注册日期2001-12-19
  • 最后登录2018-06-02
  • 粉丝0
  • 关注0
  • 积分6383分
  • 威望48270点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
  • 社区居民
地板#
发布于:2004-08-09 12:00
用户被禁言,该主题自动屏蔽!
游客

返回顶部