; To use FSMudf in your own project copy the entire FAMproj folder to your project.
; If you're not using the display functions you can delete Display\. You can delete
; FXXudf\ folders that you're not using. Don't delete FAMudf\.

<My project>\FAMproj\
<My project>\<My script.au3>

; Top of <My script.au3> must contain these lines:
#include "FAMproj\FSMudf\Includes\SQLiteFuncs.au3"
FSM_SQLiteFuncsInitDll( "FAMproj\FSMudf\DLLFiles" ) ; If you are using the C++ dll-file
#include "FAMproj\Display\Display.au3"              ; If you are using display funcs
