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