Fab3000 - C/C++ Scripting Engine gives you the power to Create & Extend Fab3000 with unlimited new features & commands. Write & debug custom scripts and full applications that run directly inside Fab3000.
![]()
Note: The Fab3000.h header file always contains the newest API calls, and should always be referenced in every Fab3000 script.
Note: The Fab3000.h header file is the most import file for the C/C scripting engine, and should never be modified in any way. If you need to define functions no you may create your own unique classes and header files, or contact technical support and we'll consider adding your requested feature.
Note: Checkout these sample Sample Scripts that can be found in the Fab3000 Installation folder .../scripts/demos
add_then_enlarge.c
aperturetest.c
build_composite_layers.c
common_dialogs.c
deembed.c
dialog_property.c
simple.c
general/DialogBoxIndirect.c
general/DialogBoxIndirect2.c
general/FindFirstFile.c
general/MessageBox.c
general/WinButton.c
general/WinMenu.c