Author Topic: M$ Visual C++ Question  (Read 1637 times)

0 Members and 1 Guest are viewing this topic.

M$ Visual C++ Question
Actually I suppose it would include all of the Visual Dev family...anyway what I want know is:

That box that appears when you either type a . or -> (its technical name is the Auto List Members Box), well I was renaming some of the variables I use for for tracking resistances and damage ignores, and yet the original variable names still appear in the Auto List Members Box (the new ones appear as well), despite the fact that there is no reference to them at all in any part of the code, and they still appear after reloading the program or building the code.

I tried searching for it on my MSDN collection and on the online stuff and couldn't find an answer anywhere, though I suspect I'm just not putting the right search in, so I'm trying the Human approach now.  It 'aint exactly a major problem, it's just bleedin' annoying, so I guess what I want to know is; if it's possible to remove them somehow.

A whole handful of free air to the person who know the answer.

Robin

 

Offline RandomTiger

  • Senior Member
  • 211
Try cleaning the project Build->Clean

 
Yup, I tried that and the wretched things still persist, I wonder if non-existent variables can feel pain....

 

Offline Bobboau

  • Just a MODern kinda guy
    Just MODerately cool
    And MODest too
  • 213
that hapened to me, I never figured out why, never got them to go  to what they were suposed to do, try getting rid of everything but the dsp/dsw/rc/cpp/h files
Bobboau, bringing you products that work... in theory
learn to use PCS
creator of the ProXimus Procedural Texture and Effect Generator
My latest build of PCS2, get it while it's hot!
PCS 2.0.3


DEUTERONOMY 22:11
Thou shalt not wear a garment of diverse sorts, [as] of woollen and linen together

  
Thanks for the advice Bobboau.  I had a look in the files in 'root' directory for the evil variable names and they appear in the freespace2.ncb file, so I removed it and the next time it loads up C++ a new .ncb file is made and the silly variables have gone, wahey!

Thanks again,

Robin.