Tagged Questions
The winelib tag has no wiki summary.
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
5answers
323 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.
2
votes
1answer
85 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 ...
1
vote
1answer
108 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
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 ...
0
votes
1answer
123 views
Centos: Installing Wine Problems [closed]
Okay so far I have tried to install via yum, however every time I use...
yum install wine
It says the package isn't found, I have used yum update but that does not work either.
More over I ...
0
votes
0answers
57 views
Wine debugging content of Textedit
Is there way how to get content of textedit box from win application running under wine to console?
I tried
WINEDEBUG=+edit ./app.exe 2>&1
but it works for lineedit, not for textedit.
...
0
votes
1answer
67 views
can Winelib be used with commercial applications?
This is the only place I can ask this question since the WineHQ forum is locked for some reason... So please tell me if I can statically link Winelib with a commercial application and what are the ...