Microsoft KB Archive/105584

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 19:13, 12 August 2020 by X010 (talk | contribs) (X010 moved page Microsoft KB Archive/Q105584 to Microsoft KB Archive/105584 without leaving a redirect: Text replacement - "Microsoft KB Archive/Q" to "Microsoft KB Archive/")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

PRB: RC Does Not Support DATE or TIME PSS ID Number: Q105584 Article last modified on 04-23-1994

3.10

WINDOWS NT

The information in this article applies to:
- Microsoft Win32 Software Development Kit (SDK) for Windows NT version 3.1

SYMPTOMS

The resource compiler (RC) included with the Win32 Software Development Kit (SDK) does not support the predefined symbols DATE or TIME. Previous versions of the resource compiler accepted these symbols.

CAUSE

It is not intended that the resource compiler support these symbols. Previous versions of RC used the C/C++ 7.0 preprocessor, which supported these symbols.

RESOLUTION

If code that uses this symbol is in a header file, place the following around the individual statements that use them:

  1. ifdef RC_INVOKED

Additional reference words: 3.10 KBCategory: Prg KBSubcategory: TlsRc

=================================================================

Copyright Microsoft Corporation 1994.