; To use FGAudf 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\FGAudf\Includes\General.au3"
FGA_GeneralInitDll( "FAMproj\FGAudf\DLLFiles" )                  ; Load General.dll or General_x64.dll
FGA_GeneralInitVbSrc( "FAMproj\FGAudf\Sources\General.vb" )      ; If you are using the VB source file
;FGA_GeneralInitVbDll( "FAMproj\FGAudf\DLLFiles\GeneralVb.dll" ) ; If you are using the VB dll-file
#include "FAMproj\Display\Display.au3"                           ; If you are using display funcs
