Troubleshooting
Problem
TargetConfiguration: NT 4.0T .x86-VisualC++-6.0 Studio 6.0 sp 6. The following error is received from the compiler during a build: "Error: C1067: compiler limit : debug information module size exceeded"
Resolving The Problem
The problem is an object file limit. Breaking up a large 'super' capsule or a class and creating some contained capsules or delegating some of the responsibilities to these sub-capsules or classes will help. The use of sub-capsules will benefit the design from a modularity and understandability standpoint as well as resolve the compiler error.
Shorter names for elements (attributes, transitions, etc.) will also reduce the size of the debugging information and can help in this situation.
Historical Number
152485379
Was this topic helpful?
Document Information
Modified date:
16 June 2018
UID
swg21131926