(VC++IDE)alok..superb...it worked.. but
-
-
alok... i deleted all the .ncb(not .ncw) file.. and now the code assistant is working..great man.. thanks a lot.. but still the "Symbol not defined" is displayed when u right click on a variable to see where it is declared... can u help me out ? vivek
-
Go into Project->Settings->C/C++->[Category:Listing Files] and check the "Generate browse info" checkbox, then recompile all. ~RaGE();
-
alok... i deleted all the .ncb(not .ncw) file.. and now the code assistant is working..great man.. thanks a lot.. but still the "Symbol not defined" is displayed when u right click on a variable to see where it is declared... can u help me out ? vivek
viveking wrote: still the "Symbol not defined" is displayed when u right click on a variable to see where it is declared... can u help me out I Believe Visual Studio 6.0 IDE is playing game with you :). Get b>Visual Assit X[^] <, this is very good addin for Visual Studio
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta
-
alok... i deleted all the .ncb(not .ncw) file.. and now the code assistant is working..great man.. thanks a lot.. but still the "Symbol not defined" is displayed when u right click on a variable to see where it is declared... can u help me out ? vivek
Have you deleted all of the other temporary files, including the Debug folder?
"Ideas are a dime a dozen. People who put them into action are priceless." - Unknown
-
Just try this one.. restart the system and try if still not working try steps below In project setting -> C/C++ tab enable generate debug info, optimazation -> default debug info -> program database. IN link tab check all Now Clean and recompile... Lokiz