This is really urgent ..... I would be very thankful for anyone who could suggest me and help me out!
Hi all, Can I club two exe files while developing a software...
Details are as follows:
1. I want to develop a software in which I want to add features step by step by overriding the functions
2. Now the problem is that I want to give only the .exe files to the customers
3. And My new feature , which I may add to the existing one, should also be an exe(I dont know if I should call it like that or not), which should be something like a set of library functions, which are already existing in the initial release, but with a new functionality.
I want these new set to be usable by the user of my software by just allowing him to load the new libraries into his memory.
Is it possible?