Wine Documentation
Prev
Next
III. Advanced Topics
Table of Contents
15.
Low-level Implementation
15.1.
Builtin DLLs
15.1.1.
1. The LibMain function
15.1.2.
2. Using functions from other built-in DLL's
15.1.3.
3. Getting resources from a
*.rc
file linked to the DLL
15.2.
Accelerators
15.3.
File Handles
15.4.
Doing A Hardware Trace In Wine
16.
Porting Wine to new Platforms
16.1.
Porting
16.1.1.
What is this?
16.1.2.
Why
#ifdef MyOS
is probably a mistake.
16.1.3.
MyOS doesn't have the
foo.h
header!
16.1.4.
MyOS doesn't have the
bar
function!
16.2.
Running & Compiling WINE in OS/2
17.
Consoles in Wine
17.1.
Consoles
17.1.1.
Console - First Pass
17.1.2.
BUGS
17.1.3.
Experimentation
17.1.4.
DOS (Generic) Console Support
18.
How to do regression testing using Cvs
Prev
Home
Next
MS ACM Dlls
Up
Low-level Implementation