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? How can I create a ticket in the trac? Thanks a lot, javier