[Wine] Re: Editing DLL Sources and log to file

vitamin wineforum-user at winehq.org
Mon Oct 18 21:10:52 CDT 2010


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.







More information about the wine-users mailing list