Does Anyone Know How To Make Exe Files

Pages: 1, 2
free web hosting

Read Latest Entries..: (Post #17) by iGuest on Jul 1 2008, 09:41 PM. (Line Breaks Removed)
Winrar Does Anyone Know How To Make Exe Files A simple way is using Just winrar
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Free Web Hosting, No Ads > CONTRIBUTE > Computers > Software

Does Anyone Know How To Make Exe Files

mbd5882
Does anyone know any software for making exe files,
I want to make simple programs not propper one's.

Thanks.

Reply

R0boT39
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!

Reply

Inspiron
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..


Notice from 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

 

 

 


Reply

scab_dog
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.

Reply

moldboy
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

Reply

wariorpk
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.

Reply

mbd5882
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

Reply

Corey
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

Reply

mbd5882
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

Reply

TheJester
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

Reply

Latest Entries

iGuest
Winrar
Does Anyone Know How To Make Exe Files

A simple way is using Just winrar

Reply

iGuest
A little more difficult question
Does Anyone Know How To Make Exe Files

Replying to Trap FeedBacker
I am using VB 5 Enterprise edition, when I make the exe file for a friend, I can run it on my machine, but on hers she gets a .Dll error. I know in C+ I can statically add the libraries to my exe so users don't have to have the libraries locally, is there a way to do it in VB 5?

Thanks,
Dan

Reply

demank
i really want to edit the exe file. smile.gif thanks for who posted above, i want to try like that.

Reply

iGuest
Well it more easy if you just search for exe,file,etc compiler software if you not sure how to program a codes.

Download it and read the instruction.And for the source codes just search it on internet.And compile it together for making an exe.But anyway you must understand programmer language anyway!what?..EmmM..(Theres no easy way I think)

-reply by Coolprit

Reply

ARNEL
QUOTE(TheJester @ May 15 2005, 09: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
*




Yeah you're right there are a lots of way to make .EXE files it is depend on what software's you are using, like programming language vb6, vfp etc..

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Pages: 1, 2
Recent Queries:-
  1. how do i make an exe file - 0.08 hr back. (1)
  2. making .exe file - 2.06 hr back. (2)
  3. making .exe c program - 2.61 hr back. (1)
  4. how to make rar files play on media player - 4.27 hr back. (1)
  5. making exe file - 4.41 hr back. (1)
  6. how to make a .exe file - 5.07 hr back. (1)
  7. how to make a visual basic executable file - 7.23 hr back. (1)
  8. make a exe file - 7.80 hr back. (1)
  9. how to make an .exe file - 9.51 hr back. (1)
  10. how to make .exe file - 9.77 hr back. (1)
  11. creating exe file - 15.30 hr back. (1)
  12. making exe files/ w/ visual basic - 15.58 hr back. (1)
  13. making an exe file - 16.64 hr back. (1)
  14. how to make an executable file - 16.80 hr back. (1)
Similar Topics

Keywords : make, exe, files

  1. Save Youtube Files
    (21)
  2. How To Disable Downloading Files In Internet Explorer
    (0)
    How to disable downloading files in Internet Explorer This tip is useful for network
    administrators; users no longer can download files in internet explorer 1- Go to Start menu > run
    and then type regedit to run Windows Registry Editor 2- Go to following address: CODE
    HKEY-CURRENT-USER\Software\Microsoft\Windows\CurrentVersion\InternetSetting
    \Zone\3 3- Double click on 1803 and give it value of 3 and press OK 4- Close Windows
    Registry Editor and restart your computer. Users no longer can download files in Internet Explorer
    N....
  3. How To Hide Files Or Folders In An Image File !
    (5)
    How to hide files or folders in an image file !!!!!! Yes, hidden files or
    folders in an image file. As you know winrar is one of the most popular and professional compressor
    programs in the world and with this program you can compress your files. Today I would like to teach
    you, who you can hide your files or folders in an image file. First, compress your file or folder
    with winrar (for example myfile.rar). Select an image and rename it same as your compressed file
    name(for example myfile.jpg or myfile.gif). Then put both files in same location.....
  4. Software That Will Convert .cue/.bin Files To A Different Format Like .avi
    (10)
    Ok, well recently i downloaded a little snippet of somthing that i couldn't find anywhere else,
    and i wish i could have found it somewhere else because the snippet is in .cue/.bin video image
    format.. and that is not exactly what i want... i know how to play it, i used VLC media player to
    play the file, but now i want to write it to a CD but i do not want to keep VLC media player on my
    computer or install it on any computer i want to play this file on... so i was hoping to convert
    icue/.bin files to somthing like what the rest of what i have is which is .avi i h....
  5. Gx::transcoder V3.0 Beta
    format audio your files to many other formats (1)
    With this program you can format your audio files to another format like MP4, MIDI, MP2, MP3, MIDI
    etc..,and a lot of more for more info ,you can visit their homepage: http://www.germanixsoft.de/
    direct dowload here http://www.germanixsoft.de/beta/v30/setup.exe Hope this is the great program
    for you.....
  6. Does Anyone Know A Player That Will Play .cue Files
    (9)
    Ok, well i found this place online that you can download movies after you pay for the,. and from
    this place, i bought....and downloaded The Matrix Revolutions, and it is fully downloaded, but it is
    in a .cue format, meaning it is The_Matrix_Revoloutions.cue and well it wont open for me in
    windows media player, and i dont have any other players, so i was wondering if anyone on here knew
    of a program, or softwear that is free that will be ablt to play this extenction....
  7. Learn How To Recover Files That You Thought You Lost
    (1)
    Many times we panic when we think that we lost an important file but the good news is that sometimes
    we can actually recover the file. I will show you how we can do that. If you have deleted that file
    by accident, first of all DON"T PANIC. Go to your recycle bin to check if its there, if it is, you
    are very luck,the file can be recovered and restored with ease. Drag the file to your desktop, right
    click on the file and select Restore.That file will be restored back to its original state. If the
    file is on longer in the Recycle bin, look for back ups. If your computer h....
  8. Linux Question: Amarok And File Permissions
    please help, i can't get it to work with all music files (4)
    hey, i use to use Linux DC++ to download music from some hubs and i usually download it to
    /home/downloads/ and then i move the files to my collection on another HDD a sata one, on
    sda3/music/ but when i move the files using krushader root mode they become posessed by root and
    amarok can't play them displaying a locker on the file's icon. I tried to " chmod 774 music
    ", where music is my music directory, as root in konsole but no luck. What should i do to make a
    whole directory accessible from amarok as user?....
  9. Pdfcreator - Tool To Create Pdf Files For Free
    Free little tool to create pdfs (11)
    For all those who can't afford Acrobat, I found this little tool which can create PDF files from
    almost any format. PDFCreator installs as a printer and thus can easily produce PDFs from any
    Office Software. Best of all it's free and easy to use but still allows advanced configuration.
    Overall this is a really great tool and it works for almost everything you need. All thumbs up for
    this. Edited topic title ....
  10. Xamp / Php.ini Question
    How to use php files from non-htdocs folder (6)
    I recently installed the XAMP software as per snilildude's Tutorial and I have a question about
    the php.ini file or something like that. The Application is default installed. I haven't
    altered anything yet, so this should be a textbook case. Presently, the only folders recognized to
    run php scripts from is the htdoc folder (root). Is there a way to alter the configuration (or path
    or whaever) so if I double click a 'php' file that resides elsewhere, the file gets parsed
    and served as php in the browser. Would the Browser have to be open already when th....
  11. Disappearing Kazaa Files!
    (3)
    hi....i recently discovered that all the files in one of my folders, specifically (kazaa/my shared
    folder) have all vanished. also when i double click on the folder to open it, it takes about 3
    seconds before it actually opens. and then there is nothing inside. but the funny thing is that when
    i open my kazaa, the transfer window is full of the files which i was downloading, meaning that the
    temp files are still in the folder and i'm pretty sure that the other files are there as well
    but how come they just suddenly vanished?? Topic title must be specific. This is k....
  12. Open All Types Of Compressed Files
    WITH ONE “FREE” –WARE (4)
    Hey it’s time again where I bring you the best the web has to offer to you. I was reasenlt struck by
    the idea that hey, there are dozens of compression type out there (.zip, .gzip, .rar, .cab ect) and
    to open each one of them, we have to download the specific software (which is either very hard to
    get or is very expensive) So while looking around, I found “7-Zip”. A compression software which can
    open and zip file in almost all the formas out there and best of all it absolutely free! So
    here’s the Review! /ohmy.gif' border='0' style='vertical-align:middle' alt=....
  13. "software" Duplicate File Scan..?
    duplicate files (1)
    i have many music and many programs installed on my computer. i have been dling the same programs
    and music for the last 2-3 years..ahha i know..and i been finding many duplicated files in my hdd..i
    am trying to find a program that finds these duplicated files, please help......
  14. A Couple Of Phpbb Questions
    adding code, css files, linking (5)
    Sorry about the vague title, but I couldn't possibly fit what I needed in such a small line.
    Anyway, I would really appreciate it if anyone can answer any of these questions that I have about
    PHPBB. First, I want to know how I can change the logo of the PHPBB. When you first install PHPBB,
    it gives you their logo. You know, the one on the top-left. How do I change it to something that I
    want? Second, how do I make it so that when you click on the logo, you go to a different location
    instead of the forum root? Third, is it possible to add addition code to the forum....
  15. Cutting Mp3 And Midi Files
    It it possible (12)
    Hi all, I have a cell phone that can play mp3 ringones and midi ringtones. I have much mp3's on
    my computer and also a few mdi's. Is there a way I can cut peices out of them, so i have short
    pieces for ringtones. Then i can send them to my cellphone and use. Thanx in advance Moody....
  16. How To Make Ebook From Html Files
    (0)
    This software allows to make ebook from html pages in some mouse clicks. Very useful feature - "Cut
    the common parts in captions", because html pages from some websites often contains a lot of garbage
    in the page titles. When this garbage is the same in all pages this program can easy clear it. This
    software placed here http://abeetech.com/chm-ebook-creator/ ....
  17. Winxp-sp2 Firewall
    Safe enough if all files backed-up on external hard drive? (9)
    Other posts about firewalls haven't satisfied my questions about Windows XP Service Pack 2's
    Firewall. I want to know if there's any reason why not to trust it alone. I already have Norton,
    but the damn thing takes up so many resources... this is my situation: I'm just about to get a
    new external hard drive, on which I will back-up all my files. Then I'm going to reformat my
    hard drive, as it hasn't been since I got this comp two years ago and it needs it. I don't
    have a whole lot of resources to compromise on this computer, so I want to mini....
  18. My Flashfxp Can't Upload Over 16kb Files
    (0)
    why i can't upload over 16Kb files?lt. upload 200KB file,but server only recived 16KB!(
    on PASV mode) but some server if it suppor Port Mode ,it will good work. win2k+sp4+flashfxp 3.0
    bulid 1039+kasperskys antivirus 5.0,....
  19. Compressin Files?
    (19)
    I just created an e-book with pics colours now it's up to the size of 20 MB. winZipping it
    doesn't help , I need to compress it so much that I'm stuck whether i should use Total
    Commander or WinRAR. i want to be able to send it to people and eventually I will be uploading it
    onto my server and people will be downloading it from there.....

    1. Looking for make, exe, files

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for make, exe, files

*MORE FROM TRAP17.COM*
advertisement



Does Anyone Know How To Make Exe Files



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE