| | Does anyone know any software for making exe files, I want to make simple programs not propper one's. Thanks. |
| Nov 21, 2009 |
How to program .exe files Does Anyone Know How To Make Exe Files Making .Exe files requires programming its possible to make a .Exe file but if you made it. It would be corupt. This is why we have to program .Exe files with programming lanuages I have been programming .Exe files for 3 years now and I'm 14 -reply by daniel...
read more.
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! 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..
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
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
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.
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
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
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
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 Latest Entries
How to program .exe files
Does Anyone Know How To Make Exe Files Making .Exe files requires programming its possible to make a .Exe file but if you made it. It would be corupt. This is why we have to program .Exe files with programming lanuages I have been programming .Exe files for 3 years now and I'm 14 -reply by danielDoes anyone know any software for making exe files, I want to make simple programs not propper one's. Thanks. If you are using a programming language like vb then the complete version has its own compiler etc. built in and you may find the option of making an exe in the file menu itself, as you click the option it will ask for the exe filename and location as you specify it you will get the exe made for you. in the specified location.
there are a lot of programs you can find to create exe files from other files, such as .msi .bin ive used tim with pretty good luck, also have you tried vmwares thinapp,
I know its off the subject a bit but who ever ends up where they planned
EXE files is created from compiler. To create exe files or executable files you need to learn computer languages. Such as C (any kind for example is borland C compiler), C++ (borland, microsoft), basic (microsoft), java (sun) and so on.
After learning those languages, you can use the compiler (bought or free) to compile your program. For beginner I recommend learning C++ to have a better foundation in how computer organize data, such as memory, thread, IO, and how to create a basic dos application until learning to create windows based application using microsoft API. In old days, to create windows based .exe, you can use Microsoft Win32API or used Microsoft Foundation Classes to create such. MFC is a kind of library that results your .exe to be compiled but very dependent on the MFC itself, but MFC makes your development process faster since the library often handled basic need to create application with form. While Win32API depend on the OS and software installs on the OS which is registered to the OS using registry. Than Borland makes their delphi language very powerful that exceed what MFC has given to software developer. The Borland Delphi can creates application as easy as what Visual Basic has offered and exceeded libraries that given from MFC. Software developer in some times move to use borland delphi for development to result in a compiled executables that depends on delphi core (i forget the core name), while they have many libraries, creating menus, interface better, and so on becomes very favourite which is because it depends solely on the delphi core and of course the OS API. The drawback of MFC is it is so static, the features itself does not offer much standard things, which makes many variety of developer create their own set of controls inheriting the very very very basic control offered by MFC. But this is different with Delphi, since delphi's control is much like VB, which is a new basic control delphi has offered while programmer can inherit them to create another new control with features they want. But what Microsoft then learn is, how java is so quickly absorb and implemented in world, and the interprated languages which offered security and prevention over some malicious codes, but with also how developer is sticked to the rules of programming or standard of programming (the creative side of programmer is then ruled). Then by learning from Java, microsoft creates new languages set which works like interprated languages though it is in fact compiled but not to the machine code but to another higher code which is called intermediate code, but it's in fact being run not by itself because the machine does not directly understand most of the code in the exes (which means that the execution pointer does pointed to the code loaded to memory, but instead to the engine which wrapped those codes) but instead an engine is interperating for the machine to understand, which then this engine is called microsoft .net framework. Since the presents of .net framework, delphi has ran out of their power, though their languages is compiled and based on the machine itself which is often faster than code being wrapped by engine. The reason they lose is, the newly operating system Microsoft Windows Vista, is checking some exe codes before running for the SECURITY REASONS, this only apply for those .exe which is compiled for machine not intermediate languages exe. Which results such an executable to be slower to execute than .exe created using intermediate languages. This then move the programming world from old machine compiled codes to intermediate compiled. But for the fact I am going to state is, IF PROGRAMMER only knows microsoft .net languages then they are certainly bind by Microsoft, which means they are building something over what people have been built. This of course fools them and make them not understanding the basic of how computer works! Like school begin to teach windows as the first course, then they don't know exactly what is the basic of computer, they learn languages like Visual Basic, but they don't know real Assembly (not mixed with the term 'Assembly' from microsoft, since microsoft has twisted this term, due to the fact microsoft calling executables code generated from .NET framework is called assembly which by them means a package. But the old assembly day is in fact a machine language or low level programming, which gives you any freedom to access the processor and any IO on the hardware) but in my perception microsoft trying to make programmers an ignorance by driving them to learn high languages so that no one can defeat them any more on the term of understanding machine hardware programming. That's why linux and other os is fighting microsoft over issues of monopoly and so on, the strategies microsoft has put upon public is that public is a user, user must be easy, but also remember user is consumer then who is going to create the product?). By this reason, some company has specialized themselves upon something else and work in the different path than microsoft. Like Google specialized in search engine, they built from ground up for their search engine include the operating system that work with the search engine. Then microsoft just say "why wont the world use the same OS that this OS can be used for any specialized machine, such as search engine?" Then they create microsoft search engine, hopes that the world can accept this OS to be used as any engines foundation, but I doubt so, since the OS has used extra resources which is not needed for some engines, then burden the system and system down or slow down. See today's processor can be in fact a high powerful server in old days which uses dos based applications, but the user requires more powerful interface, more easy, 3D and more fancy, than today processor is like an end user computer. But in the viewed of company, they want to maximized their machine usability, which work more for user or client computer and does not require to be fancy on the server side). This is what I have known from my experience of programming, than I begin to understand, to learn programming is an endless work... if you do like to learn programming start from C and C++ (understanding things like library, components, database, GUI library, and create reusable things) Then learn .NET if you want easy and follow the trend, I suggest C# since it is a good language Winrar Does Anyone Know How To Make Exe Files A simple way is using Just winrar i think you can use this program it call (inno setup) and you can download it from here inno setup
Similar Topics
Keywords : make, exe, files
(0) How to disable downloading files in Internet Explorer This tip is useful for network (8) How to hide files or folders in an image file !!!!!! Yes, hidden files or folders in an image (10) Ok, well recently i downloaded a little snippet of somthing that i couldn't find anywhere else, 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 (11) Ok, well i found this place online that you can download movies after you pay for the,. and from (2) Many times we panic when we think that we lost an important file but the good news is that sometimes 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 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 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 (3) hi....i recently discovered that all the files in one of my folders, specifically (kazaa/my shared 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 duplicate files (1) i have many music and many programs installed on my computer. i have been dling the same programs 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. It it possible (13) Hi all, I have a cell phone that can play mp3 ringones and midi ringtones. I have much mp3's on (0) This software allows to make ebook from html pages in some mouse clicks. Very useful feature - "Cut 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 (0) why i can't upload over 16Kb files?lt. upload 200KB file,but server only recived 16KB!( (20) I just created an e-book with pics colours now it's up to the size of 20 MB. winZipping it Looking for make, exe, files
|
![]() Does Anyone Know How To Make Exe Files |
Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com