怎样编写EXE文件,编写需要要什么软件。

[复制链接]
查看11 | 回复6 | 2006-10-26 01:27:21 | 显示全部楼层 |阅读模式
要做exe文件,必须学会编程语言,比如C,C++,vb,c#,java等用对应的编译器可以直接把代码生成exe文件,而某种语言的开发软件(IDE)一般都集成了编译器了的.如果是业余,根本没有必要学什么古老的C和流行的java,我觉得最好的是vb.我现在做项目用的是C#,但是我一旦要为自己做个自己使用的程序,我都会用回vb
回复

使用道具 举报

千问 | 2006-10-26 01:27:21 | 显示全部楼层
EXE文件是应用程序的可执行文件,通过该文件执行exe文件所属文件夹下与exe相关联的文件的执行与调用,实现使用者对程式的操作功能的一个文件。他可以通过很多编程语言建立的方案中编写后进行建立/执行/加载后生成的文件。EXE文件可以由很多程式可以实现:C++,VB,delphi,java,C#,易语言等。
回复

使用道具 举报

千问 | 2006-10-26 01:27:21 | 显示全部楼层
你是问编辑EXE 还是写EXE啊~~编辑的话 你需要对应的软件反编译成源码要是自己写一个的话.....看来你什么都不清楚啊?那你试试 "易语言" 中文化的编程系统~~我还没空试过~~
回复

使用道具 举报

千问 | 2006-10-26 01:27:21 | 显示全部楼层
编写EXE文件的话,你要先学习编程先,主要是先学习一门计算机语言比如C语言 推荐书籍《C语言程序设计(第3版)》作者谭浩强如果你足够牛,可以用二进制文件编缉器编写EXE文件,然让操作系统执行它.
回复

使用道具 举报

千问 | 2006-10-26 01:27:21 | 显示全部楼层
现在多了,你看你要学什么样的,最简单的就是VB了,我也推荐你用它。
回复

使用道具 举报

千问 | 2006-10-26 01:27:21 | 显示全部楼层
The PE file format==================Preface-------The PE ("portable executable") file format is the format of executablebinaries (DLLs and programs) for MS windows NT, windows 95 andwin32s; in windows NT, the drivers are in this format, too.It can also be used for object files and libraries.The format is designed by Microsoft and standardized by the TIS (toolinterface standard) Committee (Microsoft, Intel, Borland, Watcom, IBMand others) in 1993, apparently based on a good knowledge of COFF, the"common object file format" used for object files and executables onseveral UNIXes and on VMS.The win32 SDK includes a header filecontaining #defines andtypedefs for the PE-format. I will mention the struct-member-names and#defines as we go.You may also find the DLL "imagehelp.dll" to be helpful. It is part ofwindows NT, but documentation is scarce. Some of its functions aredescribed in the "Developer Network".
回复

使用道具 举报

千问 | 2006-10-26 01:27:21 | 显示全部楼层
C语言用编辑器
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行