description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|---|
Learn more about: Fatal Error C1081 |
Fatal Error C1081 |
11/04/2016 |
|
|
e58adf17-cbe1-4955-a5c7-80622bbba249 |
'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