RTC Forums

Subscription => Support => Topic started by: bebeantics on September 19, 2022, 07:25:08 AM



Title: installation problems
Post by: bebeantics on September 19, 2022, 07:25:08 AM
Hello

I have problems installing rtc_sdk v9.52 downloaded from GitHub.
Thus, when I open the project for installation, after selecting SDKPackages_Main.bpg or SDKPackages_ThirdParty.bpg, I get the following error:
PROJECTS macro in project group file missing or incorrect.

What to do?


Title: Re: installation problems
Post by: D.Tkalcec (RTC) on September 19, 2022, 07:59:54 PM
1. Which Delphi version are you using?

2. Have you unpacked all the files from GitHub into a NEW folder?

3. Have you tried opening DPK files (rtcSDK.dpk and rtcSDKD.dpk) from src/Lib folder and installing them directly, instead of using BPG files?

Even if there is a problem with BPG file (has the format changed?), DPK files should open and work correctly, since they are just plain old Delphi code, with a uses clause containing a list of Delphi units (.pas files).


Title: Re: installation problems
Post by: bebeantics on September 19, 2022, 08:22:02 PM
Hello

Problem solved with dpk files.
Thanks for your suport