Btw...when I replaced that VcaNet declaration...t hen compiler threw even more errors - vca_node.h did not recognize VcaNet class...
When I put all classes in one header file everything is compiled OK...
hm getting frustrated and mad more and more ;(...
User Profile
Collapse
-
I changed it according to your advice...remove d previous declaration of VcaNet class...didn't help...
_VCA_NODE symbol is used only in vca_node.h header...still dunno :(...Leave a comment:
-
inheritance problem: error: expected class-name before '{' token
Hi!
I've got a little problem I've been dealing with for several days :((
Code is written in Qt.
I'll try to explain it:
I created an abstract class "VcaNode" with 4 virtual methods and 3 other members...it is in special header:
[code=cpp]//ABSTRACT CLASS MEMBER:
#ifndef _VCA_NODE
#define _VCA_NODE
#include <vca_net.h>
#include <canmsg.h>...
No activity results to display
Show More
Leave a comment: