Questions tagged [wine]

Wine is a software emulator used to run Windows software on UNIX-like operating systems. Use this tag for questions about developing software that interoperates with Wine, or developing Wine itself. Questions about *using* Wine belong elsewhere, possibly on Super User.

Wine lets you run Windows software on other operating systems. With Wine, you can install and run these applications just like you would in Windows.

Questions about using Wine to run Windows software are not appropriate for Stack Overflow. They should be posted on Super User, or possibly on a site specific to your operating system (e.g, AskUbuntu for Ubuntu users).

613 questions
13
votes
2 answers

How to share memory between linux program and windows program running through Wine (same computer)?

Is there a way (and then how to) share memory between a linux program and a windows program running through wine ? Since it could be hard to understand why to do such a thing, I give you my situation : I've a proprietary program compiled only for…
hl037_
  • 3,520
  • 1
  • 27
  • 58
12
votes
2 answers

How can I get my Win32 app running with Wine in Docker?

I have a Win32 app that exposes a REST endpoint and displays a window to log requests. It's written in Delphi and is 32-bit. I've run it in Ubuntu (20.04) using Wine (4.0.4). It runs straight out of the box. I create a 32-bit prefix and launch it.…
dommer
  • 19,610
  • 14
  • 75
  • 137
12
votes
9 answers

Is it possible to develop DirectX apps in Linux?

More out of interest than anything else, but can you compile a DirectX app under linux? Obviously there's no official SDK, but I was thinking it might be possible with wine. Presumably wine has an implementation of the DirectX interface in order to…
Nick
  • 7,700
  • 2
  • 29
  • 37
11
votes
3 answers

E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages

I have tried to install wine on elementary os 0.21 yesterday. While doing so i stumbled upon this output: Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may…
Haggar
  • 119
  • 1
  • 3
  • 6
11
votes
3 answers

Installing Navicat on Ubuntu 14.04 LTS

is there a way to install Navicat on Ubuntu 14.04 without using wine? just straight up from deb or apt-get install.. I tried installing it using wine, but the problem is it does not function well enough. thanks
cocoboy
  • 274
  • 1
  • 3
  • 6
11
votes
1 answer

C compiler not found, Ubuntu

I'm trying to install wine on a 64bits, so I followed this : http://wiki.winehq.org/WineOn64bit And when I launch configure, I have this error : "configure: error: no acceptable C compiler found in $PATH" But the whereis gcc says: "gcc:…
cecile
  • 293
  • 1
  • 4
  • 17
11
votes
7 answers

Changing the Locale in WINE

I'm using wine emulator on linux (SliTaz 4.0) and i want to change the wine locale so that the dialogs and messages are displayed in Japanese. I found this tool http://code.google.com/p/winelocale/ which seems to do the job but I couldn't find a…
Zaid Amir
  • 4,727
  • 6
  • 52
  • 101
10
votes
8 answers

What would be the best solution for my Delphi apps on Linux - Delphi+Wine or Lazarus?

I need to make my Delphi solutions available on Linux and I have tested them on both Wine and Lazarus. What are the technical considerations I should take into account (Programming, Deployment, Maintenance etc.) on the longer term in order to avoid…
Johan Bresler
  • 6,450
  • 11
  • 56
  • 77
10
votes
2 answers

OSX Associate a shell script with a file extension?

I want to associate the .exe file extension with a shell script that launches wine. What is the best way to do this? From what I've gathered, I need to create an AppleScript that will call wine, but how do I get the name of the input file in the…
Trcx
  • 4,164
  • 6
  • 30
  • 30
10
votes
8 answers

How a Windows Developer can most easily get his software to work well under Wine

Many of my users have been telling me that they'd like to run my software on their Linux machines under Wine. But I'm a Windows Developer who has practically no experience with Linux. Now I could spend a month or two installing Linux, learning…
lkessler
  • 19,819
  • 36
  • 132
  • 203
10
votes
6 answers

Advantage of winelib?

Are there any advantages to compiling my Windows application with winelib for Linux users? Why not just give them the .exe and let them run it with Wine? Seems just like extra work for no gain.
davr
  • 18,877
  • 17
  • 76
  • 99
9
votes
2 answers

Hosting WCF service on linux

Is there Any way of hosting WCF service on Linux. I read about wine but i didn't see any example of hosting WCF service with it. P.S : I have tried mono and mod_mono but to no avail.
satishsingh2230
  • 225
  • 2
  • 3
  • 10
9
votes
2 answers

Detecting Unix home in Wine application

My Windows application is frequently used on *nix using Wine. As it is a file-centric application, it frequently uses (and presents to an user) Windows "documents" folder (as resolved using CSIDL_PERSONAL). Unfortunately under Wine that points to…
Martin Prikryl
  • 188,800
  • 56
  • 490
  • 992
9
votes
8 answers

Should I start distributing my systems as Wine ready?

I have tested all my systems developed in Delphi (in Windows XP) on Wine (OpenSuse Linux) and they work perfectly. My question is: should I start distributing my systems (on a local basis that I can support) as Wine ready or are there other issues I…
Johan Bresler
  • 6,450
  • 11
  • 56
  • 77
8
votes
1 answer

Wine PATH through command line and not persistent

I know I can change my wine PATH through regedit, but I actually need to change the PATH just for a single run. For example, I have my software called frontend.exe, this depends on example/mylib.dll, I need to invoke frontend.exe with example/ on…
André Puel
  • 8,741
  • 9
  • 52
  • 83
1
2
3
40 41