Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 Symbols not recognized: VC2008
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Hoang Vuong
Starting Member

1 Posts

Posted - Sep 20 2018 :  05:16:03 AM  Show Profile  Reply with Quote
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));
...

feline
Whole Tomato Software

United Kingdom
18749 Posts

Posted - Sep 20 2018 :  5:01:13 PM  Show Profile  Reply with Quote
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?

zen is the art of being at one with the two'ness
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000