Results 1 to 2 of 2

Thread: ReBuild Question

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2005
    Posts
    6

    ReBuild Question

    Is there a way to build a VB.net shell and when I make changes to it and redistribute it I do not have to recompile (rebuild it). This is a little vague but hopefully someone has done this and can send me suggestions or code. Thanks.

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

    Re: ReBuild Question

    Welll..... the only way that I know of is to build something into your app that does runtime compiling of the components. This is kinda inefficient in my opin, but you may find the following article helpful:

    Generating and Compiling Source Code Dynamically in Multiple Languages

    I could see this being usefull to allowing plugins, or to allow the user to enable scripting in the app... but for the application itself.... I dunno...

    Mind if I ask why you'ld want to do it this way?

    Tg
    -ps there's a risk to this too... it means distro-ing the source code, which means ANYONE could monkey with it.
    * 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??? *

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