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

Threaded View

  1. #1
    Join Date
    Feb 2012
    Location
    MD
    Posts
    44

    consolidating all libraries (user and VS C++ infrastructure ones)

    I decided to get adventurous and move my 3 project and template directories from C to D.

    D . Libraries . Documents . Visual Studio . Projects. Templates....etc.


    However, when I compile, it still puts the obj and exe files in the original location on the C drive. How can I make VS C++ put everything related to my project "System Image" into the same directory structure on my D drive as shown above??


    My OLD "test" project shows under solution explorer still. I assume I can delete that (I saved the cpp source elsewhere).

    While we're there, I see I have:

    Solution "test" - 2 projects ................................................with System Image and test being the 2 projects. Can I control what the solution "test" is called? Should it be named something particular?

    System Image

    test
    Last edited by jlewand61; March 5th, 2012 at 08:42 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