Visual Studio .NET 2003, Visual C++:
When I hover my cursor over a variable name, the ToolTip that appears correctly identifies the variable's type. If I right-click on the variable name and select "Go To Definition" or "Go To Declaration", I get an MsgBox telling me, "The symbol 'pRoot' is not defined."
I used to get this problem from time to time in VC++ 6.0, but with that product, I could enable "Build Browse Information", rebuild, and I would be good to go. This does not work in VC++ .NET 2003.
Am I misunderstanding the term "browse"? The on-line docs for BSCMAKE indicates that supplying the /FR flag will include information for local variables. I have looked at the .sbr file before BSCMAKE is invoked, and the variable name is present. It is also present in the .bsc file (when I look at it in a HEX editor -- if I open it in VStudio, it gets loaded into the Object Browser).
Anyone have any advice for me?
Thanks,
rfj
When I hover my cursor over a variable name, the ToolTip that appears correctly identifies the variable's type. If I right-click on the variable name and select "Go To Definition" or "Go To Declaration", I get an MsgBox telling me, "The symbol 'pRoot' is not defined."
I used to get this problem from time to time in VC++ 6.0, but with that product, I could enable "Build Browse Information", rebuild, and I would be good to go. This does not work in VC++ .NET 2003.
Am I misunderstanding the term "browse"? The on-line docs for BSCMAKE indicates that supplying the /FR flag will include information for local variables. I have looked at the .sbr file before BSCMAKE is invoked, and the variable name is present. It is also present in the .bsc file (when I look at it in a HEX editor -- if I open it in VStudio, it gets loaded into the Object Browser).
Anyone have any advice for me?
Thanks,
rfj