RTC Forums
April 19, 2024, 07:54:45 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
 
   Home   Help Login Register  
Pages: [1]
  Print  
Author Topic: StreamSec Tools 4 and rtcSDK_SSec plugins  (Read 4616 times)
andreag0
RTC Expired
*
Posts: 10


« on: December 13, 2018, 10:40:34 AM »

Hello,
how I can compile the rtcSDK_SSec plugins with StreamSec Tools 4?
Or... there is some other package to create the RealThinClient 9 crypto plugin with StreamSec Tools 4?

Thank you.

Regards
Andrea
Logged
K. Okada (RTC)
Administrator
*****
Posts: 11


« Reply #1 on: December 13, 2018, 11:42:23 AM »

1. Open rtcSDK_STMT project in the LibPlugins folder.

This is the
    RealThinClient SDK - StreamSecIV plugin
    ( rtcSDK_SSec is for StreamSec II )

2. Build the project
    You need StreamSec IV installed (in your Library Path).

3. Install the package .



Logged
K. Okada (RTC)
Administrator
*****
Posts: 11


« Reply #2 on: December 13, 2018, 11:49:12 AM »

One more note:

rtcSDK_STMT project depends on a StreamSecIV runtime library.
And you might get a compile error saying
Required package 'StrSecIV140' not found."

If you see the rtcSDK_STMT.dpr source,
You'd see these lines.
----
requires
  rtcSDK,
  StrSecIV140;
-----

Change the StrSecIV runtime package name
according to your StreamSec package name ,
 usually based on your compiler version,

i.e.
----
requires
  rtcSDK,
  StrSecIV310;
-----

Logged
andreag0
RTC Expired
*
Posts: 10


« Reply #3 on: December 13, 2018, 03:34:37 PM »

Thank you.
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.023 seconds with 17 queries.