Tagged Questions

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.

learn more… | top users | synonyms

8
votes
8answers
429 views

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 ...
7
votes
3answers
744 views

Debugging a Delphi app on Wine

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 ...
6
votes
8answers
1k views

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, ...
6
votes
7answers
604 views

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 ...
5
votes
2answers
1k views

Visual Studio 2008 and Wine

Anyone have tried to run Visual Studio 2008 over linux wit wine? Any troubles? It works?
5
votes
4answers
5k views

Using Component Object Model (COM) on non-Microsoft platforms

I'm regularly running into similar situations : I have a bunch of COM .DLLs (no IDL files) which I need to use and invoke to be able to access some foreign (non-open, non-documented) data format. ...
4
votes
1answer
223 views

Using Winelib to port a Windows-only GUI toolkit

I love just about everything about the DFL GUI toolkit for D except that it only works on Windows because it's basically a pretty, high-level wrapper around the Windows API. How hard would it likely ...
3
votes
2answers
58 views

WINE and Windows named pipes

Here is my problem: I have a closed-source third-party Win32 application, which acts as a server for other programs via named pipes, i.e. it expects its clients to do smth like this: HANDLE h = ...
3
votes
1answer
78 views

Determine whether a program is running under Wine at runtime

I think the title is self explanatory... I'm writing an application in C++ and I need to determine at runtime if I'm running under Wine (to change the bahavior a little in order to avoid a specific ...
3
votes
2answers
146 views

Will a compiled vb6 application theoretically work under WINE on Mac?

Another developer at work told me it wouldn't work for some reason specific to Visual Basic 6 applications. But I think it should work as long as you include the correct DLLs and runtime files, isn't ...
3
votes
3answers
634 views

How can I compile my Windows program into a single Linux binary that runs with Wine?

Just today i checked my ubuntu with installing wine in it , Delphi 3 to 7 worked perfectly (Rad studios did not work because they use .net scraps). But all of the application i made worked ...
3
votes
2answers
480 views

How to call Wine dll from python on Linux?

I'm writing a python script in Linux, and need to call some Windows functions available in Wine. Specifically, AllocateAndInitializeSid and LookupAccountSidW, to determine who is logged in to a ...
3
votes
5answers
324 views

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.
3
votes
3answers
919 views

Can't connect to MySQL for .NET application deployed in Wine using Ubuntu

Below is the link http://stackoverflow.com/questions/1518946/how-to-insert-delete-select-update-values-in-datagridview-in-c-using-mysql which has the code to connect to a MySQL datbase from a ...
3
votes
4answers
544 views

How to make a simple Wine-based installer for Windows application

My Windows application runs under Wine, but the installation is a bit of a headache for laymen, and the wrappers I've seen online (PlayOnLinux, Wine Doors) require even more packages to be installed. ...
3
votes
7answers
2k views

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 ...
3
votes
4answers
2k views

Quoting command-line arguments in shell scripts

The following shell script takes a list of arguments, turns Unix paths into WINE/Windows paths and invokes the given executable under WINE. #! /bin/sh if [ "${1+set}" != "set" ] then echo "Usage; ...
2
votes
0answers
38 views

Can Qt Creator with the S60 toolchain be used under Wine in Linux?

The Symbian S60 Toolchain isn't available for Linux, it's Windows only. I downloaded the Windows installer for Qt Creator and just ran it under Wine. The install went mostly fine, except ...
2
votes
5answers
135 views

How to increment version number in a shell script?

The following simple version control script is meant to find the last version number of a given file, increment it, run a given command with the newly created file (e.g., editor), and after that save ...
2
votes
1answer
83 views

How are C “spec” files like this created?

How do I create foo.spec files like this one from a C header file? i.e. I'm looking for an automated way to convert all of a header file's declarations into something simple like: stdcall ...
2
votes
1answer
87 views

Access a Windows dll from Java under Linux (probably through Wine)

I've managed to run JavaFX 2.0 under Linux by following this guide. It works nicely by running a Windows version of Java using Wine. This Java process can pick up the native .dll files of the Windows ...
2
votes
1answer
145 views

how to run IE on mac (for free) [closed]

In order to cross-platform test the websites I develop on my mac, I need to get versions of IE running. I've tried wine, and winebottler so far. I can get IE to run, but it cannot connect to the ...
2
votes
1answer
124 views

Subprocess is not invoking my command(or is doing it wrong)

Overview: I have an application that sometimes must make something with celery- and if it is simple task such as count something- everything is ok. I' ve got one task which must convert existing ...
2
votes
3answers
251 views

Execute Shell Commands from Program running in WINE

I have a windows program running on Linux using WINE. How can I call Linux shell commands from the windows program?
2
votes
0answers
115 views

using wmctrl to close windows

Can I close a window using wmctrl that is running in wine on Ubuntu? For context: $ wmctrl -m Name: compiz Class: N/A PID: N/A Window manager's "showing the desktop" mode: OFF Also: $ wmctrl -l ...
2
votes
4answers
256 views

Has anyone gotten MASM Assembly Language working in Wine for Linux?

Apparently WIne doesn't support 16bit DOS apps. Anyone know how to Get MASM intel-style assembly working in wine?
2
votes
1answer
113 views

Where is Wine's “skeleton” for ~/.wine?

I am building an application that will run on Linux under Wine, and I'd like to add a few files to the default windows image that is created in ~/.wine when a user starts wine for the first time - ...
2
votes
2answers
113 views

Using nmake on OSX?

I'm porting an application to MacOS X - but the original developer's build system uses NMAKE, and ideally they'd like to keep it instead of switching to a new one. I've managed to get NMAKE running ...
2
votes
3answers
8k views

Can I run original MS.Net Framework 4 on Linux someway (with Wine perhaps)?

I once heard of a guy managed to install original Microsoft .Net Framework on Linux and successfully run Mono-incompatible .Net applications using bleeding-edge MS C# features. Any idea how could he ...
2
votes
3answers
634 views

P/Invoke and Mono: EntryPointNotFoundException

I'm trying to access the Wine implementation of some user32 functions on Kubuntu Linux. I have the Wine 1.1.31 package installed. When try running this simple test program in MonoDevelop, I get a ...
2
votes
6answers
2k views

How to use Wine from Apache/Php? - '/var/www' is not owned by you

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 ...
2
votes
1answer
1k views

Sending keycode to Xorg + wine with bash script

How do I send keycode to currently running application in linux which is running under wine? I would like the it to be under bash for simplicity.
2
votes
2answers
917 views

Wine linker error: trying to create .lnk

I'm trying to create an .lnk file programatically. I would prefer to use C, but C++ is fine (and is what all the MSDN stuff is in). The relevant code sample is: #include <windows.h> #include ...
1
vote
0answers
35 views

.NET 2.0 Timer under Wine (Ubuntu 10.10)

I have a VB.NET application, which uses a timer: MyTimer_Tick ModifySomeGlobalDateTimeVariables() ModifySomeLabels() On Windows it works good, but when I try it on Linux, it crashes after ...
1
vote
1answer
111 views

Running Linux program using Windows DLL (winelib) without wine?

I have a Windows DLL and an API related to the DLL. The DLL is part of a driver of specific device, for which I would like to write a Linux (Android 4.0) software. I've read that it is possible to use ...
1
vote
1answer
53 views

Waiting for wine to finish running

My current script looks like this: cd ~/.wine/drive_c/ echo "test123" > foo$$.txt wine start "C:\foo$$.txt" wineserver -w echo "Wine is done!" which works fine when only one program is running ...
1
vote
1answer
129 views

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, ...
1
vote
1answer
50 views

system-function call asynchron?

At one place in a code i call an external tool with the system-Call. I work with Wine and program with C. The call is like this: system("blabla.exe outfile"); The command is dynamically generated ...
1
vote
1answer
93 views

How to log all API calls in Windows the same way Wine does in Linux?

Im debugging a windows application in Linux using wine (Eudora), using WINEDEBUGGER=+relay to create a (rather massive) log of API calls. Now that I've spotted where the problem is, I want to run the ...
1
vote
1answer
95 views

Is there a tool like winedump for windows?

I'm looking for a tool that would be able to generate stub code from a DLL like winedump can do it. Stephan
1
vote
2answers
128 views

Can I distribute a wineskin-wrapper of my application? Can I sell it?

Wineskin(http://wineskin.doh123.com/Information.html) is an application for mac that makes simple wrappers for Windows-applications using wine, basically converting a Windows-application into a ...
1
vote
0answers
79 views

How to build WineLib for Mac OS X 10.6 and link it with XCode project?

Please forgive me for a stupid lame question, but I can't find even minimal documentation... It seems that only Wine is covered. Should I use the Wine sources to build Winelib? Is my assumption ...
1
vote
4answers
112 views

bash output to file

i have the following statement for i in `cat i.txt`; do wine ~/run.exe $i.asc >> out.asc; done but it keeps writing all the output to console not the file 'out.asc'. plz can you help me to ...
1
vote
0answers
289 views

How to set up Eclipse to cross-compile into Windows (from Linux x86_64)?

I'm trying to set up an Eclipse (Helios) development environment that I can compile into an .exe binary for a Uni assignment. Currently, I'm using Quincy 2005 under Wine, which works but the IDE is ...
1
vote
0answers
51 views

Porting an application with winemaker to run it without wine

I am working in a project with the task of porting a c++ library with win32 code to POSIX. The simple classes like file, socket, thread etc. are no problem. But there are some classes for audio ...
1
vote
2answers
154 views

Expose COM object to an app running in wine/linux

Only one windows application is troubling me before I can fully move to Linux. It's a stock charting application (couldn't find any decent one native to Linux) that I'm running using wine. This app ...
1
vote
1answer
41 views

Simple bash problem related to executing command after previous has stopped (I am not programmer)

#!/bin/sh xmodmap -e "keycode 49 = equal plus" cd /media/5F53-7973/BGTrilogy/ wine ./bgmain.exe xmodmap -e "keycode 49 = dead_caron dead_tilde dead_caron dead_tilde notsign notsign" Basically what I ...
1
vote
1answer
485 views

Serial port access error in WINE

I have a setup in which i use a USB serial adapter + some applicationwhich sends and receives data using that serial usb. But this setup which works on a Windows, or even in a VMWare Virtual windows, ...
1
vote
1answer
466 views

Install avisynth under Linux via SSH

I have a Linux server (Ubuntu OS) to which I have access via SSH and wish to install avisynth on it. I know Windows applications can be installed with the help of Wine, but the problem is how I manage ...
1
vote
1answer
151 views

How can I start XServer in Linux through apache user triggered by Perl script running in background?

I am trying to launch MS Office through WINE using a Perl script hosted by apache and and triggered by other application. I am getting the following error message in log files "Application trying ...

1 2