

Winelib User's Guide

-------------------------------------------------------------------------------

Table of Contents
1. Winelib Introduction
    What is Winelib?
    System requirements
    Getting Started
        Winemaker introduction
        Step by step guide
       
       
   
   
2. Portability issues
    Anonymous unions/structs
    Unicode
    C library
    Compiling Problems
    Initialization problems
    VC's native COM support
    SEH
    Others
   
   
3. The Winelib development toolkit
    Winemaker
        Support for Visual C++ projects
        Winemaker's source analysis
        The interactive mode
        The Makefile.in files
        The Make.rules.in file
        The configure.in file
       
       
    Compiling resource files: WRC
    Compiling message files: WMC
    The Spec file
        Introduction
        Compiling it
        More details
       
       
    Linking it all together
   
   
4. Dealing with the MFC
    Introduction
    Legal issues
    Compiling the MFC
    Using the MFC
   
   
5. Dealing with binary only dlls
    Introduction
    Writing the spec file
    How to deal with C++ APIs
    Writing the wrapper
   
   
6. Packaging your Winelib application

-------------------------------------------------------------------------------
Prev                                  Home                                 Next
How to do regression                                      Winelib Introduction
testing using Cvs                                                              
