DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    prasad Guest

    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

  2. #2
    Mark Alexander Bertenshaw Guest

    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

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


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


Sponsored Links