• Ralf Brown's DV-GLUE

    From J. Curtis@21:1/5 to All on Fri Aug 30 20:23:38 2024
    I tried to build Ralf Brown's DV-GLUE API source code with BCC 3.1, but
    it failed with a large model linker error, fixup overflow in dvinit.asm.

    The problem code works with the Turbo C 2.0 linker, but later linkers
    from Borland don't like it.

    ;========================================================================

    CSeg@

    ExtProc@ DVVER,__PASCAL__
    ExtProc@ atexit,__CDECL__

    ;------------------------------------------------------------------------

    Moving the ExtProc lines outside the segment (CSeg@) got it working for
    me.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)