Live data from Hacker News

Porting Windows Dynamic Link Libraries to Linux

github.com

1–10 of 44 posts

Re: Porting Windows Dynamic Link Libraries to Linux

#7

Why not just use full-on WINE? The basic system calls are pretty much fully covered. It seems this duplicates a lot of work.

Are the Windows API implementations of WINE usable by a native Linux program (eg as a library of some sort)? That seems to be the requirement here.

Re: Porting Windows Dynamic Link Libraries to Linux

#10
This reminds me of a tool Jeff Roberts wrote at RAD Game Tools which would repackage libraries so they were loadable on Linux. At the time the motivation was that MSVC was generating much better code than GCC for Bink, so he'd compile on Windows with MSVC and cross-link to Linux with his custom tool.
Post reply on HN