RE: [GD-Windows] VC++ lag
Brought to you by:
vexxed72
From: Jon W. <hp...@mi...> - 2003-06-12 16:55:06
|
We just create a non-writable zero-size file with that name,=20 which means we don't have to worry about having to delete it=20 (or spend time writing the info :-) all the time. You do get=20 a warning when you open the workspace, but that's allright. What's worse, though, is that we don't seem able to factor=20 our project into DLLs as fast as we grow the project, so we=20 keep hitting the 64 MB limit for single PDB files :-( It's really quite amazing how Microsoft can develop these=20 tools and they just don't scale well. It's all good as long=20 as your project is some 10,000 line report generator, but=20 for a large-scale commercial system, it's really quite lame.=20 Almost makes me wish for the days of GNU make, VIM and=20 CTags... (which we could do, because we generate .dsp and .dsw files=20 out of an abstract project description file that looks a lot=20 like a make file, anyway) Cheers, / h+ > -----Original Message----- > From: gam...@li... > [mailto:gam...@li...]On Behalf Of > Neil Stewart > Sent: Thursday, June 12, 2003 6:20 AM > To: gam...@li... > Subject: RE: [GD-Windows] VC++ lag >=20 >=20 > 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. >=20 > The .ncb file is another pest. When it gets in a mess, you might get a > warning about missing ClassWizard information every time you load the > workspace. Deleting it also fixes the problem. >=20 > - Neil. >=20 >=20 > -----Original Message----- > From: gam...@li... > [mailto:gam...@li...] On Behalf Of > Gareth Lewin > Sent: 12 June 2003 14:05 > To: gam...@li... > Subject: RE: [GD-Windows] VC++ lag >=20 >=20 > Delete your .opt file, normally solves that. It's checking for > dependancies and something go screwed up ( I guess ) >=20 >=20 >=20 > = ________________________________________________________________________ > This email has been scanned for all viruses by the MessageLabs Email > Security System. For more information on a proactive email security > service working around the clock, around the globe, visit > http://www.messagelabs.com > = ________________________________________________________________________ >=20 >=20 > ------------------------------------------------------- > This SF.NET email is sponsored by: eBay > Great deals on office technology -- on eBay now! Click here: > http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 > _______________________________________________ > Gamedevlists-windows mailing list > Gam...@li... > https://lists.sourceforge.net/lists/listinfo/gamedevlists-windows > Archives: > http://sourceforge.net/mailarchive/forum.php?forum_id=3D555 >=20 |