IPB

Welcome Guest ( Log In | Register )



Tags
This content has not been tagged yet
3 Pages V   1 2 3 >  
Reply to this topicStart new topic

Does Anyone Know How To Make Exe Files


mbd5882
no avatar
Premium Member
********
Group: Members
Posts: 176
Joined: 26-April 05
From: Manchester
Member No.: 6,203



Post #1 post May 12 2005, 07:37 PM
Does anyone know any software for making exe files,
I want to make simple programs not propper one's.

Thanks.
Go to the top of the page
+Quote Post
R0boT39
no avatar
Newbie [Level 3]
***
Group: Members
Posts: 48
Joined: 14-April 05
Member No.: 5,673



Post #2 post May 12 2005, 07:56 PM
Well, first of you need to know a programing language, then you need to write the program, and then you need a compiler/interpreter to be able to run the program here is a list of Programing Languages:

Language Level Compiled or Interpreted
Assembly Low Compiled/Assembled
C(++) Medium Compiled
Java High Interpreted
Fortran High Compiled
Perl High Interpreted
Basic High May be compiled Most often Interpreted

i hope the table is readable and that it helps!
Go to the top of the page
+Quote Post
Inspiron
no avatar
Trap Grand Marshal Member
***********
Group: Members
Posts: 1,203
Joined: 25-March 05
Member No.: 4,883



Post #3 post May 12 2005, 09:24 PM
Making EXE files means you will have to program them...
Exceptions are zip-self-executable files etc..

Programming softwares are available some for free but most are for a fee..

Below are some free compilers for C/C++ that you might be interested..

QUOTE
http://www.openwatcom.org/
The Watcom C/C++ compiler (now OpenWatcom C/C++ compiler) is now open source and free. This compiler, which generates code for Win32, Windows 3.1 (Win16), OS/2, Netware NLM, MSDOS (16 bit and 32 bit protected mode), etc, was a highly coveted compiler some years back (until Sybase terminated it). The compiler also includes the rather well-known STLport (a C++ Standard Template Library implementation).

http://www.borland.com/products/downloads/...d_cbuilder.html
Borland has released their C++ Compiler (version 5.5 at the date of this writing) FREE! You get the command line compiler, incremental linker, resource compiler and binder, C++ Win32 preprocessor, import library utility, librarian, obj/lib/exe dump utility, etc. Included is also the C/C++ runtime library and ANSI/ISO Standard Template Library (STL). You can also get the Borland Turbo Debugger to debug your programs separately (see our Free Debuggers, Source Code Checkers, Bug Trackers, Memory Leak Detection page). You can also get older versions of Turbo C (such as Turbo C 1.5 and Turbo C 2.0) from Borland's Community Museum.

http://msdn.microsoft.com/netframework/dow...es/default.aspx
Unbelievably, the Microsoft Visual C/C++ command line compiler, along with C#, VB.NET and JScript.NET, appears to be available from Microsoft for download for free. (Note that if you use the Opera web browser to go to this URL, set Opera to pretend that it is Mozilla (just hit F12 and select Mozilla 5.0), otherwise Microsoft's web server will redirect you to a dummy page. Their browser detection script, which serves different pages to different browsers, is broken.) You will also need to download the Microsoft Platform SDK which contains the Windows headers and libraries for the compilers. The command line compiler is the same one that comes with the commercial Visual C++ Standard, which means that it does not have an optimizer (or at least, not the optimizer that ships with the Professional version that comes with MSDN).

http://root.cern.ch/root/Cint.html
This is a C/C++ interpreter that comes with source code. It can be compiled and used on a large variety of Unices, including HP-UX, Solaris, SunOS, AIX, Alpha/OSF, FreeBSD and Linux, as well as Windows NT. You can even issue system calls from the interpreter (such as Posix calls on Unix or Windows API calls from Windows). It accepts most of K&R and ANSI C and is close to the standard C++ (at the time of this writing). As with all interpreters, it may be useful in debugging programs or learning the language.

http://www.z88dk.org/
z88dk is a z80 C cross compiler based on the Small C compiler, supporting many features of ANSI C. It comes with an assembler and linker as well as a standard C library. Supported host systems include Amiga, BeOS, HP-UX 9, Linux, BSD systems, MacOS X, Solaris, Win32, Win16 and MSDOS. The compiler generates code for the following target systems: Cambridge Computers z88, Sinclair ZX Spectrum, Sinclair ZX81, CP/M based machines, Amstrad NC100, VZ200/300, Sharp MZ series, TI calculators (TI82, TI83, TI83+, TI85, TI86), ABC80, Jupiter Ace, Xircom REX 6000, Sam Coupe, MSX1,Spectravideo, Mattel Aquarius, Peters Sprinter, and C128 (in z80 mode).


Don't need to worry if these gets too complicated.
I suggest you go for boland as its a more common compiler.
And all creates EXE files..


[note="whyme"] Whoaa, Whoaa, Whoaa, you've copied and pasted this ENTIRE chunk from http://www.freeware-guide.com/dir/softdev/ccomp.html . You are to QUOTE all text that is not written by you.

I have now *quoted* your text.

-whyme

[/note]

