Results 1 to 8 of 8

Thread: Toggle project (enterprise software) features at build.

Hybrid View

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

    Re: Toggle project (enterprise software) features at build.

    Seems to me it makes more sense to build the functionality into separate assemblies and use them in a plug-in style...

    -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??? *

  2. #2

    Thread Starter
    Hyperactive Member DavesChillaxin's Avatar
    Join Date
    Mar 2011
    Location
    WNY
    Posts
    451

    Re: Toggle project (enterprise software) features at build.

    Quote Originally Posted by Shaggy Hiker View Post
    There could be issues. If you have object Foo excluded from the project, then you must be sure you aren't referencing or creating an instance of Foo somewhere else, because the type will no longer be defined. It seems likely that if you have a type Foo, then at some point you are probably using type Foo, so it seems like it might be hard to disentangle a type out of a project, but you would know that better than anyone else.
    Exactly what I thought.. It's going to be impossible to judge now, but I can see it being an inevitably truth throughout the development life cycle of this project.


    Quote Originally Posted by techgnome View Post
    Seems to me it makes more sense to build the functionality into separate assemblies and use them in a plug-in style...

    -tg

    This sounds like a good idea, but I've never, ever attempted such a task. It's always been in thought, but always fell to the wayside after another solution. One that's usually much less complex.

    Where should I begin? I'm not even sure of that. I'll do some research myself while I wait for some responds, and if I get there first I'll post what I'm able to accurately gather.
    Please rate if my post was helpful!
    Per favore e grazie!




    Code Bank:
    Advanced Algebra Class *Update | True Gradient Label Control *Dev | A Smarter TextBox *Update | Register Global HotKey *Update
    Media Library Beta *Dev | Mouse Tracker (Available in VB.net and C#.net) *New | On-Screen Numpad (VB.net) *New

Tags for this Thread

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