Building a CSUB

 
This section presents the steps required to build a Windows 32-bit DLL CSUB for use with HTBasic.
 
There are six steps used to build a CSUB.
  • Define the CALL interface.
  • Create the CSUB prototype PROG file.
  • Write the CSUB routines.
  • Debug the CSUB in a stand-alone environment.
  • Link the CSUB, helper routines, and CSUB header.
  • Run the HTBasic CSUB utility.
 
Each of these steps is explained on the following pages.