⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 windemos.gml

📁 开放源码的编译器open watcom 1.6.0版的源代码
💻 GML
字号:
.chap Converting the SDK Example Programs
.*
.np
&cmpname for Windows comes with a set of patches that will change the
standard SDK examples into 32-bit applications.
.np
How to install patches to create 32-bit versions of the SDK samples:
.autonote
.note
Make sure
.fi PATCH.EXE
(included with &cmpname for Windows) is somewhere in your current
directory.
.note
Edit
.fi CS.BAT
(in the
.fi &pathnamup\SRC\SKDPATCH
directory) so that things are copied into your
.fi \WINDEV\SAMPLES
directory.
.note
Make sure the
.fi \WINDEV\SAMPLES
directory contains a fresh copy of the files from the SDK disks, or
else the patches will fail.
.note
Run
.mono CS <dirname>
to copy over the patches for a specific directory,
or run
.mono ALL
(in the
.fi &pathnamup\SRC\SKDPATCH
directory) to install all of them.
.note
To apply the patches, go into the appropriate directory and type
.mono APPLY
or
.mono APPLY Y.
APPLY causes the directory
.fi WIN386
to be created, along with everything necessary to compile and link the
32-bit application.
Specifying "Y" causes the code to contain conditional compilation
macros, demonstrating the differences.
All code specifically for 32-bit applications is within the
.mono #ifdef WIN386
areas.
.endnote

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -