Topic: False error messages
When I have 'in-line errors' switched on in the editor, I am getting a couple of false error messages which I cannot make go away.
I list them below, under the lines of code which appear to trigger them;
Subroutine FNew
Warning:Non-existent include directory "C:\Users\JWASIL~1\Appdata\Local\Temp\sf 7EF4.tmp
USE WinStuff
Fatal error: Can't open module file 'Winstuff.mod' for reading at (1): No such file or directory
I know these are false errors because,
- I've never heard of, let alone tried to use an include directory by that name.
- The line of code on which the error is flagged is just a first line of a subroutine.
- Many other subroutines have the USE WinStuff statement, without error.
- WinStuff DOES exist.
- This subroutine compiles and builds without error.
Doing a CLEAN and BUILD works successfully, but these error messages keep popping back up.
(Jeff, see also an email showing a page of code)
---
John