mirror of https://github.com/lianthony/NT4.0
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.
|
5 years ago | |
---|---|---|
.. | ||
acme | 5 years ago | |
inc | 5 years ago | |
res | 5 years ago | |
beta.inf | 5 years ago | |
beta.stf | 5 years ago | |
common.h | 5 years ago | |
focus.c | 5 years ago | |
gateway.c | 5 years ago | |
interacc.inf | 5 years ago | |
internet.acc | 5 years ago | |
internet.inf | 5 years ago | |
internet.stf | 5 years ago | |
lanman.c | 5 years ago | |
make.inc | 5 years ago | |
makefile | 5 years ago | |
readme.txt | 5 years ago | |
resource.h | 5 years ago | |
rpc.c | 5 years ago | |
sampap16.def | 5 years ago | |
sampapp.aps | 5 years ago | |
sampapp.rc | 5 years ago | |
sampmain.c | 5 years ago | |
setup.acc | 5 years ago | |
setup.h | 5 years ago | |
setup.lst | 5 years ago | |
wfw.mak | 5 years ago | |
wfw.vcw | 5 years ago | |
win.c | 5 years ago |
readme.txt
SAMPDLL
The files in this directory build a sample, app-specific .DLL
(sampapp.dll) to demonstrate the use of billboards, bitmaps,
dialog proc's and CustomActions with Acme Setup.
Note: Do not ship sampapp.dll; you must produce a new .DLL
specifically for your product.
The 'inc' directory contains the common include files and libraries
you will need to use to build your own .DLL's.
Note: There are four mssetpXX.lib libraries; use the right
one for your target machine.
mssetp16.lib intel 16-bit
mssetp32.lib intel 32-bit
mssetp_a.lib alpha
mssetp_m.lib mips
The 'intl\usa' directory contains localizable files.