Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 806 Bytes

bscmake-warning-bk4504.md

File metadata and controls

15 lines (12 loc) · 806 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: BSCMAKE Warning BK4504
BSCMAKE Warning BK4504
11/04/2016
BK4504
BK4504
b56ee2d4-ad44-40f4-98c0-75934ea44a6c

BSCMAKE Warning BK4504

file contains too many references; ignoring further references from this source

The .cpp file contains more than 64,000 symbol references. When BSCMAKE has encountered 64,000 references in a file, it ignores all further references.

To correct the problem, either split the file into two or more files, each of which has fewer than 64,000 symbol references, or use the #pragma component(browser) preprocessor directive to limit symbols that are generated for particular references. For more information, see component.