Hi all,
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 mono. But it was not possible for me to develop crystal reports web application ...
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.
...
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 Wine using gdb, and if so, how do I feed the debug info in Delphi format (Turbo Debugg...
I have been attempting to build HLSL shader support into VLC player. I have hit a brick wall due to lack of utility methods in d3d9.h in MingW to load a .fx file and compile the shader. So under advise from VLC developers I borrowed the DX9 headers from Wine.
Now with the d3dx9.h include enabled I have lots of compiler errors in the for...
Hi,
I have some windows command line applications, in binary form (I do not have the source code) which I use frequently. Sometimes I need to run them in Linux machines, and it works perfectly under wine (wine is not an emulator). The problem I'm facing now is that I need to work on a cluster which has not wine installed on it. I wonder...
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 System.EntryPointNotFoundException.
using System;
using System.Runtime.InteropServices;
using System.Windows.Forms;
namespace PinvokeTesting...
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 to create a window but no driver could not be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly".
If I r...
I wonder if it's ever possible to 'secure' wine; like for a user not being able to delete 'explorer.exe' or mess with the dll's.
I've heard of apparmor (i'm running ubuntu), and chroot.
What would be the best method ?
...
I am trying to use windows dll functionality in Linux.
My current solution is a compilation of a separate wine application, that uses dll and transfer requests/responses between dll and main application over IPC.
This works, but is a real overhead comparing to a simple dll calls.
I see that wine-compiled program usually is a bootstrapp...
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 to install the application (avisynth) thru SSH, that is, without a graphical interface? Can Wine be somehow configured to manage such a ca...
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 do it?
...
I have created a user called wine to run Wine under for two reasons:
any malicious activity can only damage /home/wine
Wine tends to pollute the home folder with heaps of configuration files in ~/.local
However, I wish to create a wrapper for wine so that when run, sets the UID and runs Wine under that user.
So far, my current idea ...
hi
i need install wine in oensuse but
when run make install command in opensuse for install wine it not work
./configure and make and make dependency work well but make install dont work
error is :cant create new folder access is denied
i need guidelinefor install tar.gz file in opensuse
tnx
...
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 be to simply port such a toolkit to Linux (I don't really care about any other OS besides Windows and Linux) using Winelib? What are the o...
I would like to add a custom config file for users downloading my MSI installer file. To do this I need to add a file to the pre-built MSI file just before download.
Is there a command line way to do this? (bonus points if it works under Linux or Wine)
...
At work I use a Mac Pro for front-end dev. I run different versions of IE in Wine to have a fully integrated testing and development environment. I am now working on a side project to do automated testing across all of our supported browsers. I have checked out projects like Selenium, but none of them seem to quite meet my needs so I am ...
I am experimenting with WineBottler and I would like to try to run my win32 native application written in Delphi on OSX.
The application runs, but I stop at login screen since I cannot connect to SQL Server.
Does anyonw know how to install and configure SQL Server native client on OSX so that it is usable with WineBottler?
Note: I put...
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 under OSX using wine (built using MacPorts) and added Objective C support to the build files, and created a Unix-linked PE wrapper 'run.exe'...
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 - kind of like /etc/skel that's used to create new users.
Is there a way to do this? I can't seem to find how ~/.wine is created.
Also, is the...
Hello,
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, does not work under WINE. IT transmits data but i cannot receive data. The cable and the applications are same as in the working an...