Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Program for .exe files
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
Ryuzaki
Tux's lil' helper
Tux's lil' helper


Joined: 29 Aug 2010
Posts: 96
Location: N/A

PostPosted: Sun Sep 12, 2010 7:16 pm    Post subject: Program for .exe files Reply with quote

Just wondering what a good program is for running a .exe file. I've been told Wine is good and bad, so I don't know if there's something else I should use, or better.
And is there any kind of stetting up I need to do for the .exe?
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54237
Location: 56N 3W

PostPosted: Sun Sep 12, 2010 7:22 pm    Post subject: Reply with quote

Ryuzaki,

WINE is it
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Ryuzaki
Tux's lil' helper
Tux's lil' helper


Joined: 29 Aug 2010
Posts: 96
Location: N/A

PostPosted: Sun Sep 12, 2010 7:27 pm    Post subject: Reply with quote

Alrght thanks. It's just that I was told a while ago by someone that I can't (or shouldn't) rely on WINE for everything, but I just finished talking to him, and I misunderstood what he said. So thanks, for answering a really n00bish question. lol
Back to top
View user's profile Send private message
xaviermiller
Bodhisattva
Bodhisattva


Joined: 23 Jul 2004
Posts: 8708
Location: ~Brussels - Belgique

PostPosted: Mon Sep 13, 2010 5:09 am    Post subject: Reply with quote

If the program is a .Net application, you can also try mono (but I don't know how to use Mono).
_________________
Kind regards,
Xavier Miller
Back to top
View user's profile Send private message
tomk
Bodhisattva
Bodhisattva


Joined: 23 Sep 2003
Posts: 7221
Location: Sat in front of my computer

PostPosted: Mon Sep 13, 2010 8:13 am    Post subject: Reply with quote

Moved from Gamers & Players to Other Things Gentoo as it's not specifically about games.
_________________
Search | Read | Answer | Report | Strip
Back to top
View user's profile Send private message
krinn
Watchman
Watchman


Joined: 02 May 2003
Posts: 7470

PostPosted: Mon Sep 13, 2010 8:54 am    Post subject: Reply with quote

or windows, using virtualization tools
Back to top
View user's profile Send private message
i92guboj
Bodhisattva
Bodhisattva


Joined: 30 Nov 2004
Posts: 10315
Location: Córdoba (Spain)

PostPosted: Mon Sep 13, 2010 10:00 am    Post subject: Reply with quote

If you want to run Windows .exe's natively WINE is the only option. Whether it will run your program or not; whether it is good or bad; or whether it is heavenly or evil is another question. But it's the only option, no alternative there.

If you don't mind using virtualization then you can just install Windows into any VM (vbox, vmware, qemu...) and then use that application inside the Windows VM.

Else, you can just dual boot.

Mono is intended to compile .NET source code, another question is if you will be able to compile your program even if you own the source (you won't if it relies on Windows or DirectX specific APIs anyway). But it won't help you in any case when it comes to run .exe files. Only WINE (as far as I know) can do that.
Back to top
View user's profile Send private message
xaviermiller
Bodhisattva
Bodhisattva


Joined: 23 Jul 2004
Posts: 8708
Location: ~Brussels - Belgique

PostPosted: Mon Sep 13, 2010 10:03 am    Post subject: Reply with quote

Are you sure ? Last time I tried mono (4 years ago ?), I could execute Windows .Net files through Mono run-time.
_________________
Kind regards,
Xavier Miller
Back to top
View user's profile Send private message
i92guboj
Bodhisattva
Bodhisattva


Joined: 30 Nov 2004
Posts: 10315
Location: Córdoba (Spain)

PostPosted: Mon Sep 13, 2010 10:15 am    Post subject: Reply with quote

No, I am not sure, that's why I added the "as far as I know". However I should have worded the first part differently. Thanks for the pointer. You are surely right about that, since I know nothing about mono at all.
Back to top
View user's profile Send private message
Manko10
Tux's lil' helper
Tux's lil' helper


Joined: 20 Aug 2010
Posts: 105

PostPosted: Mon Sep 13, 2010 1:23 pm    Post subject: Reply with quote

Mono is an open implementation of Microsoft's .NET platform. Programs written in one of the .NET dialects (C#, VB.NET etc.) are completely compatible to each other since they are compiled to byte code as known from Java. For this reason .NET programs are platform independent. The only problem is that .NET is not open source. Thus Mono is a separate project with some proprietary extensions and also the lack of some "native" .NET features. Ideally a .NET program should work with Mono and vice versa but in reality that's no always the case.

To run a program with Mono just type:
Code:
mono myprogram.exe
or configure your filemanager to use mono for executing exe files.
The other way of breathing life into .NET applications is to install .NET framework in Wine or even the Windows version of Mono.
_________________
Refining Linux Advent calendar series 2010: “24 Short Linux Hints


Last edited by Manko10 on Mon Sep 13, 2010 1:24 pm; edited 1 time in total
Back to top
View user's profile Send private message
Section_8
l33t
l33t


Joined: 22 May 2004
Posts: 627

PostPosted: Mon Sep 13, 2010 4:33 pm    Post subject: Reply with quote

If you want to know whether your .exe will run with wine, you can look it up in the app database: http://appdb.winehq.org/
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum