On Monday 22 January 2007 12:49, Alexandre Julliard wrote:
You don't want to use stdio functions in Wine. If apps really depend on these functions you'd have to use msvcrt, but otherwise you can simply use TRACE (or not implement them at all).
What's the alternative for sprintf?
-Hans