SlickEdit Product Discussion > SlickEdit®
class members are undefined for secondary base class
(1/1)
chip.dip:
class A : pubic B, public C
{
structdefinedinClassC x; // structdefinedinClassC is in public scope in class C
int func1()
{
int y = x.somemember;
return y;
}
}
Slickedit v25.0.1.0 colors structdefinedinClassC and somemember as undefined.
Coloring recognizes Class B members.
chip.dip:
I adjusted tag file cache sizes and got some of the undefined symbols to resolve correctly.
Seems to be a symbol lookup timeout issue.
Navigation
[0] Message Index
Go to full version