RTC Forums
May 01, 2024, 04:34:20 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
 
   Home   Help Login Register  
Pages: [1]
  Print  
Author Topic: Demo's  (Read 3830 times)
Ronald van Tour
RTC License++
*****
Posts: 37


« on: August 22, 2011, 08:09:38 PM »

Hi Danijel

I have installed V4.27 on Delphi XE and compiled al demo's.
All demo's work but DEMO about Linked Objects give error at:
 
 { Subscribe to receive "FileSrv" broadcasts, which are used here
    to update the number of Total and Active (uploading) File Servers. }
  Link.Subscribe('FileSrv');

[DCC Error] loFileSrv.pas(71): E2003 Undeclared identifier: 'Broadcast'

best regards

Ronald
Logged
D.Tkalcec (RTC)
Administrator
*****
Posts: 1881


« Reply #1 on: August 22, 2011, 08:41:26 PM »

My first guess would be that you have more than one RTC SDK copy on your PC and your Library path points to an older RTC SDK "Lib" folder, in which the TRtcLinkedModule exists, but does not have the "Broadcast" method yet ("Broadcast" method was added in "v4.24", but the "TRtcLinkedModule" class was introduced in "v4.21").

If that's not the case, my 2nd guess is that you have copied the "Lib" folder over an older "Lib" folder and used "compile" instead of "build", in which case it is possible that Delphi did not recompile all the units.

Anyway ... I have just tested that Project and it compiles fine on my PC (using D7 and XE).

Best Regards,
Danijel Tkalcec
Logged
Ronald van Tour
RTC License++
*****
Posts: 37


« Reply #2 on: August 22, 2011, 08:50:14 PM »

You are right:
Library path pointed (also) to an older RTC SDK "Lib" folder

Thanks
Logged
D.Tkalcec (RTC)
Administrator
*****
Posts: 1881


« Reply #3 on: August 22, 2011, 09:04:42 PM »

You're welcome Smiley
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.21 | SMF © 2015, Simple Machines Valid XHTML 1.0! Valid CSS!
Page created in 0.024 seconds with 17 queries.