Short: Converts FD lib files to a PB include. Author: lorylombus@gmail.com (Lorence Lombardo) Uploader: lorylombus@gmail.com (Lorence Lombardo) Type: dev/basic Version: 2-Oct-2022 Architecture: m68k-amigaos FD2pbinc converts an FD file into a PureBasic include file. Usage: FD2pbinc [clib-file] [LS,STUB,LS2,LS3,LS4] The [clib-file] is usually found in the "clib" directory of the library's developers section and usually has a name of "#?_protos.h". By providing the [clib-file] parameter FD2pbinc is able to determine whether a return is required or not. If the "LS" switches are used then non assembler code will be generated and you will need to have the "libsup" PureBasic library installed. If the "STUB" switch is used then asm stub code will be generated and the compiled stub has no assembler requirement. This option has been tested with the dbfsup library and is working very well with the stub. Some generated stub code may require a hand tweak for some special reason. "sfd2pbinc", "pragma2pbinc" and "fd2stub" are three bonus script examples and contain more information within. All tested FD's so far have worked, so if you find one that does not then feel free to let me know. If you have not already done so in your s:user-startup recommended is similar to the following:- ;BEGIN PB assign PureBasic: SYS:Programing/PureBasic ;END PB web page:- http://geocities.ws/lorylomb/