STOSERVE.RC
资源名称:MSDN_VC98.zip [点击查看]
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:3k
源码类别:
Windows编程
开发平台:
Visual C++
- //===========================================================================
- // File: STOSERVE.RC
- //
- // Summary: Resource definition file for STOSERVE.DLL.
- //
- // Origin: 6-10-96: atrent - Editor-inheritance from CONSERVE source.
- //
- // -------------------------------------------------------------------------
- // This file is part of the Microsoft COM Tutorial Code Samples.
- //
- // Copyright (C) Microsoft Corporation, 1997. All rights reserved.
- //
- // This source code is intended only as a supplement to Microsoft
- // Development Tools and/or on-line documentation. See these other
- // materials for detailed information regarding Microsoft code samples.
- //
- // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
- // KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
- // IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
- // PARTICULAR PURPOSE.
- //===========================================================================
- // We include ole2.h because we're defining the Version Info.
- // We inlcude apputil.h for Resource IDs shared with APPUTIL.
- // We include server.h for Resource IDs unique to STOSERVE.DLL.
- #include <ole2.h>
- #include <apputil.h>
- #include "server.h"
- // The main icon resource for the application.
- AppIcon ICON DISCARDABLE "stoserve.ico"
- // Error Box String Resources.
- STRINGTABLE DISCARDABLE
- BEGIN
- IDS_ASSERT_FAIL "STOSERVE: Assertion Failed."
- END
- // If being read in by AppStudio we don't confuse it with this Version Info.
- #ifndef APSTUDIO_INVOKED
- // The version information for the binary.
- 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
- FILEOS VOS_NT_WINDOWS32
- FILETYPE VFT_DLL
- FILESUBTYPE VFT2_UNKNOWN
- BEGIN
- BLOCK "StringFileInfo"
- BEGIN
- #ifdef UNICODE
- BLOCK "040904B0" // LANG_ENGLISH/SUBLANG_ENGLISH_US, CharSet=Unicode
- #else
- BLOCK "040904E4" // LANG_ENGLISH/SUBLANG_ENGLISH_US, CharSet=MultiLang
- #endif
- BEGIN
- VALUE "CompanyName", "Microsoft Corporation"
- VALUE "FileDescription", "STOSERVE: Tutorial Code Sample"
- VALUE "FileVersion", "1.00"
- VALUE "InternalName", "STOSERVE"
- VALUE "LegalCopyright", "Copyright 251 1997 Microsoft Corp. "
- VALUE "OriginalFilename","STOSERVE.DLL"
- VALUE "ProductName", "Microsoft256 Tutorial Code Samples"
- VALUE "ProductVersion", "1.00"
- VALUE "OLESelfRegister", "