Winelib User's Guide
Table of Contents
1.
Winelib Introduction
1.1.
What is Winelib?
1.2.
System requirements
1.3.
Getting Started
1.3.1.
Winemaker introduction
1.3.2.
Test Drive
1.3.3.
Step by step guide
2.
Portability issues
2.1.
Anonymous unions/structs
2.2.
Unicode
2.3.
C library
2.4.
Compiling Problems
2.5.
Initialization problems
2.6.
VC's native COM support
2.7.
SEH
2.8.
Others
3.
The Winelib development toolkit
3.1.
Winemaker
3.1.1.
Support for Visual C++ projects
3.1.2.
Winemaker's source analysis
3.1.3.
The interactive mode
3.1.4.
The Makefile.in files
3.1.5.
The Make.rules.in file
3.1.6.
The configure.in file
3.2.
Compiling resource files: WRC
3.3.
Compiling message files: WMC
3.4.
The Spec file
3.4.1.
Introduction
3.4.2.
Compiling it
3.4.3.
More details
3.5.
Linking it all together
4.
Dealing with the MFC
4.1.
Introduction
4.2.
Legal issues
4.3.
Compiling the MFC
4.4.
Using the MFC
5.
Using Linux libraries as DLLs
5.1.
Introduction
5.2.
Writing the spec file
5.3.
How to deal with C++ APIs
5.4.
Writing the wrapper
5.5.
Building
5.6.
Installing
5.7.
Advanced options
5.7.1.
Converting filenames
6.
Packaging your Winelib application
Prev
Home
Next
How to do regression testing using CVS
Winelib Introduction