C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
C2128
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler error C2128
 
     'function' : alloc_text/same_seg applicable only to functions
     with C linkage
 
     A #pragma alloc_text(segname, func_name) was specified for a
     function declared with C++ linkage.
 
     The _based syntax should be used to control allocation of C++
     functions in segments.
                                    -♦-