Karen
2008-03-24 17:08:51 UTC
Hello
Im using Visual Studio 2005, I'm trying to build a release version of
an exe and this exe will be deployed on a shared drive. However I'm
doing a build on my own workspace, so the output pdb path is set in
the .vcproj file for the release mode:
$(TargetDir)/prm.pdb
the $(TargetDir) is set to a path that is my work space specific.
Once I moved the exe, the pdb, and other dlls to the shared drive
area, the exe is still looking for the pdb file in my workspace path
(which doesn't exist for people running in their PC)
Any idea how I can make this flexible? (I'm a newbie at VS8, only
recently upgraded to VS6, and we had no such problem) Am i looking at
the right place?
Appreciate your help, I really need the PDB file at run time.
-Karen
Im using Visual Studio 2005, I'm trying to build a release version of
an exe and this exe will be deployed on a shared drive. However I'm
doing a build on my own workspace, so the output pdb path is set in
the .vcproj file for the release mode:
$(TargetDir)/prm.pdb
the $(TargetDir) is set to a path that is my work space specific.
Once I moved the exe, the pdb, and other dlls to the shared drive
area, the exe is still looking for the pdb file in my workspace path
(which doesn't exist for people running in their PC)
Any idea how I can make this flexible? (I'm a newbie at VS8, only
recently upgraded to VS6, and we had no such problem) Am i looking at
the right place?
Appreciate your help, I really need the PDB file at run time.
-Karen