Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 VA 1819 another navbar problem

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
jrynd Posted - Apr 19 2010 : 11:13:20 AM
VAx 1819, Visual C++ 6.0

This code is in a .cpp file, and I have another C file in this project that declares a global variable showerrors.

extern "C" extern int showerrors;

bool Ini_class::InterpretEdition(void)
{
showerrors = 0;


Click the mouse on showerrors, and the navbar shows "extern extern int showerrors". I don't expect it to find the other C file that hosts the variable but I don't expect this.
3   L A T E S T    R E P L I E S    (Newest First)
sean Posted - Nov 13 2010 : 12:56:12 PM
case=42825 was a dupe of case=1131

case=1131 is fixed in build 1836
jrynd Posted - Apr 19 2010 : 2:19:30 PM
And why the C++ committee chose "extern" rather than "namespace" for referring to identifiers from C code, I'll never know. Thanks for checking it out.
accord Posted - Apr 19 2010 : 2:01:47 PM
I am seeing the same effect here. Thank you for the clear description.

case=42825

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000