Files: mscomm.{c,h,def,rc,bmp} -> kpcomctl.{c,h,def,rc,bmp}
Output: mscomm.vbx -> kpcomctl.vbx
Types: MsCommDataT -> KpComCtlDataT, MsCommCtlProc -> KpComCtlProc
LIBRARY name: MSCOMM -> KPCOMCTL
VB control name: MSComm -> KPComCtl
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
15 lines
331 B
Modula-2
15 lines
331 B
Modula-2
; kpcomctl.def - Module definition for KPComCtl VBX control
|
|
|
|
LIBRARY KPCOMCTL
|
|
DESCRIPTION 'KPComCtl Serial Communications Control for VB4'
|
|
EXETYPE WINDOWS
|
|
|
|
CODE PRELOAD MOVEABLE DISCARDABLE
|
|
DATA PRELOAD MOVEABLE SINGLE
|
|
|
|
HEAPSIZE 1024
|
|
|
|
EXPORTS
|
|
WEP @1 RESIDENTNAME
|
|
VBINITCC @2
|
|
VBTERMCC @3
|