xamael wrote: > I've tried to edit few DLLs in wine, inserting my own piece of code > > Code: > > fopen("log.bin","ab");//Write binary, append > > > Don't do that. If you must log something, use Wine's debug output functions: TRACE, ERR, WARN, and FIXME.