CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: laserlight

Search: Search took 0.60 seconds.

  1. Replies
    6
    Views
    1,629

    Re: Circular Dependency error

    The same applies to structs.


    It is probably because you are then not including the headers but using forward declarations instead.
  2. Replies
    6
    Views
    1,629

    Re: Circular Dependency error

    I'm not too keen to uncompress that and look through all the possible files, so I'll just say this: sketch out the dependencies. What headers are included where? Do you define a class such that it...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured