RDP static library works fine if I comment out the code written for OPentok, if I try to work both together it gives BAD_Access Error at run time.
Asked
Active
Viewed 43 times
1 Answers
0
Its possible that there are incompatibilities between the SSL library versions used in each. OpenTok uses boringssl, which happens to export symbol names that are identical to those in openssl.

Ankur
- 2,792
- 3
- 23
- 26
-
its bad access when its comes to RAND_Bytes method, and if comment the code(using opentok) it works very fine – Sandy Rawat Jun 04 '15 at 10:54