If i compile a program thought wine will it run in windows?
If i compile a program thought wine will it run in windows?
eg If I use a windows compiler with wine, will the output run in natively in windows environment?
Re: If i compile a program thought wine will it run in windo
If that windows compiler creates windows PE binaries (which I assume it does) then yes. Unless it hits some bug in Wine.stimpak wrote:eg If I use a windows compiler with wine, will the output run in natively in windows environment?