I have a HP laptop and I have delphi xe2 installed on the hp laptop, last 5 months ago I have no problem working with the delphi but now I have this error message.
[DCC Error] E1026 File not found: 'FMX.Filter.res'
[DCC Error] E1026 File not found: 'FMX.Platform.Win.res'
I can't compile any projects! When I try to compile a project, I get this error.
And after more, I did a search for that error on google, I found this in embarcadero forum (https://forums.embarcadero.com/thread.jspa?threadID=59949). But in this forum the answers are so different. He said that is look like the HP laptop's error, and he describes how to fix it. This is his way:
Right click on "My Computer" and select Properties. In the Advanced tab, you will find a button for "Environment Variables". Click on it, and in the list that follows, delete the PLATFORM variable from the list of System variables. Close the dialog, restart XE2, you should now be able to recompile without further problems
I also want to do this for my problem but I have no PLATFORM variable in the "Environment Variables"!
How can I get rid of this problem ?
Thanks