I get this error message when I'm in the IDE and try to double click
any component on the form instance.
TCodeToolManager.HandleException: "include file not found
"uTempSearchUserInteractionDefinitions.inc"" at Line=78 Col=7 in
"/mnt/Developer/Source/Projects/SCS/uStorage.pas"
My -Fi options and Other Sources Options both contain
$Env(BUILD_SOURCE_STORAGE_SCS)/
Pulled from ENV
BUILD_SOURCE_STORAGE_SCS=/mnt/Developer/Source/Projects/SCS/Stored
This just started happening... I would assume right after I had edited
the project using the Project Inspector... I wanted to remove those
auto-assigned units from the main project file.
I can build the project just find... I just can't do anything with the
main form in Designer IDE...
uStorage.Pas and the INC file are located at BUILD_SOURCE_STORAGE_SCS
path which is confirmed in the environment variable.
What could cause the CodeToolManager to throw this exception and place
the curser in the uStorage.pas unit at that line even though the paths
are established?
The only thing I had done before that was to clean up (remove) some
units from the main project using the project inspector that were
automatically added to the project.
This problem is locking me out of assigning /creating events to
Widgets on the form so it's a critical problem here.
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus