Chapter 4. Dealing with the MFC

Table of Contents
4.1. Introduction
4.2. Legal issues
4.3. Compiling the MFC
4.4. Using the MFC

4.1. Introduction

To use the MFC in a Winelib application you will first have to recompile the MFC with Winelib. In theory it should be possible to write a wrapper for the Windows MFC as described in Using Linux libraries as DLLs. But in practice it does not seem to be a realistic approach for the MFC:

This is why this guide includes a section dedicated to helping you compile the MFC with Winelib.