myproj.def

来自「prolog程序」· DEF 代码 · 共 13 行

DEF
13
字号

DESCRIPTION 'Visual Prolog Windows application'
EXETYPE WINDOWS ; required for all Windows applications
PROTMODE	; Visual Prolog run in protected mode only

; Generates error message if application is started without Windows
;STUB 'C:\WINDEV\WINSTUB.EXE'

HEAPSIZE 20000	; Local heap used by edit controls in the VPI
STACKSIZE 15000	; Size depends on the application
		; When INIT.OBJ used, stack always set to 64K
		; The value only used when linking to C !

⌨️ 快捷键说明

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