Gary Wardell 0 Posted July 19, 2020 (edited) Hi, This is a relatively new installation of RIO and this is a simple test project. This is a Win 32 build. There is only one page. And all it has on it is a Label and a Text box. There is no code. When I compile it I get two errors. ------------------------------ Compiling App3.dproj (Debug, Win32) dcc32 command line for "App3.dpr" [dcc32 Error] E1026 File not found: 'FMX.Filter.res' [dcc32 Error] E1026 File not found: 'FMX.Controls.Win.res' Failed Elapsed time: 00:00:02.3 --------------------------------- How do I correct this? If there is a link to a documentation page about this please post the link. Thanks, Gary ========== What are FMX files and where they are from and how to add them to the library files so they can be found? Gary Edited July 20, 2020 by Gary Wardell Share this post Link to post
Gary Wardell 0 Posted July 20, 2020 (edited) This is the .dproj file that Lars wanted. Edited July 20, 2020 by Gary Wardell To make the post smaller. Share this post Link to post
David Heffernan 2345 Posted July 20, 2020 8 hours ago, Gary Wardell said: Hmm, 23 views and nobody knows what FMX files are or where they are from or how to add them to the library files so they can be found? Not sure this approach is helpful. Share this post Link to post
Gary Wardell 0 Posted July 20, 2020 Hi, What should I change so I can get a helpful answer? Gary Share this post Link to post
Gary Wardell 0 Posted July 20, 2020 Odd, I attached a file above but I don't see any way to download it or display it. I am rather new to this chat platform. Share this post Link to post
Dalija Prasnikar 1396 Posted July 20, 2020 It would help if you would stick to one thread instead of posting separate topics... it is hard to track what is going on with pieces of information scattered around. Share this post Link to post
Gary Wardell 0 Posted July 20, 2020 I wanted to delete the other thread since it's fixed. This is a different program with a different problem so I didn't think it applied to the other thread. Share this post Link to post
David Heffernan 2345 Posted July 20, 2020 3 hours ago, Gary Wardell said: What should I change so I can get a helpful answer? More clarity in the question. Full details of error, and a minimal reproduction. And don't post criticism for not receiving a response immediately. That does not motivate people. Share this post Link to post
toms 29 Posted July 20, 2020 I used Google to search for "E1026 File not found: 'FMX.Filter.res'" and found this: https://stackoverflow.com/questions/8444064/delphi-xe2-cant-compile-any-project-on-my-computer-because-of-environment-varia Share this post Link to post
Gary Wardell 0 Posted July 20, 2020 3 hours ago, toms said: I used Google to search Hi, I searched for Rio so I did‘t see that. That is for Delphi XE2 so I don't know if it's applicable. I'll try it though. Gary Share this post Link to post