Title: Have you looked at iOS support for XE4 ? Post by: mthand on June 21, 2013, 01:34:06 PM It looks like XE4 does not use the FPC stuff anymore. That's better as far as creating native iOS apps, but seems like it causes a problem for using RTC on iOS.
Have you done any investigation into getting RTC to work with iOS in XE4 ? Title: Re: Have you looked at iOS support for XE4 ? Post by: D.Tkalcec (RTC) on June 21, 2013, 01:40:47 PM Have you tried the latest RTC SDK version with XE4 for iOS?
Title: Re: Have you looked at iOS support for XE4 ? Post by: mthand on June 21, 2013, 07:27:31 PM I had no idea it even existed.
Maybe I need to check on my subscription status - that news never got to me. But I'm really looking forwards to seeing it - thanks ! Title: Re: Have you looked at iOS support for XE4 ? Post by: mthand on July 06, 2013, 02:15:27 AM Well I got XE4, working well to make IOS programs, and RTC works in a VCL program, but I got stuck when I started trying to add RTC in a FireMonkey Mobile project.
When i try to compile there is an error message Code: Checking project dependencies... This is the line causing the error : Code: destructor TRtcWorkerThread.Destroy; This is SDK version 6.15. I do realize this is in beta. I am hoping this may be just a simple compiler option setting, but I can't understand what the error is. And again, this program works when used in a VCL program. Thanks for your time, have a nice weekend. Title: Re: Have you looked at iOS support for XE4 ? Post by: D.Tkalcec (RTC) on July 06, 2013, 12:36:21 PM Sorry about that. Two changes I've released since the first iOS BETA have broken compatibility with the NextGen iOS compiler in Delphi XE4. I've fixed that now. Please download the RealThinClient SDK v6.17 (just released) and let me know if you bump into any other problems.
Best Regards, Danijel Tkalcec |