KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q58487: C 6.00 Utility Support for OS/2 Long Filenames

Article: Q58487
Product(s): See article
Version(s): 6.00
Operating System(s): OS/2
Keyword(s): ENDUSER | s_link s_nmake s_c | mspl13_basic
Last Modified: 28-JAN-1991

The utilities shipped for Microsoft C version 6.00 provide limited
support for OS/2 long filenames introduced in OS/2 version 1.20.

The following is a list of the limitations:

1. Long filenames with quotation marks are supported via the command
   line. For example:

      "fooo bar"

2. Embedded quoted long filenames on the command line are not
   supported. For example:

      d:\foo\" bar xyzzy"

3. Link supports one quoted long filename per argument. For example

      "foo bar"+"bar foo"

   will resemble the following:

      "foo bar+bar foo"

4. NMAKE provides long filename support inside the makefile with the
   restriction (beyond 1 and 2 above) that target and dependent names
   cannot have a period (.) as the first character (conflicts with
   inference rules). For example:

      ".foo bar.c".".foo bar.exe"

THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Copyright Microsoft Corporation 1986-2002.