http://bugs.winehq.org/show_bug.cgi?id=6466
------- Additional Comments From coneos75@gmail.com 2006-17-10 09:31 ------- Please don't be deseperate but i don't really understand. In printf.c, I have to add something like that? format = "%03I64d"; r = sprintf(buffer,format,(LONGLONG)-100); ok(!strcmp(buffer," -100") && r==5,"03I64d failed: '%s'\n", buffer); How can i check the version of wine because I didn't delete all previous Wine components before installing the new version? Excuse me for wasting your time but i'm not very good at programmation ;-)