Wine on Windows ?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Wujek_Bogdan
Newbie
Newbie
Posts: 2
Joined: Mon Jan 26, 2009 7:18 am

Wine on Windows ?

Post by Wujek_Bogdan »

I'm looking for wine binaries for windows xp.
I can swear i have seen it once at Wine Downloads. Am I wrong?
I need to run old win9x application (it's not compatybile with NT) on winxp.

i tried to compile wine under cygwin. but it fails about 15minutes after 'make'

THX!
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Wine on Windows ?

Post by dimesio »

Wujek_Bogdan wrote:I'm looking for wine binaries for windows xp.
I can swear i have seen it once at Wine Downloads. Am I wrong?
I need to run old win9x application (it's not compatybile with NT) on winxp.

i tried to compile wine under cygwin. but it fails about 15minutes after 'make'
That won't work. The Windows binary was for developers only, for testing. As to why it's no longer on the downloads page, my guess is that it was taken off because because of questions like yours.
http://wiki.winehq.org/FAQ#head-530da6f ... e60d3c2c1c
http://wiki.winehq.org/WineOnWindows
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Wine on Windows ?

Post by austin987 »

On Mon, Jan 26, 2009 at 6:51 AM, dimesio <[email protected]> wrote:
Wujek_Bogdan wrote:
I'm looking for wine binaries for windows xp.
I can swear i have seen it once at Wine Downloads. Am I wrong?
I need to run old win9x application (it's not compatybile with NT) on winxp.

i tried to compile wine under cygwin. but it fails about 15minutes after 'make'
That won't work. The Windows binary was for developers only, for testing. As to why it's no longer on the downloads page, my guess is that it was taken off because because of questions like yours.
http://wiki.winehq.org/FAQ#head-530da6f ... e60d3c2c1c
http://wiki.winehq.org/WineOnWindows
They were removed because they were ungodly old, and not of much use.

It won't work for most things, but you can use wine dlls to replace
some windows dlls. As dimesio said, it's mostly for testing, e.g.,
what dlls depend on each other. If you _really_ want to do this:
http://wiki.winehq.org/CompilingDLLsUsingMingw

--
-Austin
Wujek_Bogdan
Newbie
Newbie
Posts: 2
Joined: Mon Jan 26, 2009 7:18 am

Re: Wine on Windows ?

Post by Wujek_Bogdan »

austin987 wrote: It won't work for most things, but you can use wine dlls to replace
some windows dlls.
No thx, i need this application at work. If it was my personal computer i would try to do it ;)
first of all i don't know which ones should be replaced, secondly i'm not shure if it's safe.

ps. sory for my english ;))
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Wine on Windows ?

Post by austin987 »

On Mon, Jan 26, 2009 at 10:25 AM, Wujek_Bogdan
<[email protected]> wrote:
austin987 wrote: It won't work for most things, but you can use wine dlls to replace
some windows dlls./quote]
No thx, i need this application at work. If it was my personal computer i would try to do it ;)
first of all i don't know with one's should be replaced, secondly i'm not shure if it's safe.

ps. sory for my english ;))





You might try windows compatibility mode, or if it's a dos app, use dosbox.

As a last resort, a VM running Win9x.

--
-Austin
Locked