This is an archived, read-only copy of the United-TI subforum , including posts and topic from May 2003 to April 2012. If you would like to discuss any of the topics in this forum, you can visit Cemetech's Calculator Programming subforum. Some of these topics may also be directly-linked to active Cemetech topics. If you are a Cemetech member with a linked United-TI account, you can link United-TI topics here with your current Cemetech topics.

This forum is locked: you cannot post, reply to, or edit topics. General Coding and Design => Calculator Programming
Author Message
pugboy


Active Member


Joined: 11 Apr 2007
Posts: 544

Posted: 27 Jun 2007 01:34:45 pm    Post subject:

I think you can guess what I am going to ask (by the topic). Are there any really good deveopment programs for windows that create an exe instead of a installer package (Visual C#...). I need the exe for another program to work. It can be any language.
Back to top
JoeImp
Enlightened


Active Member


Joined: 24 May 2003
Posts: 747

Posted: 27 Jun 2007 02:21:33 pm    Post subject:

http://en.wikipedia.org/wiki/List_of_integ...nt_environments.
http://www.artima.com/forums/flat.jsp?forum=76&thread=2992
http://www.csharphelp.com/archives2/archive402.html
http://www.google.com

I've never used C#, but I'm sure it can make executables ... Just compile it and find the .exe.


Last edited by Guest on 27 Jun 2007 02:27:06 pm; edited 1 time in total
Back to top
WikiGuru
ADOS (Attention deficit... Oh! Shiny!)


Elite


Joined: 15 Sep 2005
Posts: 923

Posted: 27 Jun 2007 02:38:35 pm    Post subject:

I think C# compiles into .exe files, but you'll still need the .net libraries from Microsoft in order to to C# programs (seeing as C# is basically Microsoft's version of Java)
Back to top
JoeImp
Enlightened


Active Member


Joined: 24 May 2003
Posts: 747

Posted: 27 Jun 2007 02:50:37 pm    Post subject:

Yea, I don't know what he's asking for then.
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 27 Jun 2007 04:04:47 pm    Post subject:

Eclipse c/c++, devC++ or VisualC++ and don't program in .net?

Last edited by Guest on 27 Jun 2007 04:06:39 pm; edited 1 time in total
Back to top
pugboy


Active Member


Joined: 11 Apr 2007
Posts: 544

Posted: 27 Jun 2007 04:40:57 pm    Post subject:

I have no clue where the exes compile in C#... I can only find the installer that C# creates, and that creates an Application Reference when installed. Then I will have issues with file type association.

Last edited by Guest on 27 Jun 2007 04:47:24 pm; edited 1 time in total
Back to top
JoeImp
Enlightened


Active Member


Joined: 24 May 2003
Posts: 747

Posted: 27 Jun 2007 05:53:06 pm    Post subject:

Well ... read the documentation for your ide.
Back to top
pugboy


Active Member


Joined: 11 Apr 2007
Posts: 544

Posted: 27 Jun 2007 06:58:54 pm    Post subject:

I don't think the exe is supposed to be found...
Back to top
JoeImp
Enlightened


Active Member


Joined: 24 May 2003
Posts: 747

Posted: 27 Jun 2007 07:05:19 pm    Post subject:

You want the exe but you don't think it's supposed to "be found?" What are you asking for? What do you want?
Back to top
pugboy


Active Member


Joined: 11 Apr 2007
Posts: 544

Posted: 27 Jun 2007 07:45:53 pm    Post subject:

I could not find a compiled exe file, only an installer. I want the EXE, but I think it is built in to the installer. I found another way around, but thanks anyway.
Back to top
benryves


Active Member


Joined: 23 Feb 2006
Posts: 564

Posted: 28 Jun 2007 04:52:56 am    Post subject:

Visual Studio sticks the binary in the bin folder.

So, bin\Debug\YourApp.exe for the debug version, bin\Release\YourApp.exe for the release version. (Don't distribute the Debug version).

You can change this behaviour in the project settings to dump it wheresoever you wish.

Look on the build tab and change the Output field.

Make sure you distribute the configuration file with the executable if your project uses settings.


Last edited by Guest on 28 Jun 2007 04:59:27 am; edited 1 time in total
Back to top
pugboy


Active Member


Joined: 11 Apr 2007
Posts: 544

Posted: 29 Jun 2007 03:10:49 pm    Post subject:

Heh... I found that after plenty of searches and program installs... I knew I saw that box (to change the location of the exe) somewhere! Thanks for you help though!
Back to top
Display posts from previous:   
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
    »
» View previous topic :: View next topic  
Page 1 of 1 » All times are UTC - 5 Hours

 

Advertisement