-2

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.

Sandy Rawat
  • 685
  • 7
  • 12

1 Answers1

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