Hi,

I'm developing a VB6 application that consists of alot of activeX components made by different people of our enterprise. Some ocx controls use other ocx controls, ... My question is how I can best manage the compilation of the project as a whole. I tried to make an ant script which starts compilation of the low level components (when needed) and then I compile the components that use those components, ... and at last I compile the main exe project. I use the command line compilation for that: vb6.exe /make project.vbp. The problem is at compilation the references to the newly compiled components are not updated automaticaly. Won't that give problems? Is there any other way to compile my project in unattended mode?

Thx in advance,

RaKKeR