Is it possible to import static/dynamic libraries, (when all you get are headers with it)?
Ie:
Import "MYLIB.a" (or .lib) (or .dll!)
or
Import "-l MYLIB" (if its in the lib folder)
While I'm asking, Mark, any chance that you will someday work on an inteligent linker that only links modules that are used?
Ie:
Import "MYLIB.a" (or .lib) (or .dll!)
or
Import "-l MYLIB" (if its in the lib folder)
While I'm asking, Mark, any chance that you will someday work on an inteligent linker that only links modules that are used?