
-----------------------------------
ProgrammingFun
Mon Jan 11, 2010 10:28 pm

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

-----------------------------------
syntax_error
Mon Jan 11, 2010 10:30 pm

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

-----------------------------------
ProgrammingFun
Mon Jan 11, 2010 10:34 pm

Re: 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

I mean like the hidden source code files they use in the Submissions section.

See  http://compsci.ca/v3/viewtopic.php?t=21471&highlight=fantastic  for an example.

-----------------------------------
ProgrammingFun
Mon Jan 11, 2010 10:35 pm

RE:Making Independent EXE Files
-----------------------------------
Which version would you recommend?

-----------------------------------
syntax_error
Mon Jan 11, 2010 10:52 pm

Re: Making Independent EXE Files
-----------------------------------
[url=http://compsci.ca/holtsoft/] These will do, anything 4.1 or lower will work

Btw, just a tip, don't double post, simple edit your last one

-----------------------------------
mirhagk
Tue Jan 12, 2010 1:04 pm

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.

-----------------------------------
Superskull85
Tue Jan 12, 2010 1:59 pm

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.
