阅读:2161回复:21
真的没有高手啊,连分都送不出去
我想在NDIS driver的安装过程中创建一个对话框用来配置参数,看过一些oemsetup,inf文件都是使用了dll方法,oemsetup.inf文件部分内容如下:
请教: 1:对话框的dll怎样实现 2:DlgTemplate = \"WLA\"好像和dll有关,关系是什么? 3:能不能提供源代码啊 adapteroptions = + set from = adapteroptions loadlibrary \"Install Diskette\" $(DLLPATH)\\KRONE.dll DllHandle EndWait ui start \"InputDlg\" $(DllHandle) ifstr(i) $(DLGEVENT) == \"CONTINUE\" set IRQValueIndex = $(Combo1Out) set IoBaseAddrIndex = $(Combo2Out) set NetTypeValueIndex = $(Combo5Out) ui pop 1 else-ifstr(i) $(DLGEVENT) == \"EXIT\" set CommonStatus = STATUS_USERCANCEL ui pop 1 FreeLibrary $(DllHandle) goto end else ui pop 1 FreeLibrary $(DllHandle) goto end endif FileDependentDlgENG] Label1 = \"&IRQ Level:\" Label2 = \"I/O &Port Address:\" DlgType = \"RadioCombination\" DlgTemplate = \"WLA\" |
|
沙发#
发布于:2002-10-18 16:32
你可以看一下CIPE的源代码,我隐约记得他的网卡驱动程序安装好了以后,会弹出来一个配置的界面的。
还有,以后别这么说话了。没有人能什么都帮得了你。 |
|
板凳#
发布于:2002-10-18 17:01
fracker兄,没有CIPE的源代码啊,能不能mail我一份啊,谢谢!
地址:freducn@yahoo.com.cn |
|
地板#
发布于:2002-10-18 18:17
http://sites.inka.de/sites/bigred/devel/cipe.html有源代码
|
|
地下室#
发布于:2002-10-19 08:08
http://sites.inka.de/sites/bigred/devel/cipe.html有源代码 好像下不出来。。。 |
|
5楼#
发布于:2002-10-22 11:00
可以下呀!
Current stable release: 1.5.4 CIPE 1.5.4 (138k, tar.gz) CIPE 1.4.6 (103k, tar.gz) rrouted - user-space replacement for Linux 2.0\'s request-route (15k, C) The Blowfish cipher implementation as used in CIPE. (These files are included in the CIPE package too, this separate tarball is for the convenience of people who want to use it in other projects.) (12k, tar.gz (C/i386-asm)) The Linux CIPE project is released under the GNU General Public License. |
|
6楼#
发布于:2002-10-22 11:11
可以下呀! 他要的是Windows 平台的,那里显示的是Linux平台的。 |
|
7楼#
发布于:2002-10-22 11:50
可以下啊!
CIPE-Win32 - Crypto IP Encapsulation for Windows NT/2000 Latest update: October 19, 2002 New: Version 2.0-pre15 CIPE-Win32 is a port of Olaf Titz\'s CIPE package from Linux to Windows NT. It is protocol compatible with versions 1.3.0 and greater of the Linux implementation. It OS compatible with Windows NT4.0 SP3 - SP6 and Windows 2000. It does not run (yet) on DOS based Windows versions or Windows XP. It is my intent to follow Olaf\'s production versions as closely as possible. I will not, however, be providing \"development\" versions because such versions are used to implement new features. I believe that the production features should be decided with the Linux implementation and then followed by this (and any other) port to another platform, thus preventing \"code forks\". CIPE is an ongoing project to build encrypting IP routers. The protocol used is as lightweight as possible. It is designed for passing encrypted packets between prearranged routers in the form of UDP packets. This is not as flexible as IPSEC but it is enough for the original intended purpose: securely connecting subnets over an insecure transit network. The implementations mentioned below are actually in use in such an application. This implementation, like CIPE itself, is freely available under the GNU GPL. For more details about CIPE, refer to the CIPE homepage at the CIPE Homepage. Current stable release/s CIPE Windows NDIS driver and service, version 2.0-pre15. (391k, zip) CIPE Windows NDIS driver and service, version 2.0-pre14. (391, zip) Hosted on CIPE-Win32 at SourceForge.net Documentation The \"documentation\" for the Windows package is in the distribution Mailing list There is a mailing list for this package, send mail to majordomo@inka.de with the command subscribe cipe-lin the message body to join the list. An archive of the list is available on the web at http://sites.inka.de/bigred/archive/cipe-l/. Damion K. Wilson (remove the \'nospam.\' before mailing) 2002-10-19 |
|
8楼#
发布于:2002-10-22 12:24
gz818兄可否将
Current stable release/s CIPE Windows NDIS driver and service, version 2.0-pre15. (391k, zip) CIPE Windows NDIS driver and service, version 2.0-pre14. (391, zip) Hosted on CIPE-Win32 at SourceForge.net 放上来或发给偶一份? xhf1999@yahoo.com.cn 谢谢!!! 偶这里SourceForge.net 上不去 :( |
|
|
9楼#
发布于:2002-10-22 12:32
我也上不了SourceForge.net,也给我一份吧,
right_wind@sina.com,谢谢。 |
|
|
10楼#
发布于:2002-10-22 12:46
如何上传?
|
|
11楼#
发布于:2002-10-22 12:49
附件老是不成功!
|
|
12楼#
发布于:2002-10-22 12:56
已上传到 下载中心 的 源码\\软件驱动 中了!
请去下载! |
|
13楼#
发布于:2002-10-22 13:14
已上传到 下载中心 的 源码\\软件驱动 中了! 程序名 作者 提交日期 阅读 一个VMware类似的虚拟机源码 佚名 2002-05-29 285 Windows98下的PCI源程序 hanxy 2002-04-11 518 DOS下TCP/IP编程SDK FTP Software 2002-04-04 480 Win2000下直接读写磁盘扇区 noname 2002-03-10 791 Ext2 File system Driver for WinNT Matt Wu 2002-01-31 381 art baker一书的例子程序 sunsetyang 2002-01-28 276 文件保护程序源码 gzy 2002-01-24 1105 一个简单驱动入门程序 袁道强 2001-10-29 2697 一些VXD源码 佚名 2001-07-03 2191 取磁盘iD号源码 佚名 2001-07-03 1563 RamDriver(纯c版) Compuware 2001-06-21 1987 WinCap Wincap 2001-05-23 2056 VPACKET 佚名 2001-04-02 1984 关于挂IRQ 8的一个完整的VXD例子 suxm 2001-03-26 2456 一个win9x和winNt.2k的文件监视器程序 佚名 2001-03-26 2692 VPN源代码 huyuguang 2001-03-26 3059 一套win下IO端口操作的库 佚名 2001-03-26 3172 Pci WDM驱动升级版 osr 2001-03-23 1414 没有。。。 :( |
|
|
14楼#
发布于:2002-10-22 13:35
说是要 管理员 审查后才能下载!
好像是规定! |
|
15楼#
发布于:2002-10-22 13:35
gz818兄弟,发一份给我吧,急用。
mail: samming@sh.t2-design.com |
|
16楼#
发布于:2002-10-22 13:40
楼上的,邮件已发,请接收!
驱动开发网友 <xhf1999@yahoo.com.cn> 也已发了! gz818@yeah.net [编辑 - 10/22/02 by gz818] |
|
17楼#
发布于:2002-10-22 14:01
gz818兄弟,谢谢,非常谢谢!
|
|
18楼#
发布于:2002-10-22 14:08
谢谢gz818兄弟的热心!
可欧还是没有收到。。。在等等吧 :( |
|
|
19楼#
发布于:2002-10-22 14:12
收到了没有,我用 yeah.net 发的!
刚开始学写驱动,这里给我帮助很大! |
|
上一页
下一页