◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Compiler warning (level 1) C4785 near call to 'function' in different segment The given function was specified in an alloc_text pragma without being declared with __far, and then the function was called from the 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. -♦-