Hi, Darrel

I got a little Headache with MPLABX :

my program uses DT interrupts and a modified version of Elapsed INT. for external osc.

Code:
'*****************************************************************************
'Includes
'*****************************************************************************
INCLUDE "DT_INTS-18.bas"
INCLUDE "ReEnterPBP-18.bas"
INCLUDE "Elapsed_INT-18_ExtOsc.bas"  ; Elapsed Timer Routines
Compiling fine with MPLAB 8.84 ...

But, With MPLABX, I get the " Unable to open INCLUDE file Elapsed_INT-18_ExtOsc.bas " message ... ( the three include files are in the same folder )

IF I replace the third file by " Elapsed_INT-18.bas " ( the genuine file ) ... Compilation starts and then occur the " double definition error " - quite normal to the day -

Ok, let's call "Elapsed...ExtOsc" as "ELAPSED_INT-19.BAS" .

WARNING: Unable to open INCLUDE file ELAPSED_INT-19.BAS.

soooo, what might I understand ???

Not to use MPLABX, Ok ... obvious ! ... BUT ...

Alain