Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Symbols not recognized: VC2008

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
Hoang Vuong Posted - Sep 20 2018 : 05:16:03 AM
Installed newest version but many symbols are not recognized, examples:

//* Symbol 'i' not recognized:
for(size_t i=0; i<m_visibles.added.size(); ++i) CDL1(" added ")(m_visibles.added[i].name)(' ')(m_visibles.added[i].s);

//* Symbols 'now', 'ev', 'v', 'dir', 'ea' 'ace' not recognized:
void Cxx::onEvent(double now, Event * ev) {
FNCNAME("Cxx::onEvent: ");
switch(ev->number()) {
case E1::nbr:
{
double v = ((E1*)ev)->speed();
long dir = ((E1*)ev)->dire();
CDL1("got E1 v ")(v)(" dir ")(dir);
if (dir == DIR_REV) v = -v;
break;
}
case E2::nbr:
{
E2 const & ace(*reinterpret_cast<E2*>(ev));
...
1   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Sep 20 2018 : 5:01:13 PM
So far I am not seeing this problem, and I am not sure why this is happening.

What file extension are you working in? I am testing in a .cpp file, so this may be a factor.

When you say that VA does not recognize the symbols, how do you know VA does not recognize them? Are they being underlined? Not being shown in the correct colour? Find References cannot find the references when run? Something else?

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