
Originally Posted by
aamer4yu
how are FileA and FileB declared ??
it seems u are using some function name without the brackets() ....
CFileA * FileA;
CFileB * FileB;
CFileA * FileA;
CFileB * FileB;
To copy to clipboard, switch view to plain text mode
and if i remove this these two line i do not get a compiler error..
FileA = &(Vi()->getFileA());
FileB = &(Vi()->getFileB());
FileA = &(Vi()->getFileA());
FileB = &(Vi()->getFileB());
To copy to clipboard, switch view to plain text mode
@wysota
Vi is a function ans is made as such
CVi *Vi() { return m_Vi; }
CVi *Vi() { return m_Vi; }
To copy to clipboard, switch view to plain text mode
Bookmarks