User Profile

Collapse

Profile Sidebar

Collapse
gyre
gyre
Last Activity: Jan 17 '08, 09:04 PM
Joined: Sep 21 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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 ;(...
    See more | Go to post

    Leave a comment:


  • 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 :(...
    See more | Go to post

    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>...
    See more | Go to post
    Last edited by Ganon11; Sep 21 '07, 01:27 PM. Reason: Please use the [CODE] tags provided.
No activity results to display
Show More
Working...