-Wmsg8x3: Cut Filenames in Microsoft Format to 8.3

Group

MESSAGES

Scope

Compilation Unit

Syntax
  -Wmsg8x3 
  
Arguments

None

Default

None

Defines

None

Pragmas

None

Description

Some editors (early versions of WinEdit) expect the filename in Microsoft message format (8.3 format). That means the filename can have up to eight characters and no more than a three-character extension. Longer filenames are possible when you use Win95 or WinNT. This option truncates the filename to the 8.3 format.

Example
  x:\mysourcefile.c(3): INFORMATION C2901: Unrolling loop 

  

Setting the -Wmsg8x3 option changes the above message to:

  x:\mysource.c(3): INFORMATION C2901: Unrolling loop

  
See also

-WmsgFi (-WmsgFiv, -WmsgFim): Set Message Format for Interactive Mode

-WmsgFb (-WmsgFbv, -WmsgFbm): Set Message File Format for Batch Mode