|
-
Jun 20th, 2009, 04:07 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] Store functions into DLL and call at Run Time ???
This may seem a little odd and I have never done anything like this so I hope someone could help me here.
I have an app that has some subs stored in a module. The problem is that I have to adjust these subs from time to time but I don't want to prompt the user to install a whole upgrade every time I make changes to a few lines of code in the sub.
What I would like to do is simply take these subs and compile them into a dll or anything else that works and have them loaded when the app runs. I have at least 13 reasons to need this,,, 
Is anything like this possible without creating a ton of complicated code? If yes, HOW? could I do this or something similar?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|