Author |
Message |
jolly50
|
Posted: Mon Oct 22, 2007 7:39 pm Post subject: Making a turing code a "Run Window" |
|
|
Hey,
I'm really new to turing and i'm looking for some help. I created a program for my mom to help her out with her business. It calculates all the food item costs, taxes, and tells her how much to charge for meals. What I want to do is instead of having her click on turing then open up the program and press run. I was wondering if there is way to save a program so that it is like an .exe file so all she has to do is click on an icon and it will run the program directly, instead of going through the long process. There might be an easy answer to this, there might not... I don't know...i'm a turing newb, but any help would be great thanks! |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Mazer
|
Posted: Mon Oct 22, 2007 7:42 pm Post subject: RE:Making a turing code a "Run Window" |
|
|
Yes. You compile it.
You might remember that term from your programming class, before you started programming. Compilation is the process of converting human readable source code into computer readable machine code. It's fabulous. |
|
|
|
|
|
Nick
|
Posted: Mon Oct 22, 2007 8:04 pm Post subject: RE:Making a turing code a "Run Window" |
|
|
what MAZER is trying to say is to generate a stand alone program by compiling the code... to do this simply click the run drop down menu of the turing window and click generate stand alone program there u go an exe should be created |
|
|
|
|
|
jolly50
|
Posted: Tue Oct 23, 2007 1:27 pm Post subject: Re: Making a turing code a "Run Window" |
|
|
Thanks a lot....
It worked perfectly |
|
|
|
|
|
jolly50
|
Posted: Wed Oct 24, 2007 12:29 pm Post subject: RE:Making a turing code a "Run Window" |
|
|
Question...
If I made a Turing Game and i complied it then deleted the actual ".t" file... is there a way to "uncompile" it? |
|
|
|
|
|
Mazer
|
Posted: Wed Oct 24, 2007 1:05 pm Post subject: RE:Making a turing code a "Run Window" |
|
|
Not really. |
|
|
|
|
|
Nick
|
Posted: Wed Oct 24, 2007 2:19 pm Post subject: RE:Making a turing code a "Run Window" |
|
|
no im sorry... unless u speak computers theres nto really any way to do it |
|
|
|
|
|
jolly50
|
Posted: Thu Oct 25, 2007 12:04 pm Post subject: Re: Making a turing code a "Run Window" |
|
|
ok thanks |
|
|
|
|
|
Sponsor Sponsor
|
|
|
|