View Single Post
  #1  
Old 05-10-2005, 05:17 PM
epu epu is online now
Registered User
 
Join Date: 10-29-2003
Location: San Francisco, CA
Posts: 29
vc6 dsw trying to find deps at wrong path?

Hey,

Since my last post was user error, maybe you can help me figure out what I'm doing wrong. Pointers to manual appreciated.

I have a .dsw that I can open in my VC6 ide and it finds the children ok, but when I set my VC6 action to build this .dsw, it tries to find the deps one directory up.

So, when I try to build C:\baz\foo\bar.dsw that depends on C:\baz\frob\frob.dsp, it prints

Processing 'C:\frob\frob.dsp'
Failed to open 'C:\frob\frob.dsp': No such file or directory

instead of the directory I expect, 'C:\baz\frob\frob.dsp'.

How does visual build process dependancies in a vc6 file and determine their paths? Is there a setting I need to toggle in my DSW, or a macro I can set?

Running msdev manually from the directory of C:\baz\foo\, like 'C:\Program Files\Microsoft Visual Studio\Common\MSDev98\bin\msdev.exe frob.dsw /MAKE all /rebuild' works ok.

Last edited by epu; 05-10-2005 at 05:29 PM.
Reply With Quote