cloudtrends / doubango

Automatically exported from code.google.com/p/doubango
0 stars 0 forks source link

Boghe-WP8 Compile Time Error With New Code Update #247

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have updated the code of boghe-wp8 to latest revision and now its not 
compiling on "Debug" as well on "Release" configurations

In "Debug" configurations its throwing an error on this line in 
rtMediaSessionMgr.cxx

bool rtMediaSessionMgr::defaultsGetVideoJbEnabled(bool enabled)
{
    return MediaSessionMgr::defaultsGetVideoJbEnabled(enabled);
}

while in implementation this method not taking any parameter. I tried this way 
and there is no error on compile time but when app loads it crashes.

bool rtMediaSessionMgr::defaultsGetVideoJbEnabled(bool enabled)
{
    return MediaSessionMgr::defaultsGetVideoJbEnabled();
}

And in "Release" Configuration there is an error in tnet_ice_pair

 a value of type "tsk_object_t *" cannot be assigned to an entity of type "tnet_ice_pair_t *"    d:\myboghe\doubango\branches\2.0\doubango\tinyNET\src\ice\tnet_ice_pair.c    85    11    BackEnd

Original issue reported on code.google.com by arslan...@gmail.com on 10 Apr 2013 at 8:50

GoogleCodeExporter commented 9 years ago
r871+

Original comment by boss...@yahoo.fr on 10 Apr 2013 at 5:05

GoogleCodeExporter commented 9 years ago
Its Not Fixed. Please Compile and Try On Physical Device. I Am Testing On My 
Device. Please See Attached Screenshot For Error. 

Original comment by arslan...@gmail.com on 10 Apr 2013 at 5:36

Attachments:

GoogleCodeExporter commented 9 years ago
If you managed to run the app this means it's fixed. The title of the issue is 
"Boghe-WP8 Compile Time Error With New Code Update". If you have another issue 
please open another ticket and attach stack trace instead of screenshots.

Original comment by boss...@yahoo.fr on 10 Apr 2013 at 5:40