Title: FunctionGroup property undefined. Post by: mjsoftware on February 19, 2012, 06:37:13 PM I'm very new to RTC, and just working through the examples. I've built the basic demos using the links below: -
http://realthinclient.com/sdkarchive/indexcacd.html http://realthinclient.com/sdkarchive/index4448.html When I run the client reach the following line: - RtcClientModule1.Call(RtcResult1); Memo1 outputs the following error: - FunctionGroup property undefined, can not execute call. Any ideas? Title: Re: FunctionGroup property undefined. Post by: D.Tkalcec (RTC) on February 19, 2012, 06:45:46 PM This probably means that you've skipped step 8 of the Server lesson, where you need to assign the TRtcFunctionGroup component to the TRtcServerModule's "FunctionGroup" property (see step 8 in the Server lesson (http://realthinclient.com/sdkarchive/index4448.html)).
I've noticed that steps 8-9 in that lesson were missnumbered, which might have been the reason for you missing a few. I have fixed this error in the online lesson now, so each step has a correct number. PS. Source Code for all Quick Start lessons is also available in the "QuickStart" folder inside the RTC SDK package. Best Regards, Danijel Tkalcec |