Computer Science Canada Making Independent EXE Files |
Author: | ProgrammingFun [ Mon Jan 11, 2010 10:28 pm ] |
Post subject: | Making Independent EXE Files |
What is it you are trying to achieve? I am trying to generate a standalone program in turing. I am interested to learn how people can create standalone applications that don't display the source code. And, how can you change the icons of such a program What is the problem you are having? I am trying to generate a standalone version of a turing program to hide the source code. Describe what you have tried to solve this problem I have tried to use the option which turing provides in the Run menu but it does not seem to work. Please specify what version of Turing you are using 4.1.1 |
Author: | syntax_error [ Mon Jan 11, 2010 10:30 pm ] |
Post subject: | RE:Making Independent EXE Files |
I do not think you can create a stand alone version with 4.1.1 someone correct me if I am wrong, download an other version and create the .exe |
Author: | ProgrammingFun [ Mon Jan 11, 2010 10:34 pm ] |
Post subject: | Re: RE:Making Independent EXE Files |
syntax_error @ Mon Jan 11, 2010 10:30 pm wrote: I do not think you can create a stand alone version with 4.1.1 someone correct me if I am wrong, download an other version and create the .exe
I mean like the hidden source code files they use in the Submissions section. See [url] http://compsci.ca/v3/viewtopic.php?t=21471&highlight=fantastic [/url] for an example. |
Author: | ProgrammingFun [ Mon Jan 11, 2010 10:35 pm ] |
Post subject: | RE:Making Independent EXE Files |
Which version would you recommend? |
Author: | syntax_error [ Mon Jan 11, 2010 10:52 pm ] |
Post subject: | Re: Making Independent EXE Files |
These will do, anything 4.1 or lower will work Btw, just a tip, don't double post, simple edit your last one |
Author: | mirhagk [ Tue Jan 12, 2010 1:04 pm ] |
Post subject: | RE:Making Independent EXE Files |
Turing 4.1 is the best version. It has everything 4.1.1 has except it still compiles into an .exe right. |
Author: | Superskull85 [ Tue Jan 12, 2010 1:59 pm ] |
Post subject: | RE:Making Independent EXE Files |
Turing version 4.1 is a good version to download. However, if you need the Net module than I would download Turing version 4.0.5 as some net functions (like Net.OpenURLConnection()) are buggy in Turing version 4.1. |