similar to: Launch a native application from wine app (system call)

Displaying 20 results from an estimated 100000 matches similar to: "Launch a native application from wine app (system call)"

2011 Jan 13
3
Wine app, can use Linux Java (JNI)?
I have a windows application that use Java virtual machine through JNI for run this application i've installed also JRE on Wine. The application works well but is there a way to use the Java virtual machine installed on Linux machine instead of JVM installed in wine ?
2011 Jan 14
1
Change/Hide Mouse cursor in Wine app
I'm running a windows app on wine under Ubuntu Linux, i've changed the mouse cursore theme in ubuntu but this change isn't reflected on wine app . Is there a way to change the default mouse pointer theme in a wine app ? Is there a way to hide the mouse cursor in a wine app ?
2011 Jan 31
1
get unique code identifier for computer (license key calc)
I've developed a windows application, that on windows get the hard disk number for generating a code number, with this number i've a keygen that generate a validation key for activate the program. This application runned on wine return always the same code because the hard disk number is the same for wine. How can i generate a valide unique code for the computer where application run
2011 Aug 24
1
Wine App seems to crash when I launch a App
Hi, I just downloaded the Wine App to be used with Grooveshark on my Mac Book Pro. I am not very techie but the log file says something along the line of the wine app crashed and a driver could not be found. Can someone take a look at part of the log file I have pasted below and see if they can help me out. Thanks! 2011-08-24 11:16:15.776 WineBottler[6820] ###ERROR### Command
2004 Aug 22
2
permissions, kernel-2.6.8, and wine-20040813
Hi, Yesterday I upgraded to kernel 2.6.8 on my Fedora Core 2 system. This caused a problem with the version of wine I'd been using (20040505), so I upgraded wine to the current version (20040813). The remaining problem is as follows: I'm calling wine like this: wine start.exe vcbuild.bat and vcbuild.bat contains the following: set QMAKESPEC=win32-msvc.net set
2001 Jul 25
1
Startting Linux App via Wined App
Is there any interface, which can be used to call a Native Linux app to start up, from within a Win32 application.
2008 Jul 30
4
launch linux script from windows application
Hi, We have developed a client-server application to develop and run an ERP application. The server app runs in Linux and the client app it has been developed in windows with c++, using win32 API. Now I'm trying to run it in Linux with Wine. It works fine except when i have to run some java code, in order to do that i wrote a bash script that works ok when I launch it through the command
2001 Oct 28
1
launching native linux applications from within a wined app
Does anyone have any information on how to configure a wined win32 app to start a linux application. i.e. acrobat reader. Thanks.
2011 Dec 10
1
Wine does not launch a setup.exe application
I get this error message: The file '/media/OBDCOM/setup.exe' is not marked as executable. If this was downloaded or copied form an untrusted source, it may be dangerous to run. For more details, read about the executable bit. What does this all mean?
2009 Jul 11
4
Start native linux apps from a wine app
Hi to all! This is my first post! I'm trying to use carbide.ui with wine and it works well. But I've got a problem: this apps needs to use an external, selectable app to edit images and sound files. I don't want to install gimp for windows on wine to integrate it, so I would like to know if is there any way to start a completely native application from a windows app, just like wine
2006 Jun 02
2
Wine cannot launch "child" applications
I have a problem that Wine cannot launch "child" applications,Here is what I mean. I can run applications directly using wine at the command line, eg: wine reversi.exe works fine. But if I try to run the same application via winefile by browsing to the directory and then double clicking the application, then I get an error message: "File not found". Also I get the
2004 Dec 13
2
About Apps developed in Windows That use native ODBC's
Hi there.... I'd like to know how to use WINE with applications developed in Windows that use net components (such as ODBC clients)......For example: I developed an application in VB6, and it uses an Oracle ODBC conexion (previously I installed the Oracle client). Hot do I use it in Wine? - Do I need to emulate the Oracle ODBC Client for Windows? - If I got a Native Linux ODBC conexion,
2009 Apr 03
3
Communication between native MacOS X application and WINE
Is communication between native MacOS X application and WINE possible?
2023 Oct 30
2
system()/system2() using short paths of commands on Windows?
I have read about "system() not using a shell on Windows" on the help page many times before but never understood what it means technically. Please forgive my ignorance. I still do not understand it, but thanks a lot for the explanation anyway! I'm just curious if the full path would work in system() today. If it still would not work because today's Windows is still like Windows
2010 Dec 17
1
{SOLVED} Re: Google Picasa / GNOME / how to launch application?
On Wed, Dec 15, 2010 at 11:41 PM, Dejan <centos at bektchiev.net> wrote: > On Wed, Dec 15, 2010 at 06:47, Lanny Marcus <lmmailinglists at gmail.com> wrote: >> I had installed Picasa,apparently properly, but am unable to launch >> the application. In the GNOME Desktop menu, Applications > Graphics > >> Picasa > Picasa it does not launch. Reinstalled it and
2010 Oct 11
3
Wine apps load from Ubuntu application munu but not from cli
Hey, I have just installed civilization IV and it's expansions in wine. After doing the required workarounds to make it run correctly it seems to work quite well. However, I have come to realize that I am only able to launch it when using the automatic added menu entry in the wine folder Ubuntu menu. I have reviewed the command being executed and tried the command copied from the launcher
2009 Jul 30
1
What changed in the R Windows interface from v2.6.2 to v2.7.0?
Dear R-devel, I would like to launch the Rgui.exe from a Fortran console application (we will call this FortranCon.exe), that I have written myself. To do this, I send the command line "C:\Program Files\R\R-X.X.X\Rgui.exe" (where X.X.X is the version number) as an argument to the Windows API function CreateProcess (see http://msdn.microsoft.com/en-us/library/ms682425(VS.85).aspx)
2010 Dec 15
3
Google Picasa / GNOME / how to launch application?
I had installed Picasa,apparently properly, but am unable to launch the application. In the GNOME Desktop menu, Applications > Graphics > Picasa > Picasa it does not launch. Reinstalled it and the same issue. Reinstalling: picasa i386 2.7.3736-15 google It is installed in /opt/picasa Box is CentOS 5.5 (32 bit) fully updated. How can I get this app to
2010 Jun 04
6
migrating windows applications by packing wine+app in a deb?
Hello, I recently posted my experimental thoughts in the playonlinux forums, but I really want to open all possible channels to get feedback for the idea to deliver a complete (for the certain windows-app optimized) wine-structure, windows app and all nessassary wrapper scripts for processing the app in a deb. This would mean that every single application(-group) brings its own fitting
2007 Jun 26
3
About stdlib.h system()
Hi all, I tried to call another .exe file in my own exe file by using the system() API. But the return value of system() is -1 and errno is set to ENOENT. It indicates that the another exe file is not found. So I copy the another exe to the fake directory: C:\windoes\system32, since wine always find the exe file there. And I also set the environment variable "System" and