Results 1 to 4 of 4

Thread: Split program

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2002
    Posts
    31

    Split program

    Help!!!

    I have developed an application for the antique bussiness in norway, and now it became to big. How can I split up the application into smaler pieces and how can I connect them together again? That will make it easier for me to upgrade and to distribute corrections to the customers.
    PLEASE HELP ME <snufs>

    Thank you in advance.

    PET

  2. #2
    Frenzied Member blindlizard's Avatar
    Join Date
    Feb 2001
    Location
    Austin, TX - United States of America
    Posts
    1,141
    Seperate it into DLLs. Search the VBSquare for ActiveX tutorials
    I drink to make other people more interesting!
    [vbcode]On Error GoTo Bar[/vbcode]
    http://www.monsterlizard.com

  3. #3
    PowerPoster Lethal's Avatar
    Join Date
    Oct 2000
    Location
    Ohio
    Posts
    2,496
    You'll have to break up your monolithic application into seperate logical tiers, for example, break out your business logic into a seperate dll, as well as your data access.

    Presentation Tier <GUI> ------->Business Tier ----------> Data Access Tier

  4. #4
    New Member
    Join Date
    Feb 2002
    Posts
    4
    You will create the ActiveX DLL for whichever is converted from your exe project to DLL and include DLL file in your project.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width