Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 595 Bytes

fatal-error-c1081.md

File metadata and controls

19 lines (15 loc) · 595 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Fatal Error C1081
Fatal Error C1081
11/04/2016
C1081
C1081
e58adf17-cbe1-4955-a5c7-80622bbba249

Fatal Error C1081

'symbol': file name too long

The length of a file pathname exceeds _MAX_PATH (defined by STDLIB.h as 260 characters). Shorten the name of the file.

If you call CL.exe with a short filename, the compiler may need to generate a full pathname. For example, cl -c myfile.cpp may cause the compiler to generate:

D:\<very-long-directory-path>\myfile.cpp