Not sure what direction to go here, but this is what I want to accomplish.
I am writing a program that I wanted to be updtable in the following matter.
The main code will remain intact, but I want the user to be able to download
and add a resource file in a specific directory (that part is easy). I want
the program to be able to recognize the new file and add it to the option
list (again simple). These files will contain a number of image files
imbeded in the code (to preserve copyright) of the resource file and be
selectable by the program. I thought i would be using DLLs to accomplish
this but at first glance when I setup a wrapping class around the
sub/function in does not look like it will accomplish the task at hand,
because it is already referenced in the code. I feel like the chicken and
egg. I know I have to be missing something very simple here.
Thanks in advance for your help.
I am writing a program that I wanted to be updtable in the following matter.
The main code will remain intact, but I want the user to be able to download
and add a resource file in a specific directory (that part is easy). I want
the program to be able to recognize the new file and add it to the option
list (again simple). These files will contain a number of image files
imbeded in the code (to preserve copyright) of the resource file and be
selectable by the program. I thought i would be using DLLs to accomplish
this but at first glance when I setup a wrapping class around the
sub/function in does not look like it will accomplish the task at hand,
because it is already referenced in the code. I feel like the chicken and
egg. I know I have to be missing something very simple here.
Thanks in advance for your help.