RTC Forums

Subscription => Support => Topic started by: cadilac96 on April 15, 2015, 07:59:34 PM



Title: Problem installing RealThinClientSDK_v648_2014Q4 in XE5
Post by: cadilac96 on April 15, 2015, 07:59:34 PM
I am moving off D7 to XE5, so I am inexperience with XE5.

Install Step 2 states: open the "Package_Main" Project Group. Where would I find this? In XE5? In the zip file?

In the directory RealThinClientSDK_v648_2014Q4 is unzipped to I have: rtcSDK.dpk, rtcSDK_DBA.dpk, rtcSDK_RAW.dpk

The rtcSCL.dpk does not seem to open as a project, so I may not have the concept of XE5 correct. Is there anyone that can help?

Warren


Title: Re: Problem installing RealThinClientSDK_v648_2014Q4 in XE5
Post by: D.Tkalcec (RTC) on April 15, 2015, 08:03:56 PM
There is a Project group directly in the root folder of the ZIP, called "SDKPackages_Main.bpg" which contains a link to all the DPK files from the Lib folder, but you can also open the DPK files directly from "Lib" folder without using the Project Group file.

PS. Before you can compile and install the Packages, you will need to add RTC SDK's "Lib" folder to your Delphi's Library paths, so the Delphi compiler will be able to find the files when compiling your Projects.

Best Regards,
Danijel Tkalcec


Title: Re: Problem installing RealThinClientSDK_v648_2014Q4 in XE5
Post by: cadilac96 on April 16, 2015, 06:17:34 AM
Thank you. The last time I did an install of packages was 2004 with Delphi 7. I have a lot of catching up to do. I hope I can do this fast enough.

Warren