nick@candide.berkeley.edu (Nick Socci) (03/10/90)
I have a very simply question about Zortech C++. Does the linker it comes with support overlays? Thanks in advance. nick socci nick@candide.berkeley.edu ------------------------------------------------------------------------ Nicholas Socci nick@bacchus.berkeley.edu University of California at Berkeley nick@candide.berkeley.edu
bright@Data-IO.COM (Walter Bright) (03/10/90)
In article <1990Mar9.205909.840@agate.berkeley.edu> nick@candide.berkeley.edu (Nick Socci) writes:
<I have a very simply question about Zortech C++. Does the linker
<it comes with support overlays?
No. But if you use MS-LINK, and get the overlay obj file from their
C runtime library, you can do msc-style overlays with ZTC++. (The overlay
stuff is supported by the startup code.)
Note: because MS-LINK does not load overlays called via pointers to
functions, you cannot have virtual functions reside in overlays.
We're investigating doing overlays for the next version.