This post has been edited by whyme: May 15 2005, 04:24 AM
Go to the top of the page
+Quote Post
scab_dog
no avatar
V-Man
*********
Group: Members
Posts: 370
Joined: 13-March 05
From: In live on Earth which is in the Milky Way which is in the Universe
Member No.: 4,441
myCENT:ZERO



Post #4 post May 12 2005, 09:31 PM
Well, I only use it for simple programs files, like making a shourtcut and making it so you can unzip zip folders and stuff, bUt To Make a bat file its simple: like if you want to start paint with on click what you do is:

1. Open Notepad
2: Enter This:
CODE
start C:/Program Files/Adobe/Photoshop.exe

3.Then You save the file as .bat or.exe

Wollla This would make a shortcut thingy, So yeah, as other people said if you want to make a proper exe file whcih runs a program, you need to know some languages sad.gif, Anyways Hope I helped you. Lots of typos but naah.
Go to the top of the page
+Quote Post
moldboy
no avatar
Privileged Member
*********
Group: Members
Posts: 516
Joined: 29-April 05
From: Canada Eh?!?
Member No.: 6,408



Post #5 post May 12 2005, 10:06 PM
THere is a program called game maker to make, um, well games, but it can also be used to create simple exe's like a cd autorun menu!
There is a program called, something like firestorm. I didn't find it very good, but you can try it. There is also an easy visual programing language called leopard, not alot of features, but once again cd auto run compatable.

You will have to google the above to find them
Go to the top of the page
+Quote Post
wariorpk
no avatar
Privileged Member
*********
Group: Members
Posts: 661
Joined: 18-April 05
Member No.: 5,852



Post #6 post May 13 2005, 01:18 AM
I think this may be what you want find Winzip Self Extractor and its just like installing a program except all you need is a Zipped file. I hope this helps you a bit.
Go to the top of the page
+Quote Post
mbd5882
no avatar
Premium Member
********
Group: Members
Posts: 176
Joined: 26-April 05
From: Manchester
Member No.: 6,203



Post #7 post May 13 2005, 07:32 AM
I Need to make a program and i have still no idea what to choose.
I like moldboy, also Inspiron because i have some experiance in those fields.
Thanks guys,
Ill tell you how it turns out.
Thanks alot.

Asad Haider
Go to the top of the page
+Quote Post
Corey
no avatar
Super Member
*********
Group: Members
Posts: 218
Joined: 13-January 05
Member No.: 3,267



Post #8 post May 13 2005, 01:44 PM
i think you look for something like Visual Basic (6)...

......everybody can make a working exe here...and it would even look nice;D

but afkors..it wouldn't do anything:D
Go to the top of the page
+Quote Post
mbd5882
no avatar
Premium Member
********
Group: Members
Posts: 176
Joined: 26-April 05
From: Manchester
Member No.: 6,203



Post #9 post May 13 2005, 02:36 PM
Thafunny,
Because i'm downloading it right now, Lucky.
I just want to make simple exe files.

Thanks for all your help
And all that posted
Really, Thanks
Go to the top of the page
+Quote Post
TheJester
no avatar
Newbie [Level 1]
*
Group: Members
Posts: 17
Joined: 15-May 05
From: Minnesota
Member No.: 7,065



Post #10 post May 15 2005, 01:01 AM
Well, my best choice making programs is 'Microsoft Visual Basic' It's pretty easy too understand and alot of good tutorials on it. I have to admit, it is a very spendy program to get but I have alot of fun with it. When you finish all you're coding you can just compile it too be an .EXE and that's almost as basic as it gets!



-Jester
Go to the top of the page
+Quote Post

3 Pages V   1 2 3 >
Reply to this topicStart new topic

Collapse

> Similar Topics

    Topic Title Replies Topic Starter Views Last Action
No New Posts   5 KansukeKojima 450 8th December 2007 - 02:10 AM
Last post by: jlhaslip
No New Posts 3 zip_mc 369 3rd August 2004 - 04:48 AM
Last post by: X3r0X
No New Posts   8 -gladiator_us- 836 24th November 2006 - 04:28 PM
Last post by: darkhunter
No New Posts   5 SilverBoarder 570 27th August 2004 - 04:15 AM
Last post by: zip_mc
No New Posts   4 LuciferStar 440 19th August 2004 - 01:39 AM
Last post by: LuciferStar
No New Posts 5 LuciferStar 699 25th September 2004 - 11:48 AM
Last post by: LuciferStar
No New Posts   4 shadowx 1,010 23rd August 2007 - 08:23 PM
Last post by: shadowx
No New Posts   12 Raptrex 1,101 28th August 2004 - 06:55 AM
Last post by: odomike
No new   27 OpaQue 5,998 18th October 2007 - 05:33 AM
Last post by: rvalkass
No New Posts 5 arash 1,648 2nd July 2006 - 02:25 PM
Last post by: garbage
No New Posts   6 Lunaray 349 10th September 2004 - 08:43 AM
Last post by: Lunaray
No New Posts   2 Triple X 344 28th September 2004 - 02:40 AM
Last post by: Triple X
No New Posts   3 Zenchi 282 13th October 2004 - 03:36 PM
Last post by: ElBandoneonWEbsite
No New Posts   0 dolar123 234 11th April 2008 - 01:48 PM
Last post by: dolar123
No New Posts   4 electriic ink 547 25th July 2006 - 07:28 PM
Last post by: electriic ink