|
-
Oct 22nd, 2004, 09:39 AM
#1
Thread Starter
Member
Best way of building my project?
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|