Forum Replies Created
-
AuthorPosts
-
Hi Ray,
However, when trying to launch RCDemo, a window constantly appeared with a message about the absence of a manifest file and a compilation error (No TRzRegIniFile component specified’), and then it was suggested to install the Windows Kits package using the SDK Manager (downloaded from the Microsoft website). When installed by default, Rad Studio itself determined everything as in the picture
But the reason was that when installing using GetIt Package Manager, GetIt Package Manager itself installed the KonopkaControls-280-7.0For11.3 package into the “C:\Program Files (x86)\Embarcadero\Studio\22.0” directory. I didn’t pay any attention to this and tried to find the reason in the *.pas source packages, but couldn’t find it… The next day KonopkaControls disappeared from “C:\Program Files (x86)\Embarcadero\Studio\22.0” and appeared in the “C” directory :\Users\Gin\Documents\Embarcadero\Studio\22.0\CatalogRepository” (Here I have copies of installed packages), and later disappeared from “C:\Users\Gin\Documents\Embarcadero\Studio\22.0\CatalogRepository”. The migration has ended in the directory “C:\Users\Public\Documents\Embarcadero\Studio\22.0\CatalogRepository” – that is, where it should have been installed initially. But it didn’t end there :). Rad Studio kept reporting errors when compiling… I couldn’t create a new tab in TRzPageControl and wanted to look at the RzTabs.pas file from the Delphi code window, but Studio writes that the file is not installed and shows the initial installation path – “C:\Program Files (x86)\Embarcadero\Studio\22.0″ :). After adjusting the path in the Delphi library, everything fell into place. For reinsurance, I indicated the following paths: Source, Lib, RX11, Win32 and Win64. These are the miracles.
However, when trying to run RCDemo, the compiler generates – [UWP] Generating manifest: C:\Users\Public\Documents\Embarcadero\Studio\22.0\CatalogRepository\KonopkaControls-280-7.0For11.3\Demo\AppxManifest.xml and still gives an error – [CreateUWPManifestFile Error] Program Id is not valid. Value: ”
…TRzRegIniFile… – yes, I understand. MY mistake was that the help was not written very clearly and it seemed to ME that each component should have its own TRzRegIniFile. I know that there is only one ini file (the last time I programmed it was about 20 years ago)… – I translated the help and figured it out. Most likely (if you have the opportunity and time to answer), there will be more questions since TRzRegIniFile does not save data for all components and you will need to manually create the list in a separate module.
I’m sorry, but I’m not sure I understand your question. – I meant that Embarcadero had a problem (as it turned out, due to the incorrect installation path of the package and it is not clear why errors with RCDemo continue).
Thanks for the help.
Nat.
- This reply was modified 5 months, 3 weeks ago by Nat Regards. Reason: Code ?
Hi Ray,
Thanks for the help.
Nat.
Hi Ray,
Yes, probably.
After installing KonopkaControls-280-7.0For11.3, Delphi forced me to install Windows Kits. But even after that something prevents it from working.
I don’t understand why Embarcadero needed to buy the rights to KSVC if there were problems?
Unfortunately, as a beginner, I don’t understand why this happens.Before asking the question, I not only read, but also translated both TRzFormState and TRzRegIniFile into my language. I use the ini file in the folder with the program – I think that the registry is already full of garbage, as well as various services from Windows and not only Windows.
Thanks for the help.
Nat.
- This reply was modified 5 months, 3 weeks ago by Nat Regards. Reason: coma
Hi.
I also had the same error as in the post above. I did it as you wrote. Thank you.
But now another one has appeared – [CreateUWPManifestFile Error] Program Id is not valid. Value: ”🙁
Nat.
- This reply was modified 5 months, 4 weeks ago by Nat Regards. Reason: Code
-
AuthorPosts