J
Jeff Gaines
When I run a build from the IDE in VS2008 does the output file include all
the functions in a linked file or just those used by the program?
i.e. if I have a library file with 100 functions in it but only 10 are
used by the program do they all get included or just the 10 that are
actually used?
the functions in a linked file or just those used by the program?
i.e. if I have a library file with 100 functions in it but only 10 are
used by the program do they all get included or just the 10 that are
actually used?