Skip to content
QtWS25 Last Chance
  • vsprintf can not work on mac OS

    Unsolved C++ Gurus vsprintf mac os
    4
    0 Votes
    4 Posts
    2k Views
    M
    What does the debugger say ? It can crash in many ways. Maybe you could use a large static buffer: char dest[1000]; and use vsnprintf, vswprintf instead.