Re: [GD-Windows] VC++ lag
Brought to you by:
vexxed72
From: Rich <leg...@xm...> - 2003-06-12 17:01:04
|
In article <E0458FD1573AD511A3A9000102984013794CE6@STEELSERVER>, "Neil Stewart" <ne...@st...> writes: > There is usually still a lag even with no .opt file (checking > dependencies as Gareth says), but it's nowhere near as bad as it is when > the .opt file gets into that 'treacle' state. On occasion, I've seen it > actually take so long that it was faster to quit devstudio, delete the > .opt and start again. You don't need to quit dev studio, just close the workspace. In fact, if this is annoying you often (the NCB thing was bugging me for a while), you can create a macro that: 1) gets the current workspace filename 2) closes the current workspace 3) locates the corresponding .opt/.ncb file 4) deletes the .opt/.ncb file 5) opens the workspace again I did this for the NCB annoyance and it was the fastest way to deal with it. -- "The Direct3D Graphics Pipeline"-- code samples, sample chapter, FAQ: <http://www.xmission.com/~legalize/book/> izfree: Open source tools for Windows Installer <http://izfree.sourceforge.net> |