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
0 answers

COM Interop Through Wine in OSX

I am trying to write a program that modifies Office files (word, excel) programmatically using C#. Before continuing with my project, I would like to know if the COM Interop can be used in OSX by utilizing Wine, and if so, can this be done in Linux…
Alan W
  • 291
  • 1
  • 5
  • 18
0
votes
1 answer

systeminfo command in wine

I tried to install a windows app in my mac through wine. The install file is an bat file called installProcessDesigner_admin.bat but when I try to install with wine cmd >>installProcessDesigner_admin.bat I got this message Can't recognize…
ljofre
  • 314
  • 5
  • 18
0
votes
1 answer

installing older version of wine on Mavericks from tar.bz2 file

After all the struggles I have gone through trying to successfully install this specific release of wine (1.5.8) I have given up and decided to turn to this forum for help. I remember that a program I desperately need to use stopped working after I…
yssup
  • 43
  • 5
0
votes
1 answer

Executing .exe Files on ubuntu

I am trying to run eclipse in ubuntu12.04.After installing eclipse and WINE I tried opening eclipse by right clicking the eclipse then selecting 'open with' and selected WINE but when I'm trying to run eclipse it's showing "there is no windows…
sanchitjain
  • 51
  • 1
  • 2
  • 6
0
votes
1 answer

Installing .EXE using WINE (OSX)

I've used HomeBrew to install WINE on OSX. I've downloaded the 64-bit .EXE from http://www.fastbem.com/Download.html Now I try running it, which should install FastBEM into "Program Files" piBookAir:Program Files pi$ wine…
P i
  • 29,020
  • 36
  • 159
  • 267
0
votes
0 answers

error while compiling MFC Application with winemaker

I have a solution and 3 VC++ project (1 shared project) DLL library project + common dll project [DLL +DLL] MFC Application project + common dll project [EXE + DLL] Both projects runs on windows platform(ported from VS6 to VS2010). It is using…
Mandar
  • 1,006
  • 11
  • 28
0
votes
2 answers

Running matlab compiled exe into ubuntu machine - could not find version 8.1 of the MCR

I have a mex function which I have converted into exe using windows. I am trying to run that exe into a ubuntu machine with command : os.system('test.exe') But, this exe doesnt works and it gives me error : could not find version 8.1 of the…
veena
  • 815
  • 2
  • 7
  • 11
0
votes
0 answers

Wine + Itunes Compatibility (Arch Linux)

I have WINE installed and configured correctly (I believe). When I download "iTunes64Setup.exe", I am greeted with: "This iTunes installer is intended for 32-bit versions of Windows. Please download and install the 64-bit iTunes installer…
Goodies
  • 4,439
  • 3
  • 31
  • 57
0
votes
1 answer

installing visual studio 2005 in winehq

I am using Ubuntu 13.10 in this operating system i am want to use Visual studio.. so i ahave installed the Winehq latest version but while i am going to install visual studio 2005 it displays a error.. A trial edition is already installed on this…
Hariharan
  • 13
  • 1
  • 6
0
votes
1 answer

Howto check for LsaLogonUser session, and or create one under wine

I'm using visual C++ 2009 under wine. I have all paths set correctly for command line operation (cl.exe, link.exe, etc.) and can compile normal programs just fine. However, when I supply the -Zi or -ZI flags to include debugging information, the…
0
votes
0 answers

Macbook Snowleoaprd Model Identifier:MacBook1,1 python error

Hi i update python with the latest version Python 3.3.2 and i too update gcc with the latest version so: Python 3.3.2 (default, Nov 19 2013, 05:46:40) [GCC 4.8.2] on darwin But there is something falling. I try install python module libxslt and…
0
votes
1 answer

wxWidgets how to cross compile an application for windows from linux using codeblocks?

I would like to cross compile a wxWidgets application for windows from Linux using the codeblocks IDE. I have read through these instructions which provide some useful information, but the instructions do not cover codeblocks.
Chris Snow
  • 23,813
  • 35
  • 144
  • 309
0
votes
1 answer

.Net Framework in Linux using wine

How can i install .Net Framework in Linux mint using wine? I want to develop test framework using nunit and selenium in linux. As my machine is 64 bit, I am getting exception while installing. Please help me.
0
votes
1 answer

bumblebee + wine + directx9 not working

I'm trying to run dxdiag or any other DX9 game from bumblebee+wine and no luck. These games works well without bumblebee in integrated graphic card. And no wine soft works well with bumblebee. primusrun $ primusrun bash $ wine dxdiag primus:…
Kostanos
  • 9,615
  • 4
  • 51
  • 65
0
votes
3 answers

can we deploy an asp.net web application developed in windows in ubuntu

We have developed a web application in windows using visual studio 2005. Is it possible to deploy that application in linux using crossover. Is it possible to run crystal reports in asp.net using crossover. I have used wine, and cross over and even…
Srikanth V M
  • 672
  • 5
  • 14
  • 31