Skip to content

petrSchreiber/thinBasic_StringBuilder

Repository files navigation

thinBasic_StringBuilder

StringBuilder module for ThinBASIC Programming Language.

Improves the performance of append heavy string operations... a lot!

For user

This module is being integral part of thinBASIC release.

For documentation, please refer to: https://github.com/petrSchreiber/thinBasic_StringBuilder/wiki

For developer

Dependencies

Clone module_core in a way it is placed in the same root directory as this project.

Language

PowerBASIC for Windows, v10.04

  • Default compiler Win32 API headers used

Compile the thinBasic_stringBuilder.rc to thinBasic_stringBuilder.res.

Compile the thinBasic_stringBuilder.bas and copy DLL to thinBasic lib/ directory.