how to prepare a patch

  • Thread starter Thread starter gaffar
  • Start date Start date
G

gaffar

Sir,

In a form i have kept 2 textboxes(a,b) and a button(add). which supports

only of integer values i have written.

after entering the values in the textboxes and after clicking the add button

result is displayed on a message box. (this functionality supports only for

ineteger values.

after this i have given the exe of this program to the client.

then client asks me to " if i give decimal values it must work ".

now how to prepare the patch for the program to add decimal values also and
how to update the exe which i have prepared.
 
give them a new version of just the affected file, thats basicly how you
release a patch now days. It's a lot simpler then doing a file compare and
replace type patch.
 
gaffar said:
now how to prepare the patch for the program to add decimal values also
and
how to update the exe which i have prepared.

Implement the change and create a new setup package.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top