On 16 Apr 2003, Christopher Thielen wrote:
Hello, I've written an application in MFC which runs beautifully in wine. I'd like to distribute a Winelib version, so Unix users don't need wine. Can I recompile MFC applications with Winelib? Is this possible?
It should be possible. I think you have two options: -- use the native PE MFC -- compile MFC under Winelib as well
Never done it myself, so take this with a large chunk of salt, but from what people have been discussing in the past...