We are developping applications which have a 98% common for all the users and a 2% made special for each customer.
One of the things we need to make is to change controls captions one the exe is generated and the application running at the customer computer.
I have two ideas and I will ask you which do you thing will be the better or any other one which can be better
1.- Use resource files. I think they are included inside the exe so it will not be possible to update them without regenerating the exe. I am right?
2.- Use a text file which is loaded at the application start and contains all the captions.
