|
#1
|
|||
|
|||
component dependency
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 |
#2
|
|||
|
|||
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.
|
|
|