RTC Forums

Subscription => Support => Topic started by: Claudio on September 20, 2013, 03:47:34 PM



Title: RTC 6.20 and XE4 C++
Post by: Claudio on September 20, 2013, 03:47:34 PM
Hi all,

I bought and installed RTC in late July, but for a reason or another never had time to play with it.
Now I did; dropped an httpserver and a dataprovider on a form and, sadly, as soon as I connect dataprovider to server I get a designtime AV
in rtl180.bpl (!)

Great start !

Any hint ?

Thanks


Title: Re: RTC 6.20 and XE4 C++
Post by: D.Tkalcec (RTC) on September 20, 2013, 06:28:51 PM
Thank you for reporting this.

I've reproduced the problem and tracked it down to a broken Generics implementation in C++Builder XE4. The AV was raised at the line which was creating a new instance of TList<TObject>. To avoid AVs in other RTC locations, Generics will now ONLY be used with the NextGen compiler.

Please download RTC SDK v6.22 (just uploaded) and let me know if you bump into any other problems.

Best Regards,
Danijel Tkalcec


Title: Re: RTC 6.20 and XE4 C++
Post by: Claudio on September 21, 2013, 09:27:00 AM
It's working now.

Thanks Danijel

Claudio


Title: Re: RTC 6.20 and XE4 C++
Post by: D.Tkalcec (RTC) on September 21, 2013, 09:51:37 AM
Thank you for your feedback.

Best Regards,
Danijel Tkalcec