linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] ARC


From: Balaji M
Subject: [Linphone-developers] ARC
Date: Wed, 12 Sep 2012 20:22:39 +0530

Dear All,

I am getting the following error ,
"cast of c pointer type void * to objective c pointer type" 
when implementing linphone manager in xcode 4.3 and sdk 5.1

[(LinphoneManager*)linphone_core_get_user_data(lc) onCall:call StateChanged: state withMessage:  message];


I replaced above code with ARC _bridge type cast , still same error


[(__bridge  LinphoneManager *) linphone_core_get_user_data(lc) onCall:call StateChanged: state withMessage:  message];

  


  

--
Regards,
Balaji
.M



reply via email to

[Prev in Thread] Current Thread [Next in Thread]