Hello,
I was wondering if anyone knows how to do this? What I have is 2 versions of my dll (program.dll and program2.dll). Now what I want is to have them on a switch of some sort so that I (and my testing users) can run my program with the new code and have users execute the old one until I am ready to release to the masses. I can't use the #IF #ELSE #END IF statements because these are at compile time and I can't break all my other users. My compile directory is open and users can download updates anytime, so I can't leave a copy on there where they can get it.Besides it takes me at least 1/2 an hour (doing this twice does not appeal to me)
Now if I have to I can use a command line argument when the program is loaded, but I would prefer for it do be in an ini file on a switch.
Anyone with any ideas on how to do this?
I was wondering if anyone knows how to do this? What I have is 2 versions of my dll (program.dll and program2.dll). Now what I want is to have them on a switch of some sort so that I (and my testing users) can run my program with the new code and have users execute the old one until I am ready to release to the masses. I can't use the #IF #ELSE #END IF statements because these are at compile time and I can't break all my other users. My compile directory is open and users can download updates anytime, so I can't leave a copy on there where they can get it.Besides it takes me at least 1/2 an hour (doing this twice does not appeal to me)
Now if I have to I can use a command line argument when the program is loaded, but I would prefer for it do be in an ini file on a switch.
Anyone with any ideas on how to do this?