mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CryptoAlgo Inc
daad8a087a
|
4 years ago | |
---|---|---|
.. | ||
display.c | 4 years ago | |
display.h | 4 years ago | |
display.rc | 4 years ago | |
makefile | 4 years ago | |
moor.cmd | 4 years ago | |
moor.rc | 4 years ago | |
one.bmp | 4 years ago | |
readme.txt | 4 years ago | |
sources | 4 years ago | |
test.cmd | 4 years ago | |
two.bmp | 4 years ago |
readme.txt
This set of tests is designed for basic verification of the UpdateResource
api. It also tests boundary conditions for the api. Two tests are run.
(There used to be three, but changes in the exe format/sections caused
one of them to become redundant.)
1) Test.cmd builds fontedit.exe to use for a template executeable.
It then replaces the resources in fontedit with the same resources
from the resource file, using resonexe (which uses UpdateResource)
This should result in an executable the same size as the original,
as the result of running resonexe should be the same as running
cvtres and linking the .res object.
2) The second test script, moor.cmd, is run after test.cmd completes.
This script builds a resource file that contains several large bitmaps.
These bitmaps exceed 64k in size, and their addition should result in
UpdateResource having to create an extra (.rsrc1) section in the file,
as it will not be able to fit them into the space between the end of
the physical data of .rsrc and the next section.