Ok. As I see only me have such type of error... I downloaded GIPD Lite Voice Engine Test Application and... it is not working too. I have recevied next error messages (see in attach). It seems not trouble of a libjingle, but maybe somebody have similar?.. (The forum GISP developer site save silent)
> Hello.
> I can't to get work properly *call* sample from libjingle SDK.
> I work in VS 2005 Pro. I have installed Expat2.0.0, GIPS Lite.
> Project compiled fine. But in run-time when I type command
>
> (call) call [EMAIL PROTECTED]
>
> i receive Debug Error! (see in attach)
> it occurs in this function
>
> VoiceChannel *ChannelManager::CreateVoiceChannel_w(Session *session) {
> talk_base::CritScope cs(&crit_);
>
> // This is ok to alloc from a thread other than the worker thread
> *assert(initialized_);
> * MediaChannel *channel = media_engine_->CreateChannel();
> if (channel == NULL)
> return NULL;
>
> VoiceChannel *voice_channel = new VoiceChannel(this , session, channel);
> channels_.push_back(voice_channel);
> return voice_channel;
> }
>
> When I debug code I found
>
> bool ChannelManager::Init() {
> * initialized_ = media_engine_->Init();*
> return initialized_;
> }
>
> whete Init() return false
>
> My question is *why?*
> **
>
> Thanks.
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"google-talk-open" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/google-talk-open?hl=en
-~----------~----~----~----~------~----~------~--~---
<<attachment: 2007-03-01_170401.jpg>>
<<attachment: 2007-03-01_170413.jpg>>
<<attachment: 2007-03-01_170421.jpg>>
