CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 13 of 13

Threaded View

  1. #7
    Join Date
    Dec 2010
    Posts
    907

    Re: Some cyclic references problem

    Hello laserlight,
    Thanks for your help. Actually, I just use forward declarations in both file. You see that I've actually commented out the #include's in both files. VS2010 complains and underlines the line std::vector<SNodePool::SNode> path and Everything i declared with TimeAStar under the SNodePool class. Pretty hairy.
    Thank you once again
    Jack
    Last edited by lucky6969b; March 10th, 2012 at 11:23 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured