Gary Wardell
Members-
Content Count
45 -
Joined
-
Last visited
Everything posted by Gary Wardell
-
rio Problem with Android KeyStore file.
Gary Wardell replied to Gary Wardell's topic in General Help
Hi, Actually I didn't install JDK. So, it's whatever came with Windows 7 or Delphi. Like I said, I didn't have the problem with earlier versions of Delphi. I'll try to find the version you recomend. Gary -
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
-
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
-
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.
-
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.
-
Hi, What should I change so I can get a helpful answer? Gary
-
Hi, I am moving an application to Rio from an earlier version of Delphi. It used to build, but now it won't. This is an Android build. -------------------------------- Uses System.StartUpCopy, - [DCC Fatal Error] ChirpSR.dpr(4): Could not compile used unit 'System.StartUpCopy.pas' FMX.MobilePreview, - Cannot resolve unit name. FMX.Forms, - Cannot resolve unit name. FMX.Types, - Cannot resolve unit name. System.SysUtils, - Cannot resolve unit name. -------------------------------- How do I resolve these issues? Unfortunately I haven't used Delphi for a couple years, so I'm kind of rusty. I also need to get a new build out rather soon. Gary
-
Help, I'm trying to move an application to Rio.
Gary Wardell replied to Gary Wardell's topic in General Help
Please don't give up. It's in the post with the subject "files missing" -
This is the .dproj file that Lars wanted.
-
Help, I'm trying to move an application to Rio.
Gary Wardell replied to Gary Wardell's topic in General Help
Good grief. There is a lot of stuff in that file. 1076 lines. -
Help, I'm trying to move an application to Rio.
Gary Wardell replied to Gary Wardell's topic in General Help
Hi, Ok, I'll post that. Again, that is the default. Just a couple minutes. Gary -
Help, I'm trying to move an application to Rio.
Gary Wardell replied to Gary Wardell's topic in General Help
Hi, What details do you want, besides the output log file. Do you want a screen shot of the form? As I said in the post I didn't add any code so whatever is there is the default code. Btw, we are talking about the "files missing" post now, not this one. Gary -
Help, I'm trying to move an application to Rio.
Gary Wardell replied to Gary Wardell's topic in General Help
Hi, The other question is the one I posted seven hours ago with the subject "Missing Files". I copied and pasted the errors from the compile output log. Basically, two flies with an FMX prefix are missing. Gary -
Help, I'm trying to move an application to Rio.
Gary Wardell replied to Gary Wardell's topic in General Help
Hi, The error is listed above. Like I said I got ride of the old system file and this error went away. Now the issue is in my other question regarding very simple test program that won't compile. Please take a look at that Thank You. Gary -
Help, I'm trying to move an application to Rio.
Gary Wardell replied to Gary Wardell's topic in General Help
I found the problem. I had made a modification to the system file and put it in the App directory so the one being used was from the old version of Delphi. I moved the file and not it compiles past that, and gets another error.