95 DDK Installation Guide

zhaozj2021-02-08  284

Sender: kingchurch (old man with sea ~ desert sea), letter area: programming Title: 95 DDK Installation Guide Send Station: BBS Shuimu Tsinghua Station (WED APR 22 14:14:00 1998) ~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 0000-00-00 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~ Question, do a introduction here, I hope to help everyone. What needs to be clarified is that it is not "automatic" installed here, I think I will run the setup.exe as long as people who will miss the mouse, and the problem is that 99% can't run it directly, I want to say A process of manually installing.

Second, the software you need: 1) 95DDK (does not need full board, the 17m stuff on the FTP is enough, the main multi-compatiblity test in all boards, the average person does not use) 2) 95SDK (actually only need binw16 That 16-bit RC is ok) 3) VC5 (the use of this environment, using the C compiler of others) 4) Masm6.11 three, installation process 1, copy 95DDK: Put your 95DDK file (If it is the zip of Down on FTP, it must be unpackdated first) to copy to E: / 95DDK (Note: The specific directory used in the article is what I use, mainly for easy narration, of course, can be installed in other paths , The same below) 2, install MASM6.11C: Install the macro assembly mASM6.11 to E: / masm611, cover the contents of the E: / 95DDK / Masm611c to E: / Masm611 / BIN 3, install VC5 to E: / DevStudio 4, copy 95SDK: Copy the program under the SDK's mstools / binw16 to E: / 95SDK / BINW16 5, set the PATH and the environment to join the following statement in your config.sys to expand the environmental space shell = C: / Command. Com c: / / e: 4096 / P Add Path = E: / DevStudio / VC / BIN; E: / 95DDK / BIN 6, Edit DDK Setting 1/22 Establish the following 2 Batch files in E: / 95DDK / BIN / Lower 1) DDkenv.bat: Set DdkRoot = E: / 95DDK SET INCLUDE =% include%;% ddkroot% / inc32;% ddkroot% / inc32;% ddkroot% / inc32; LIB%;% ddkroot% / lib (Note: There is no DDkenv.bat in my DDK, too lazy to find, so I am built, please pay attention to save DDKenv.bat, if your DDK is C D version) 2) DDKSetup.bat: Set SDKROOT = E: / 95SDK CALL New-Vars.bat (Masm611 Environment) Call Ddkenv.bat (DDK Environment) Call vcvars32.bat (Environment of VC5) Four, Compilation Example: We use the example of E: / 95DDK / BASE / SAMPLES / ASYNCW32 as an example, this example is also .c, .asm, and .rc and .def included in the makefile, thus compared DDK by this example The correctness of the installation.

转载请注明原文地址:https://www.9cbs.com/read-1364.html

New Post(0)