Re: [GD-Windows] VC++ lag
Brought to you by:
vexxed72
From: Mickael P. <mpo...@ed...> - 2003-06-12 16:19:58
|
>> Do you have workspaces that contains a lot of subprojects, with the >> mainproject having all other projects considered as dependancies of >> the main ? > > Yes. Ok. Each time I have a workspace with this kind of situation the first build of the complex project after loading visual is always slow. It seems that visual check each file date of each subtarget to see if it must be rebuilt, and it takes an insane amount of time for some strange reason I didn't understand :) Try to add a new "hello world" project in your workspace. Save the workspace and quit visual. Reload visual, select the "hello world" as active project, build. It should start instantaneously. Quit and reload, select your complex main target, and build. It should take forever before starting building. Mickael Pointier |