Results 1 to 6 of 6

Thread: Looking for suggestions

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2010
    Posts
    20

    Looking for suggestions

    I am thinking about writing a niche market accounting application with several modules (Accounts Payable, Accounts Receivable, G/L, etc) in Visual Basic 2010. The back end database is going to be SQL Server. What I am wondering is would it be best to make this application into 1 single large "exe" file, or into many smaller ones, say one for A/P, one for G/L, etc etc.?

    I have never written anything on this scale (in vb anyway, in mainframe languages I have and its all in different files)

  2. #2

    Thread Starter
    Junior Member
    Join Date
    Feb 2010
    Posts
    20

    Re: Looking for suggestions

    Anyone?

  3. #3
    Lively Member
    Join Date
    Apr 2010
    Posts
    105

    Re: Looking for suggestions

    One exe that references multiple assemblies
    I wrote a book Visual Studio 2008 Programming
    Amazon.com / Visual Studio 2008 Programming / By Jamie Plenderleith & Steve Bunn

  4. #4
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Looking for suggestions

    I'd go with the modular approach to this as well.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  5. #5

    Thread Starter
    Junior Member
    Join Date
    Feb 2010
    Posts
    20

    Re: Looking for suggestions

    Thanks for the replies. Excuse my ignorance but could you clarify what you mean by referencing multiple assemblies?

  6. #6
    PowerPoster abhijit's Avatar
    Join Date
    Jun 1999
    Location
    Chit Chat Forum.
    Posts
    3,228

    Re: Looking for suggestions

    He means, create one class for each functionality (Accounts Payable, Accounts Receivable, G/L, etc) .
    The class would get compiled to a separate DLL files.

    That's what I understood.
    Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
    save a blobFileStreamDataTable To Text Filemy blog

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