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? |
|
|