"Complimentary" msvcrt?

Vincent Povirk madewokherd at gmail.com
Tue Jul 31 16:54:39 CDT 2012


> If there's some code I'd must write natively to bind the Windows app
> to the Linux system (e.g. interacting with some low-level Linux stuff),
> can I build that library as a DLL with wineg++ / winelib and have
> the WINE-invoked app use that?

Yes. This is what I meant by a bridge between Linux and Windows code.

The easiest way to do this is with LoadLibrary and GetProcAddress, but
linking to a winelib dll is also possible.



More information about the wine-devel mailing list