readme.txt
来自「在vc下开发的系统资源显示器」· 文本 代码 · 共 15 行
TXT
15 行
Resource Meter example
this example shows how to make a resource meter
Do to the 16 bit nature of rsrc32.dll this program will only run on Windows 9x machines
The included exe was also pack with upx. So your compiled work might not be as small.
Sorry for the lack of a make file but i wrote this program with Hutch's Masm32 package and
compiled it with the same thing. I recomend using his package or at least his include. Visit
http://win32asm.cjb.net to get it.
if you want to do it through dos compile like so
ml /c /coff /Cp meter.asm
link /SUBSYSTEM:WINDOWS /LIBPATH:c:\masm32\lib meter.obj rsrc.RES
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?