RTC Forums
November 21, 2024, 07:05:13 PM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Login
Register
RTC Forums
>
Subscription
>
Support
>
StreamSec Tools 4 and rtcSDK_SSec plugins
Pages: [
1
]
« previous
next »
Print
Author
Topic: StreamSec Tools 4 and rtcSDK_SSec plugins (Read 6292 times)
andreag0
RTC Expired
Posts: 10
StreamSec Tools 4 and rtcSDK_SSec plugins
«
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
Re: StreamSec Tools 4 and rtcSDK_SSec plugins
«
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
Re: StreamSec Tools 4 and rtcSDK_SSec plugins
«
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
Re: StreamSec Tools 4 and rtcSDK_SSec plugins
«
Reply #3 on:
December 13, 2018, 03:34:37 PM »
Thank you.
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Dashboard
-----------------------------
=> General
=> 3rd-Party
=> Quick Start
-----------------------------
Subscription
-----------------------------
=> Support
Loading...