|
-
Jun 26th, 2007, 08:47 PM
#1
Thread Starter
Lively Member
[RESOLVED] Stupid Question
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
-
Jun 26th, 2007, 08:54 PM
#2
Re: Stupid Question
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.
-
Jun 26th, 2007, 08:57 PM
#3
Re: Stupid Question
 Originally Posted by RhinoBull
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.
-
Jun 26th, 2007, 09:00 PM
#4
Re: Stupid Question
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.
-
Jun 26th, 2007, 09:00 PM
#5
Thread Starter
Lively Member
Re: Stupid Question
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.
-
Jun 26th, 2007, 09:02 PM
#6
Re: Stupid Question
Pull down the Thread Tools menu and click the Mark Thread Resolved button.
-
Jun 26th, 2007, 09:05 PM
#7
Thread Starter
Lively Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|