VC 6.0 Question

E

Eric

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??
 
G

Gavin Deane

Eric said:
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??

You're question isn't about the C++ language, the topic of this
newsgroup.
http://www.parashift.com/c++-faq-lite/how-to-post.html#faq-5.9

You will have much more success in a more appropriate group. Something
under microsoft.public.vc.* perhaps. Google Groups shows some promising
looking candidates there.

Gavin Deane
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,787
Messages
2,569,630
Members
45,338
Latest member
41Pearline46

Latest Threads

Top