errors.hlp (Topic list)
Error Message
                                                  Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler warning (level 1) C4185
 
     near call to 'function' in different segment
 
     The given function was specified in an alloc_text pragma without
     being declared with _far, and then <function> was called from
     text segment.
 
     The compiler generated a near call.
 
     Although this is a warning message rather than an error message,
     the resulting code will not work correctly.
                                    -♦-