Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
sample.rc
Package: 虚拟串口驱动程序.rar [view]
Upload User: zanmei2
Upload Date: 2010-03-06
Package Size: 775k
Code Size: 1k
Category:
Communication Document
Development Platform:
C/C++
- #include "windows.h"
- #include <ntverp.h>
- #define VER_FILETYPE VFT_DLL
- #define VER_FILESUBTYPE VFT2_UNKNOWN
- #define VER_FILEDESCRIPTION_STR "Virtual Serial Driver"
- #define VER_INTERNALNAME_STR "sample.sys"
- #define VER_ORIGINALFILENAME_STR "sample.sys"
- #define VER_LEGALCOPYRIGHT_YEARS "2004-2005"
- #define VER_LEGALCOPYRIGHT_STR "Copyright (C) Bitee. " VER_LEGALCOPYRIGHT_YEARS
- #ifdef VER_PRODUCTNAME_STR
- #undef VER_PRODUCTNAME_STR
- #define VER_PRODUCTNAME_STR "Bluetop (R) Windows (R) 2000 Operating System"
- #endif
- #ifdef VER_PRODUCTVERSION
- #undef VER_PRODUCTVERSION
- #define VER_PRODUCTVERSION 1,05,02,005
- #endif
- #ifdef VER_PRODUCTVERSION_STR
- #undef VER_PRODUCTVERSION_STR
- #define VER_PRODUCTVERSION_STR "1.05.02"
- #endif
- #ifdef VER_COMPANYNAME_STR
- #undef VER_COMPANYNAME_STR
- #define VER_COMPANYNAME_STR "bitee (R) 2000 DDK provider"
- #endif
- #include "common.ver"