BetoValle Messages: 204 Registered: September 2020 Location: Brasil Valinhos SP
Experienced Member
Hi,
In a "simple navigation" between sources the ide displayed error in the lines of the Defs.h file
But I have no problems with the ide in this version, as I also did not make a direct call to this file.
Is there any inconsistency here ?
This is usually a bad mix of build method and host platform, problems with include files.
What is your OS / build method? Can you try with default CLANG?
Also, activate Setup / Settings / Assist / Assist diagnostics. When you do, there will be "Current file parse errors" in Assist menu. Do that (after error appears) and paste here, it might provide some clues...
BetoValle Messages: 204 Registered: September 2020 Location: Brasil Valinhos SP
Experienced Member
you write
When you do, there will be "Current file parse errors" in Assist menu
see that in the Assist menu, according to the image I post, "Current file parse errors" does not appear. OR?
I couldn't subtly translate your step by step!
Weird. I have just downloaded 2023.2 and just loading AddressBook example, defs.h are just fine.
Have you checked with "clean" downloaded version? (If yes, then there must be something different with your overall Win installation, e.g. some CLANG or MINGW compiler separately installed with INCLUDE path or something like that).
BetoValle Messages: 204 Registered: September 2020 Location: Brasil Valinhos SP
Experienced Member
Hi,
in others package this not occur!
after a review in assembler editing there was a reference to the folder "C:\U++\bin\clang\include" which probably blurred all logic! As soon as I removed it, the error in the Core/Defs file disappeared!
This package where the error was displayed was for general testing and for some reason that I don't remember now, what was the reason for directly accessing this folder. Anyway anyway By accessing a "source location", the IDE can add due attention to its "tips"!