Hello,
I have get the same problem, but the gips demo run well in my
computer.
How can I do it?
thanks a lot!

On 3月6日, 上午12时02分, "Victor Sklyar" <[EMAIL PROTECTED]> wrote:
> 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.
>
>
>
>  2007-03-01_170401.jpg
> 11K查看下载
>
>  2007-03-01_170413.jpg
> 12K查看下载
>
>  2007-03-01_170421.jpg
> 13K查看下载


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to