一个简单的win32程序开发框架—win-dev-framework

win-dev-framework是一个windows程序开发框架,基于C语言和mingw工具链。 

win-dev-framework是一款开源、免费软件。


win-dev-framework内含如下内容:
        一份简单的源码目录结构
        win32程序基础代码
        一些常用例程
        makefile编译脚本
        NSIS打包脚本
        
用户可以以此为基础,快速开始自己的windows程序开发。

软件的目录结构大致如下:

|
|-- makefile
|
|-- package.nsi
|
|-- inc
|   |-- *.h
|
|-- src
|   |-- *.c
|
|-- res
|   |-- 资源文件


各目录项的用途如下:
inc         目录中存放.h文件。
src         目录中存放.c文件。
res         目录中存放资源文件。
makefile    对源码进行编译。

package.nsi 对程序进行打包,即生成安装包。


编译方法(详见Build.txt):

打开dos窗口,进入源码根目录。

a)编译程序
mingw32-make 

b)生成安装包
mingw32-make installer

c)编译程序,并生成安装包
mingw32-make all

d)清空所有目标
mingw32-make clean


程序运行效果如下:



最后,软件的下地址如下:

http://sourceforge.net/projects/windevframework/files/v1.x/


  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
FASMARM v1.42 This package is an ARM assembler add-on for FASM. FASMARM currently supports the full range of instructions for 32-bit and 64-bit ARM processors and coprocessors up to and including v8. Contents: 1. ARM assembly compatibility 2. UAL and pre-UAL syntaxes 3. IT block handling 4. Alternate encodings 5. Output formats 6. Control directives 7. Data definitions 8. Defining registers lists inside macros 9. Half-precision number formatting 10. Variants supported 11. Further information 12. Version history _______________________________________________________________________________ 1. ARM assembly compatibility There are a few restrictions how the ARM instruction set is implemented. The changes are minor and mostly have a minor impact. For the most part the basic instruction outline is the same. Where possible the original style is used but there are some differences: Not everything matches the ARM ADS assembly style, where possible the original style is used but there are some differences 1) label names cannot begin with a digit 2) CPSIE and CPSID formats are changed, use "iflags_aif" form instead of "aif" (eg. "CPSIE iflags_i" instead of "CPSID i") 3) SRS with writeback must have a separating space after the mode number and before "!" (eg. "SRSDB 16 !" instead of "SRSDB 16!") 4) macro, rept, irp, format, if, virtual etc. are all significant changes from the ARM ADS, so you will need to re-write those sections of existing code Original ARM Syntax | fasmarm Syntax ----------------------+---------------------- cpsie a | cpsie iflags_a | srsdb #29! | srsdb #29 ! ;or, | srsdb 29 ! _______________________________________________________________________________ 2. UAL and pre-UAL syntaxes fasmarm supports the original pre-UAL syntax and the newer UAL syntax. These two syntaxes only affect THUMB encodings. UAL stands for: Universal Assembly Language. pre-UAL syntax is selected wi
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值