◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Compiler error C2356 initialization segment cannot change within translation unit The #pragma init_seg statement cannot be preceded by segment initialization code. The #pragma init_seg statement must precede any code and cannot be preceded by another #pragma init_seg statement. Move the segment initialization code to the beginning of the module. If multiple areas must be initialized, move them to seperate modules. -♦-