R
Rudy Ray Moore
I work with a multi-project workspace. One project (the "startup" project)
has a "Configuration Type" of "Application (.exe)". The other 40 projects
have a "Configuration Type" of "Static Library (.lib)".
My question:
Should the linker incrementally link when I make a change to one of the
..cpps in one of my .lib projects?
For VC6 the answer is yes.
For VC71/2003/.net I'm afraid the answer is no.
Incremental linking doesn't work for me when I make changes to my "Static
Library (.lib)" projects. Passing "/test" to link.exe give me the reason:
LINK : LNK6010: library changed; performing full link
The only time I get incremental linking is when I make a change in my
"Application (.exe)" project.
Hoping the answer to "My Question" is yes,
Rudy
has a "Configuration Type" of "Application (.exe)". The other 40 projects
have a "Configuration Type" of "Static Library (.lib)".
My question:
Should the linker incrementally link when I make a change to one of the
..cpps in one of my .lib projects?
For VC6 the answer is yes.
For VC71/2003/.net I'm afraid the answer is no.
Incremental linking doesn't work for me when I make changes to my "Static
Library (.lib)" projects. Passing "/test" to link.exe give me the reason:
LINK : LNK6010: library changed; performing full link
The only time I get incremental linking is when I make a change in my
"Application (.exe)" project.
Hoping the answer to "My Question" is yes,
Rudy