HTBasic Help
×
Menu
Index

Development Support

 
Creating an HTBasic Windows CSUB involves some knowledge of the Windows and C language runtime environments.
 
Windows CSUB Toolkit Files
 
The HTBasic Windows CSUB Toolkit consists of an include file, the HTBasic CSUB utility program and a C language example program.  
 
Filename
Description
CSUB.EXE
Windows CSUB Builder Utility
CSUB.chm
Windows CSUB Builder Help file
CSUBW.H
Windows CSUB include file
EXAMPLE
Windows C language example program directory
 
The Windows CSUB example program files are located in the \HTBWIN\CSUB\EXAMPLE directory.
 
Filename
Description
WINTEST.MAK
Visual C++ make file
WINTEST.DEF
Linker DEF
WINTEST.DLL
Windows DLL file
WINTEST.C
C source
WINTEST.PRO
CSUB Prototype PROG file
WINTEST.CSB
CSUB PROG file
RUNTEST.BAS
BASIC Test program for Wintest CSUB