wine programming question?
wine programming question?
how can i best make sure that the programs i design on windows are able to run on wine?
wine programming question?
By checking if all functions you will use are implemented in wine i guess.
2008/11/6 dustout <[email protected]>
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-us ... chment.htm
2008/11/6 dustout <[email protected]>
-------------- next part --------------how can i best make sure that the programs i design on windows are able to
run on wine?
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-us ... chment.htm
Re: wine programming question?
The main thing is to test on Wine as soon as possible, anddustout wrote:how can i best make sure that the programs i design on windows are able to run on wine?
file bugs so we can fix any problems you find.
Test with Wine *way* before your program is finished,
ideally right at the very beginning. In fact, you might
consider actually developing on Wine by running
your compiler and IDE on Wine, and testing occasionally
on real Windows.
Also avoid .net, especially .net 3 or higher.
What language are you writing in? Does Wine properly run
your application's current prototype?