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

Threaded View

  1. #1
    Join Date
    Dec 2010
    Posts
    907

    VS2010 source location problem.

    Firstly, I created a global environment variable OGRE_HOME=E:\ogre_source\OGRE
    I unzipped a zip file into E:\ogre_source\OGRE\pathfinding
    Code:
    E:\
       ogre_source
                    OGRE
                          pathfinding
                                      bin
                                      src 
                                      samples
                                                 src << here
    Then, I have a path for the source specified in the "source folder" of the project in the project properties section,
    $(OGRE_HOME)\pathfinding\samples

    Inside this folder I have src folder in which contains a .cpp file
    The file is hard-coded with path src\OgrerecastApplication.cpp

    But the VS2010 compiler still cannot find this file. I wonder what other settings are involved?
    Thanks
    Jack
    Last edited by lucky6969b; October 25th, 2012 at 11:39 PM.

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