📄 tutmain.gml
字号:
.ix '32-bit FlashTek executables'
To create these files, use one of the following structures.
.millust begin
system x32r
.im tutsteps
.millust end
.np
If the system is
.kw x32r,
a FlashTek executable file is created for an application using the
register calling convention.
.millust begin
system x32rv
.im tutsteps
.millust end
.np
If the system is
.kw x32rv,
a virtual-memory FlashTek executable file is created for an
application using the register calling convention.
.millust begin
system x32s
.im tutsteps
.millust end
.np
If the system is
.bd x32s,
a FlashTek executable file is created for an application using the
stack calling convention.
.millust begin
system x32sv
.im tutsteps
.millust end
.np
If the system is
.bd x32sv,
a virtual-memory FlashTek executable file is created for an
application using the stack calling convention.
.np
For more information,
see the chapter entitled :HDREF refid='os2chap'..
.*
.section Linking 32-bit x86 Novell NetWare Loadable Modules
.*
.np
.ix '32-bit Netware NLMs'
To create this type of file, use the following structure.
.millust begin
system netware_(clib|libc)[_lite]
.im tutsteps
module mod_name
.millust end
For more information, see the chapter entitled
:HDREF refid='novchap'..
.*
.section Linking 32-bit x86 OS/2 Executable Files
.*
.np
.ix '32-bit OS/2 executables'
To create this type of file, use the following structure.
.millust begin
system os2v2
.im tutsteps
.millust end
.np
For more information,
see the chapter entitled :HDREF refid='os2chap'..
.*
.section Linking 32-bit x86 OS/2 Dynamic Link Libraries
.*
.np
.ix '32-bit OS/2 DLLs'
To create this type of file, use the following structure.
.millust begin
system os2v2 dll
.im tutsteps
.millust end
.np
For more information,
see the chapter entitled :HDREF refid='os2chap'..
.*
.section Linking 32-bit x86 OS/2 Presentation Manager Executable Files
.*
.np
.ix '32-bit OS/2 PM executables'
To create this type of file, use the following structure.
.millust begin
system os2v2_pm
.im tutsteps
.millust end
.np
For more information,
see the chapter entitled :HDREF refid='os2chap'..
.*
.section Linking 32-bit x86 Phar Lap Executable Files
.*
.np
.ix '32-bit Phar Lap executables'
To create this type of file, use the following structure.
.millust begin
system pharlap
.im tutsteps
.millust end
.np
For more information,
see the chapter entitled :HDREF refid='phrchap'..
.*
.section Linking 32-bit x86 Phar Lap TNT Executable Files
.*
.np
.ix '32-bit TNT executables'
To create this type of file, use the following structure.
.millust begin
system tnt
.im tutsteps
.millust end
.np
For more information,
see the chapter entitled :HDREF refid='ntchap'..
.*
.section Linking 32-bit x86 QNX Executable Files
.*
.np
.ix '32-bit QNX executables'
To create this type of file, use the following structure.
.millust begin
system qnx386
.im tutsteps
.millust end
.np
For more information,
see the chapter entitled :HDREF refid='qnxchap'..
.*
.section Linking 32-bit x86 Extended Windows 3.x Executable
.*
.np
.ix '32-bit Windows 3.x executables'
To create this type of file, use the following structure.
.millust begin
system win386
.im tutsteps
.millust end
.np
After linking this executable, you must bind the &company 32-bit
Windows-extender to the executable (a
.fi .REX
file)
to produce a Windows executable (a
.fi .EXE
file).
.millust begin
wbind -n app_name
.millust end
.np
For more information,
see the chapter entitled :HDREF refid='winchap'..
.*
.section Linking 32-bit x86 Extended Windows 3.x Dynamic Link Libraries
.*
.np
.ix '32-bit Windows 3.x DLLs'
To create this type of file, use the following structure.
.millust begin
system win386
.im tutsteps
.millust end
.np
After linking this executable, you must bind the &company 32-bit
Windows-extender for DLLs to the executable (a
.fi .REX
file)
to produce a Windows Dynamic Link Library (a
.fi .DLL
file).
.millust begin
wbind -n -d app_name
.millust end
.np
For more information,
see the chapter entitled :HDREF refid='winchap'..
.*
.section Linking 32-bit x86 Windows 3.x or 9x Virtual Device Driver
.*
.np
.ix '32-bit Windows VxD'
There are two type of the Virtual Device Driver.
.np
Staticaly loaded Virtual Device Driver used by Windows 3.x or 9x.
To create this type of file, use the following structure.
.millust begin
system win_vxd
.im tutsteps
.millust end
.np
Dynamicaly loaded Virtual Device Driver used by Windows 3.11 or 9x.
To create this type of file, use the following structure.
.millust begin
system win_vxd dynamic
.im tutsteps
.millust end
.np
For more information,
see the chapter entitled :HDREF refid='vxdchap'..
.*
.section Linking 32-bit x86 Windows 95 Executable Files
.*
.np
.ix '32-bit Windows 95 executables'
To create this type of file, use the following structure.
.millust begin
system win95
.im tutsteps
.millust end
.np
For more information,
see the chapter entitled :HDREF refid='ntchap'..
.*
.section Linking 32-bit x86 Windows 95 Dynamic Link Libraries
.*
.np
.ix '32-bit Windows 95 DLLs'
To create this type of file, use the following structure.
.millust begin
system win95 dll
.im tutsteps
.millust end
.np
For more information,
see the chapter entitled :HDREF refid='ntchap'..
.*
.section Linking 32-bit x86 Windows NT Character-Mode Executable Files
.*
.np
.ix '32-bit Win NT character-mode executables'
To create this type of file, use the following structure.
.millust begin
system nt
.im tutsteps
.millust end
.np
For more information,
see the chapter entitled :HDREF refid='ntchap'..
.*
.section Linking 32-bit x86 Windows NT Windowed Executable Files
.*
.np
.ix '32-bit Win NT windowed executables'
To create this type of file, use the following structure.
.millust begin
system nt_win
.im tutsteps
.millust end
.np
For more information,
see the chapter entitled :HDREF refid='ntchap'..
.*
.section Linking 32-bit x86 Windows NT Dynamic Link Libraries
.*
.np
.ix '32-bit Win NT DLLs'
To create this type of file, use the following structure.
.millust begin
system nt_dll
.im tutsteps
.millust end
.np
For more information,
see the chapter entitled :HDREF refid='ntchap'..
.*
.if '&alpha' eq 'AXP' .do begin
.*
.section Linking AXP Windows NT Character-Mode Executable Files
.*
.np
.ix 'AXP Win NT character-mode executables'
To create this type of file, use the following structure.
.millust begin
system ntaxp
.im tutsteps
.millust end
.np
For more information,
see the chapter entitled :HDREF refid='ntchap'..
.*
.section Linking AXP Windows NT Windowed Executable Files
.*
.np
.ix 'AXP Win NT windowed executables'
To create this type of file, use the following structure.
.millust begin
system ntaxp_win
.im tutsteps
.millust end
.np
For more information,
see the chapter entitled :HDREF refid='ntchap'..
.*
.section Linking AXP Windows NT Dynamic Link Libraries
.*
.np
.ix 'AXP Win NT DLLs'
To create this type of file, use the following structure.
.millust begin
system ntaxp_dll
.im tutsteps
.millust end
.np
For more information,
see the chapter entitled :HDREF refid='ntchap'..
.*
.do end
.*
.endlevel
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -