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