wine programming question?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
dustout
Newbie
Newbie
Posts: 1
Joined: Fri Oct 31, 2008 7:16 pm

wine programming question?

Post by dustout »

how can i best make sure that the programs i design on windows are able to run on wine?
Warren Dumortier

wine programming question?

Post by Warren Dumortier »

By checking if all functions you will use are implemented in wine i guess.

2008/11/6 dustout <[email protected]>
how can i best make sure that the programs i design on windows are able to
run on wine?





-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-us ... chment.htm
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Re: wine programming question?

Post by DanKegel »

dustout wrote:how can i best make sure that the programs i design on windows are able to run on wine?
The main thing is to test on Wine as soon as possible, and
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?
Locked