> #if (_MSC_VER) && (_MSC_VER < 1400) > #define VSNPRINTF _vsnprintf > #else > #define VSNPRINTF vsnprintf > #endif it works, link without error, i did change #else #define VSNPRINTF _vsnprintf and _MSC_VER is 1400 not less :) , its show this while i mouse over it. #define _MSC_VER 1400 thanks atik