Re: VC++ Project Settings/Dependency issue
- From: "Drew" <drew.nospam.myers@xxxxxxxx>
- Date: Thu, 2 Mar 2006 13:16:13 -0600
Make sure the executable project is the active project and that the
executable
depends on static lib and not the other way around.
Drew
"Eric" <silentwarrior1621@xxxxxxxxx> wrote in message
news:1141310980.894619.257140@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I have 2 projects in a VC 6.0 workspace. One is a C++ static library.
The other is an executable that is dependent on the static lib. In the
Linker options for the executable, I have included the library name
into Object/library modules. In addition, I have given the executable
project a dependency on the static lib. However, when I modify the
static lib and batch build the projects, the executable will not
relink! Is there something I am missing here? Shouldn't it relink if
a dependency changed??
.
- References:
- VC++ Project Settings/Dependency issue
- From: Eric
- VC++ Project Settings/Dependency issue
- Prev by Date: Re: General discussion question?
- Next by Date: Re: General discussion question?
- Previous by thread: VC++ Project Settings/Dependency issue
- Next by thread: Re: General discussion question?
- Index(es):
Relevant Pages
|