Compiling Dll as Window replacement
Compiling Dll as Window replacement
I want to add log functions to few Windows DLLs, how can I do it? I tried winebuild but without any effect. Can someone help?
Re: Compiling Dll as Window replacement
Wine won't help you here. If you want a "shim" dll that make one and compile with any native Win compiler.xamael wrote:I want to add log functions to few Windows DLLs, how can I do it?