-
making dlls in VB
I have to make(build) about 60 dlls(Active X dlls) everyday. It consumes lot
time. I would like to know if any utility which builds all the dlls
automatically and generate log file.
Please respond
-
Re: making dlls in VB
"prasad" <dvn_p@yahoo.com> wrote:
>
>I have to make(build) about 60 dlls(Active X dlls) everyday. It consumes
lot
>time. I would like to know if any utility which builds all the dlls
>automatically and generate log file.
>
>Please respond
prasad -
Here at Chordiant, we do a build process with about 50 dlls. This consists
of a batch file which gets the latest code from source safe, and then compiles
the project groups, e.g.
SET VB_EXE="C:\Program Files\DevStudio\VB\VB5.exe"
SET VBC=%VB_EXE% /make
SET LOG_FILE=C:\Build\Build.log
%VBC% ProjectGroup.vbg /out %LOG_FILE%
--
Mark Alexander Bertenshaw
Programmer/Analyst
Chordiant Software, Inc.
Brentford
UK
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
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks