3
votes
2answers
65 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 d …
0
votes
2answers
255 views
How to run a program using Wine that requires JRE on Ubuntu?
Hello,
I have an application that requires JRE to run on Windows. I have now migrated to Ubuntu and trying to run that application using WINE. But I get the error "No Java Found". …
6
votes
7answers
454 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 Li …
1
vote
3answers
114 views
How to use Wine from Apache/Php? - ‘/var/www’ is not owned by you…
Hi!
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.ex …
2
votes
8answers
626 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 …
1
vote
0answers
18 views
transition from crosscompiling with mingw to winelib
I have a windows application that i can compile successfully using codeblocks with mingw.
I would like to transition to winelib and then eventually to pure gcc.
what are some ty …
1
vote
3answers
123 views
Automatically “Press Enter to Exit” in bash?
In a bash script, I'm using wine to call a DOS program that requires me to "Press Enter to exit". How do I do that automatically and continue with the rest of the script?
0
votes
0answers
98 views
WINE error when running windows application
Hello,
A user reports that one of our applications doesn't work under WINE. It runs until he proceeds past a certain form, and then freezes. WINE gives the following output:
~/.w …
0
votes
2answers
109 views
Using P/Invokes in Mono through Wine
Is it possible to use native Win API functions in Mono through Wine? Are there some additional libraries for interactions between Mono and Wine?
0
votes
1answer
185 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.
1
vote
0answers
324 views
Warcraft III + wine + automatic battle.net logon [closed]
I need a little bash script which will send keyboard strokes to current running application under linux. This application runs under wine in Xorg. I'm trying to create script to au …
0
votes
2answers
252 views
Use dll win32 in linux platforms.
I want to use a dll library for Win32 in linux.
I thinkd can do it if I use a library of wine...
Please help it.or http://okyuu.com/en/question/5785
2
votes
2answers
465 views
Visual Studio 2008 and Wine
Anyone have tried to run Visual Studio 2008 over linux wit wine? Any troubles? It works?
-2
votes
0answers
52 views
unwanted sound in wine [closed]
When I try to run tennis master series game and play the game using wine, it plays unwanted sounds.
The console log shows as
suresh@suresh-desktop:~/Downloads/TMS2003$ wine Ten …
1
vote
2answers
338 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 <win …
