I am getting the following error:
Tables.h: No such file or directory
from the following code:
#include "tables.h"
I can then right click on the above code line and select Open File at Cursor and it opens the file just fine. So I know there is no path issue... It only seems to work if I drop the files in C:\Program Files\TIGCC\Include\C As if "FILENAME" was being treated as <FILENAME> Any ideas?
Edit:
Changing the code to:
#include "../temp/tables.h"
And copying tables.h to:
C:\Program Files\TIGCC\Include\temp
Now it compiles, but right clicking and selecting Open File at Cursor yields a File 'include' Not Found
Thanks,
Jeff
Tables.h: No such file or directory
from the following code:
#include "tables.h"
I can then right click on the above code line and select Open File at Cursor and it opens the file just fine. So I know there is no path issue... It only seems to work if I drop the files in C:\Program Files\TIGCC\Include\C As if "FILENAME" was being treated as <FILENAME> Any ideas?
Edit:
Changing the code to:
#include "../temp/tables.h"
And copying tables.h to:
C:\Program Files\TIGCC\Include\temp
Now it compiles, but right clicking and selecting Open File at Cursor yields a File 'include' Not Found
Thanks,
Jeff
