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 | |
---|---|---|
.. | ||
generic.bmp | 4 years ago | |
generic.c | 4 years ago | |
generic.cnt | 4 years ago | |
generic.def | 4 years ago | |
generic.dsp | 4 years ago | |
generic.err | 4 years ago | |
generic.h | 4 years ago | |
generic.hlp | 4 years ago | |
generic.hpj | 4 years ago | |
generic.ico | 4 years ago | |
generic.rc | 4 years ago | |
generic.res | 4 years ago | |
generic.rtf | 4 years ago | |
help.bmp | 4 years ago | |
makefile | 4 years ago | |
readme.txt | 4 years ago | |
resource.h | 4 years ago | |
small.ico | 4 years ago | |
sources | 4 years ago |
readme.txt
Generic Win32-based Application
The GENERIC sample is a generic Win32-based application with a menu and an
About box, but without any real functionality. The sample demonstrates the
basic steps that are used to create the application.
The files included in this sample are:
GENERIC.C - The .C source file
GENERIC.H - The .H file for the sample
RESOURCE.H - The .H file created by VC++ 2.0
GENERIC.DEF - The definition file
GENERIC.RC - Contains resource information such as menus and dialog boxes
GENERIC.HPJ - The Help file source
GENERIC.CNT - The contents list for the Help file
GENERIC.RTF - A rich text format file used for Help
GENERIC.MAK - A Microsoft Visual C++ 2.0 make file
MAKEFILE - A command line make file
MAKEHELP.BAT - A batch file that makes the Help file
GENERIC.ICO - The icon for the GENERIC sample
SMALL.ICO - The small-icon for the GENERIC sample
GENERIC.BMP - A bitmap for the GENERIC sample
HELP.BMP - A bitmap for the Help file