I'm confused and having trouble finding the relevant/latest files to implement the Elapsed timer on my 18F2620 running at 32mhz.

It appears DT Elapsed timer went through several updates but i can't find the final/latest files to download.
I have googled around and read a lot of stuff on here.

It appears i need the DT base interrupt system and the DT 18F elapsed timer file.
Can anyone please help me out with the correct files?

I tried several miss mash versions and currently have a compile error

I presume i need these two lines or similar at the beginning of my program.
I believe the Interrupt system has to be first.

include "DT_INTS-18.bas"
Include "Elapsed_INT-18.bas"