Hi,
I am too geting the Init error..... could you help me to figure out
the problem. I see it as problem of the GIPS library.
Swanand
On May 3, 1:23 am, Swats <[EMAIL PROTECTED]> wrote:
> Hi Victor,
>
> I am facing the same problem. I am using Libjingle 0.4.1 and the
> latest GIPS library( GIPSVoiceEngine.dll date is 13/2/2007) Could you
> please tell me which version of GIPS you are using? also it would be
> great if you provide me the details of any other changes you have
> done.
>
> Regards,
> Swati
>
> On Mar 6, 1:49 am, "Victor Sklyar" <[EMAIL PROTECTED]> wrote:
>
> > Today I received answer to my question from GIPS.
> > As I understood its was their mistake. And it work fine (look like) in
> > updated version.
>
> > The topic can be closed.
>
> > Thanks for attention.
>
> > On 5 мар, 18:02, "Victor Sklyar" <[EMAIL PROTECTED]> wrote:
>
> > > Ok. As I see only me have such type of error...
> > > I downloaded GIPD LiteVoiceEngineTest 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)
>
> > > 2007-03-01_170401.jpg
> > > 11KПросмотретьЗагрузить
>
> > > 2007-03-01_170413.jpg
> > > 12KПросмотретьЗагрузить
>
> > > 2007-03-01_170421.jpg
> > > 13KПросмотретьЗагрузить
>
> > > > 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_;
> > > > }
>
> > > > wheteInit() return false
>
> > > > My question is *why?*
> > > > **
>
> > > > Thanks.- Скрыть цитируемый текст -
>
> > > - Показать цитируемый текст -- Hide quoted text -
>
> > - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---