PDA

View Full Version : component dependency


automatic
03-25-2003, 12:27 PM
Hi ,

in building vbp files, does VS build take care of the component dependecy automatically?

say i have a.vbp and b.vbp, b.vbp calls a.dll, how do i make sure that the dependency is correct when buidling using VS build?

Thanks

kalons
03-25-2003, 05:13 PM
If you specify a project group file (VBG), the Make VB6 action will enforce the correct build order according to dependencies within the group and also update dependencies for projects built with project/no compatibility. See the help topic on the Make VB6 action for more details.