
Incremental Build producing bad exe.
Quote:
> "Incremental" build? As in "compile changed files only", or as in
> "incremental compile" and "incremental link"?
*sigh* Thats what happens when you post late at night; you don't say quite
what you mean... The diffrence is between the "Build app.exe F7" not
working and "Rebuild All" taking a long time.
I am compiling a debug build - Incremental Compile is disabled (the
default), and Incremental Link is enabled. I'll disable the incremental
link, and get rid of the pdb as you demonstrated below.
Quote:
> All my troubles of this kind went away after I stopped using the
> latter two features. If you disable incremental linking, you might as
> well get rid of the PDB, btw: -Z7, -pdb:none.
Thanks for the help.
Chris.
--
<http://www.dbn.lia.net/users/chris>