Questions tagged [winelib]
24 questions
0
votes
0 answers
How to write a .so wrapper over a .dll that uses winapi under the hood through winelib
I have the following situation, there is an application on .net core linux that needs to use a .dll library that has no sources.
I have read a lot of information about wine and winelib, but I don't understand if it is possible to do what I need…

signum
- 29
- 1
- 4
0
votes
2 answers
Veil Installation Stuck at wine
i am trying to install veil framework by
./setup.sh --force
but installation stuck when wine start. i am gonna show you some code
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
[ERROR] Failed with…

Wasi Rao
- 1
- 1
- 1
0
votes
1 answer
How to wrap a Linux library to be used in Wine? I keep getting BAD_IMAGE_FORMAT
I have a Windows-only game that can be extended by plugins and a Linux library I would like to use. The application (Unity game) runs fine under Wine/Proton. I've found that Winelib can do this, and I was following the User's Guide, notably the 5th…

NorbiPeti
- 91
- 2
- 8
0
votes
1 answer
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 terms of its use - should it be acknowledged in…

Ryan
- 1,451
- 2
- 27
- 36
0
votes
1 answer
Trying to use Winelib with standard macOS build tools: getting strange compiler errors
I'm trying to compile a win32 application on macOS using Winelib. I'd prefer to use the standard macOS compiler provided with Xcode if at all possible. However, so far I'm not able to get it to compile. If I try to compile the file test.cpp with the…

Bri Bri
- 2,169
- 3
- 19
- 44
0
votes
0 answers
Trying to use Mac dll (bundle) on Wine
I'm currently trying to achieve (for my internship) to use Mac OS dll which are named Bundle (everthing is named bundle on mac ...) because the string comparison fonction from Wine is not working properly (gérard = gerard for example). It causes…

romsteak13
- 11
- 4
0
votes
1 answer
Calling .dll in linux environment in c++
I have windows dynamic linked library which I want to access from Linux environment. I don't have the source code of that library, so I cannot build .so file.
Is there a way by using Winelib or any other library or tool for converting library file…

user3703826
- 87
- 1
- 6
0
votes
1 answer
Windows.h cannot be found using Winemaker/Winelib
currently i'm trying to port a Windows program to Linux, more specific a DLL. The code is written in C++ and uses many Winapi calls. Since i don't want to rebuild the whole thing from scratch i thought recompiling with Winelib is a good start and…

Metalzwerg
- 23
- 1
- 7
-1
votes
1 answer
Is it possible to speed up a program using a VM?
I’m trying to collect footage from a game. Is it at all possible to have it play at say, twice the speed?
In the sense that if I run it for an hour, I want to capture multiple hours of in-game time.

4amvim
- 115
- 1
- 9