1 (edited by mathmathou 2017-04-19 04:30:54)

Topic: [Solved] Update question

Hello Dmitry and all MVD fans


This question has probably already been asked, but I'm not sure.


I've just made a little code correction to an application that I'm distributing, and I noticed that, replacing only
- script.dcu
- settings.ini
- forms.xml

was enough for the previous version to inherit the changes (at least I think, I noticed no bugs).


Furthermore, the two executable (compiled with same MVD version) are the same size. And HEX comparison shows no difference.


Am I missing something or those three files are enough for a small update ?


Will I have to send to the new compiled exe only on an MVD version change ?


Thanks in advance


Cheers


Mathias

I'm a very good housekeeper !
Each time I get a divorce, I keep the house

Zaza Gabor

Re: [Solved] Update question

Hello.


If you made some changes in your project (without changes of database structure), you can send these files to apply these changes on user machine:

-script.dcu
-forms.xml



If you want update MVD version of project, just send exe file.

Dmitry.

Re: [Solved] Update question

Thank you very much Dmitry smile

I'm a very good housekeeper !
Each time I get a divorce, I keep the house

Zaza Gabor