For your first question - I have no idea.  I've been having problems
with GIPS myself, but for me, GIPS is not initializing.

For the second question, try setting the preprocessor flag:  NO_ATL


On Jan 23, 12:25 pm, "papayiya" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have a couple questions on using libjingle in visual c++ express.
> If I compile LibJingle in Debug mode and run the call example, I get an
> assert error in:
>
> int GipsLiteMediaEngine::GetGIPSCodecPreference(const char* name) {
>         for (size_t i = 0; i < kNumGIPSCodecs; ++i) {
>     if (strcmp(kGIPSCodecPrefs[i].name, name) == 0)
>       return kGIPSCodecPrefs[i].pref;
>   }
> //  assert(false);
> //  return -1;
>         return 0;
>
> }
>
> Assert errors are fine, but this one is assert(false) which will always
> fail.  Why was this done?
> If I comment this out and put return 0 the example runs fine.
>
> My second question, is if I try and compile LibJingle in Release the
> mediastreamer seems to be missing a couple header files:
>
> third_party\mediastreamer\msfilter.h(25) : fatal error C1083: Cannot
> open include file: 'config.h':
> third_party\mediastreamer\msfilter.h(33) : fatal error C1083: Cannot
> open include file: 'uglib.h'
>
> I've looked on the linphone website, downloaded their source and I
> can't seem to find these files.
> Has anyone figured out why this doesn't work.
>
> Thank you,
> George


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