Does Anyone Know How To Make Exe Files

Pages: 1, 2
free web hosting
Open Discussion > CONTRIBUTE > Computers > Software

Does Anyone Know How To Make Exe Files

mbd5882
Yeh thanks alot everybody,
I'm using Visual Basic and am going on fine now.
Thanks alot.

Reply

alexia
you cna use programs to do that
like ::
c
C++
vb
vc
c#
and many more software
at first you must learn programming and chosse your platform like web/application
i think C++ is very hard but VisualBasic 6 its easy and good for begin
you can use MSDN for help

Reply

mbd5882
I am usin vb and have liitle knowlage of c++,
I have made simple programs. vb is hard for newbies though, But not me.

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

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

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

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

iGuest
Winrar
Does Anyone Know How To Make Exe Files

A simple way is using Just winrar

Reply

niledream
QUOTE(iGuest- @ Jul 2 2008, 12:41 AM) *
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

Reply

innosia
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

 

 

 


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.

Pages: 1, 2
Recent Queries:-
  1. making exe with basic - 1.00 hr back. (1)
  2. make an exe file - 2.18 hr back. (1)
  3. how to make a self executable .exe file - 2.45 hr back. (1)
  4. make exe files - 2.45 hr back. (2)
  5. how to make an exe. program - 2.74 hr back. (1)
  6. "how to make .exe" c - 3.17 hr back. (1)
  7. create exe file - 3.30 hr back. (1)
  8. how can i make an exe file - 4.15 hr back. (1)
  9. how to make a simple .exe file - 5.83 hr back. (1)
  10. how to make an .exe file - 6.53 hr back. (1)
  11. how to make an .exe - 8.00 hr back. (1)
  12. how to make an exe program - 8.02 hr back. (1)
  13. making exe files on windows vista - 10.17 hr back. (2)
  14. how to make small exe files - 10.54 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 your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
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