pjsip and Visual Studio 2008

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Sep 10, 2008 at 9:08 AM, "Javier Rodr?guez (Genaker)" <
javier.rodriguez at genaker.net> wrote:

> Hi,
>
> We found some problems to link the source code under Visual Studio 2008
> due to a limitation in pa_debugprint.c
>
> The lines:
> #if (_MSC_VER) && (_MSC_VER <= 1400)
> #define VSNPRINTF  _vsnprintf
>
> should be replaced by:
> #if (_MSC_VER) && (_MSC_VER <= 1500)
> #define VSNPRINTF  _vsnprintf
>
> Would it be possible to change this in the trunk?
>

Thanks for the report. Unfortunately we can't change this in pjsip trunk,
since we link the PortAudio sources directly to their SVN (and we don't have
write access to their SVN). Let me see if they have changed this, and if not
then suggest this to them.

I'll be back..
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20080910/9fadca67/attachment.html 


[Index of Archives]     [Asterisk Users]     [Asterisk App Development]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [Linux API]
  Powered by Linux