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
0
votes
1 answer

Windows driver in wine

I have a printer in my job, Brother HL-2240D, and i need somre driver for linux to get the status information for that (toner level, empty paper, ...). Actualy I use a driver for linux and I print ok, but this driver dont't get me the status for…
Zariweyo
  • 45
  • 1
  • 9
0
votes
1 answer

Windows Service Application Dependent that uses WINE for Linux

I am developing an custom office like application that uses a custom service that authenticates the users. My doubts are: Will it work in MAC if some client ask me to compile it to OSX using Delphi-XE3? Will it work in Linux if I use WINE to port…
NaN
  • 8,596
  • 20
  • 79
  • 153
0
votes
1 answer

System call library

How practical would it be to implement a "unified" system call library? Such a library would be a wrapper to the OS's actual system calls. That way, you can write code that makes use of this "unified system call library", and then the library would…
Jacob Sharf
  • 250
  • 2
  • 12
0
votes
1 answer

WM_GETTEXT gets only first character

So, hello everybody. I've got MSVC6 installed on win2k on virtual machine, but executable is run under wine emulating winXP (weird eh?). I have some code, that creates an array of EDIT fields: for (i=0; i
Sergey Kanaev
  • 570
  • 5
  • 18
0
votes
0 answers

Installing packages with R (statistics software) on wine

For various reasons I am forced to use R installed on wine instead the native linux installation I have. The installation works perfectly, but as soon as I try to install additional packages through typing install.packages("package") the…
YumTum
  • 389
  • 1
  • 3
  • 11
0
votes
1 answer

Run a Windows Batch File Through Wine Using Ruby on Rails in Linux

I'm developing a web application using Ruby on Rails and running it on a Linux (ubuntu) server. My backend processing is based on a Windows .bat file that calls a network of other .bat files based on a list of about 5 parameters. So basically, I'm…
0
votes
1 answer

Switch between X11 and XQuartz on Mac OS X

Is it possible to turn off that automatic bechaviour of Mac OS X when it setting up $DISPLAY? I want to run manually X11 or XQuartz to force wine (or other X apps) using one or another. (Like it was in earler wersions of Mac OS) Because some apps…
Yaroslav
  • 2,338
  • 26
  • 37
0
votes
0 answers

C# Console Value in Windows Send Linux with Wine

I have C# console program in windows server. I run command in Linux with wine. When wine run in Linux, İt always returns 0 (Linux command "$?" show last program return value). İf program return -5, I see 0 in Linux again. Because console program…
messah
  • 13
  • 2
0
votes
1 answer

Analysing debugger output for an aplication in release mode

I develop a win32 application using i686-w64-mingw32-gcc 4.7.2 crosscompiler under Ubuntu 12.10. When I run my application compiled in the release mode and it crashes, I may receive an output like bellow. I am wondering how to interpret it? Is there…
David L.
  • 3,149
  • 2
  • 26
  • 28
0
votes
2 answers

Is it possible to run Eclipse Portable on Linux using Wine?

I'm trying to sync an Eclipse installation between Linux and Windows, so I've installed EclipsePortable on Windows and moved the EclipsePortable installation to Linux Mint. Is it possible to run Eclipse Portable on Linux using Wine? I installed…
Anderson Green
  • 30,230
  • 67
  • 195
  • 328
0
votes
1 answer

WIneskin wont emulate iso

I'm trying to play an old game on wineskin. But it needs the CD to be inserted / emulated to run. There is no NO-CD patch for this game (Last Call - That one you play as a bartender). I have read that you have to set wine to emulate the iso right…
ghaschel
  • 1,313
  • 3
  • 20
  • 41
0
votes
1 answer

Trying to install Wine in Ubuntu 12.10, get dependencies error

I have looked everywhere for some help, maybe it will be impossible to install Wine on Ubuntu 64-bit until an update is released. When I try to install I get the following errors The following packages have unmet dependencies: wine1.4: PreDepends:…
nitochi
  • 1,285
  • 2
  • 11
  • 12
0
votes
0 answers

Calling a Windows C++ DLL from a UNIX FORTRAN console app

I'm looking for a way to call a Windows-built x86 DLL from a UNIX FORTRAN console app. I've read that Winelib might be able to help, but I've never used it before. Can anyone please provide me with a good direction to start?
Nefariousity
  • 117
  • 1
  • 2
  • 10
0
votes
3 answers

Program error on source insight using ubuntu

I was using Source Insight 3.5 on Ubuntu 10.10 32bit. For some reason, while I was working, the program got stuck. I closed it, and ever since, when I try to open it, I get the following error message: Program Error The program Insight3.exe has…
user1049052
  • 123
  • 1
  • 4
  • 10
0
votes
2 answers

Is it possible to output text and visual aspects of an `executable` into a website?

I'm looking at a Windows Executable that I like. I would like to be able to access it via my google phone. So, I want to put the executable into a website and load that website in my phone to operate the program from my phone. My Web Server is on…
Wolfpack'08
  • 3,982
  • 11
  • 46
  • 78