C
Chris Stankevitz
At link time, MSVC determines some of my libraries are unused and doesn't
link them into my exe. This undesirable feature causes problems when I
employ the factory pattern. With the factory pattern, the app decides at
run time which code to use.
Is there a link option to turn of this feature?
MSVC 7.1 .net 2003 69462-270-0000007-18536
Thanks,
Chris
link them into my exe. This undesirable feature causes problems when I
employ the factory pattern. With the factory pattern, the app decides at
run time which code to use.
Is there a link option to turn of this feature?
MSVC 7.1 .net 2003 69462-270-0000007-18536
Thanks,
Chris