I am a total newbe. But have writen a program I want to make exe, do I need to compile it. And if I do can I go back and change the program. Sorry I have a lot to learn. Thanks
Printable View
I am a total newbe. But have writen a program I want to make exe, do I need to compile it. And if I do can I go back and change the program. Sorry I have a lot to learn. Thanks
To make an EXE (compiled version of code) go to File menu and click on Make... Give your new executable meaningful name but it will be defaulted to your project's name (you can change that if you wish).
You may change your code as much as you want and also compile your program as many times as you want.
And when you do it's always a good idea to Project|Properties|Make and change the version number.Quote:
Originally Posted by RhinoBull
That could be set to auto increment but it's always a good idea to dblcheck especially when you have to release some major upgrade so you can manually change the "major" number.
Thanks Rhino... That is what I needed to know. Now a anther newbe question. How do I mark this as resolved? Sorry for the trouble.
Pull down the Thread Tools menu and click the Mark Thread Resolved button.
Thanks Again!!!!!!!!