|
Shag Wine Drinkers; What kind of wine are you going to be drinking in 6 years? After kicking it around for a couple of years, we are getting close to pulling the trigger this Fall and starting a Vineyard/Winery. So, my question to the Shag wine-aholics...
Started by JoseCuervo on
, 35 posts
by 27 people.
Answer Snippets (Read the full thread at shaggybevo):
Yes, there is decent wine in that price range....
Typically between $8 - $13 a bottle is what I pay for my wine.
Some Spanish, some Argentine, some French, some Portuguese.
All kinds of varieties...
Italian wine...
Sounds fascinating.
|
|
Hi!
I need to run a windows command line tool from a php script on my Debian server. For that, I'm trying Wine. Invoking wine and the tool via terminal works fine: "$ wine tool.exe"
But when running the same from my php script...
exec("wine tool.exe")...
Started by Cambiata on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
If not there's two things you can do: either you copy an existing... .
Try and find out if wine can run with a specified configuration directory on the commandline.
Seems harmless, as long as wine can function without configuration directory.
|
|
Possible Duplicate:
Windows Softwares in Ubuntu ( Using Wine )
Does anybody know a list of which windows programs wine is able to run on linux?
Started by Luke on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Users submit information regarding compatibility with different versions of Wine,....
It has information on which programs have been tested under Wine, which ones worked, and which ones don't.
Check out the Wine Application Database .
|
Ask your Facebook Friends
|
Is it possible to use native Win API functions in Mono through Wine? Are there some additional libraries for interactions between Mono and Wine?
Started by macropas on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Just make sure to run your Mono project inside of Wine.
So, I think it could potentially work, if Wine correctly function, but if there's a Wine interpretation, theoretically it should work.
You'll see a section on Marshalling).
|
|
Wine-Mono: Marrying Mono With WINE Phoronix: Wine-Mono: Marrying Mono With WINE
This weekend there was a new release of Wine-Mono, a project which marries Wine with components of Mono...
http://www.phoronix.com/vr.php?view=MTEwMzY
Started by phoronix on
, 5 posts
by 4 people.
Answer Snippets (Read the full thread at phoronix):
Independant .net implementation now requires windows (via wine) to actually properly work?
I still implementation now requires windows (via wine) to actually properly work?
I still wouldn't touch, then having just Wine often isn'....
|
|
For Production
Would you rather use Wine or Mono to run a .net application on Linux OpenSuse 11.
Started by JL on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
I have never heard such claims made about....
I don't.
Given the fact (the patented stuff there is so much commotion about), you have no other choice but to use Wine.
The base install for Wine doesn't have a .net runtime so I'd go with Mono.
|
|
Sometimes, there's a Linux app that I'd like to run in Windows (XP). Is there something similar to Wine that will do it?
Answer Snippets (Read the full thread at superuser):
Try Wuby
Try virtual PC: http.
wine, but should be even better in terms of compatibility.
|
|
Hi all,
I have a Delphi Windows app that dies horribly under Wine - doesn't even get to creating the main form. Porting to Free Pascal is not an option for various reasons.
Can I debug under Wine using Delphi's native means? If not, can I debug under ...
Started by Seva Alekseyev on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Good luck....
The first thing I'd try is using a stack tracing utility like the JCL then attaching the debugger anyway .
You might be able to get the remote debugger to connect to the Wine app (never tried it), but that's asking a lot of Wine.
|
|
How can I change disk volume id in wine?
There is vol command in windows which shows volume id and VolumeID (from Sysinternals) which can change VolumeID in windows but not in wine.
Started by Oleksandr Bolotov on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Do you mean something like this?
cd .wine ln -s it from the filesystem....
Then just change the VolumeID like normal extensions) and copy it to wine so you can use it.
Explorer.exe (and any of the files that it needs to run) to wine.
|
|
I tried to use wine for ubuntu 9.04 in my ubuntu 9.10. But when I tried to use portable keypass(password manager), it does not work. Is there a wine for ubuntu 9.10? Can I use it to install windows-based programs/apps on ubuntu?
Started by Nrew on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
There are two versions of Wine in the official repos repository as the package simply called ....
Yes wine does support 9.10, you can find out more at winehq.org
You should check which repositories you have enabled in the package manager.
|