- 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
DBEEPER.RC
Package: MSDN_VC98.zip [view]
Upload User: bangxh
Upload Date: 2007-01-31
Package Size: 42235k
Code Size: 2k
Category:
Windows Develop
Development Platform:
Visual C++
- /*
- * DBEEPER.RC
- * Beeper Automation Object #5 Chapter 14
- *
- * Resource definitions
- *
- * Copyright (c)1993-1995 Microsoft Corporation, All Rights Reserved
- *
- * Kraig Brockschmidt, Microsoft
- * Internet : kraigb@microsoft.com
- * Compuserve: >INTERNET:kraigb@microsoft.com
- */
- #include <windows.h>
- #include "beeper.h"
- #ifdef WIN32
- #include <winver.h>
- #else
- #include <ver.h>
- #endif
- VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,0,0,0
- PRODUCTVERSION 1,0,0,0
- FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
- #ifndef DEBUG
- FILEFLAGS 0
- #else
- FILEFLAGS VS_FF_DEBUG | VS_FF_PRERELEASE
- #endif
- #ifdef WIN32
- FILEOS VOS_NT_WINDOWS32
- #else
- FILEOS VOS_DOS_WINDOWS16
- #endif
- FILETYPE VFT_DLL
- FILESUBTYPE VFT_UNKNOWN
- BEGIN
- BLOCK "StringFileInfo"
- BEGIN
- #ifdef UNICODE
- BLOCK "040904B0" // Lang=US English, CharSet=Unicode
- #else
- BLOCK "040904E4" // Lang=US English, CharSet=Windows Multilingual
- #endif
- BEGIN
- VALUE "CompanyName", "Microsoft Corporation", ""
- VALUE "FileDescription", "Beeper Automation Object #5", ""
- VALUE "FileVersion", "1.00", ""
- VALUE "InternalName", "DBEEPER5.DLL", ""
- VALUE "LegalCopyright", "Copyright 251 1993-1995 Microsoft Corp.", ""
- VALUE "OriginalFilename","DBEEPER5.DLL", ""
- VALUE "ProductName", "Beeper Automation Object #5", ""
- VALUE "ProductVersion", "1.00"
- END
- END
- BLOCK "VarFileInfo"
- BEGIN
- #ifdef UNICODE
- VALUE "Translation", 0x409, 1200 //English (0x409), Unicode (1200)
- #else
- VALUE "Translation", 0x409, 1252 //English (0x409), ANSI (1252)
- #endif
- END
- END