| Douglas Ridgway | 692389d | 1998-11-22 16:56:44 +0000 | [diff] [blame] | 1 | This document should help new developers get started. Like all of Wine, it |
| 2 | is a work in progress. |
| Alexandre Julliard | dba420a | 1994-02-02 06:48:31 +0000 | [diff] [blame] | 3 | |
| Klaas van Gend | 0a7aa16 | 1999-06-05 11:52:46 +0000 | [diff] [blame] | 4 | |
| Alexandre Julliard | 889f742 | 1997-04-15 17:19:52 +0000 | [diff] [blame] | 5 | SOURCE TREE STRUCTURE |
| 6 | ===================== |
| 7 | |
| Douglas Ridgway | 692389d | 1998-11-22 16:56:44 +0000 | [diff] [blame] | 8 | The Wine source tree is loosely based on the original Windows modules. |
| 9 | Most of the source is concerned with implementing the Wine API, although |
| 10 | there are also various tools, documentation, sample Winelib code, and |
| Jeff Smith | 344ed41 | 2002-12-24 00:56:33 +0000 | [diff] [blame] | 11 | code specific to the binary loader. Note that several of the libraries |
| 12 | listed here are "stubbed out", meaning they still need to be implemented. |
| Alexandre Julliard | 889f742 | 1997-04-15 17:19:52 +0000 | [diff] [blame] | 13 | |
| Alexandre Julliard | c513a30 | 2002-09-18 23:11:19 +0000 | [diff] [blame] | 14 | DLLs: |
| 15 | ----- |
| 16 | dlls/ - All the DLLs implemented by Wine |
| Alexandre Julliard | 889f742 | 1997-04-15 17:19:52 +0000 | [diff] [blame] | 17 | |
| Jeff Smith | 344ed41 | 2002-12-24 00:56:33 +0000 | [diff] [blame] | 18 | advapi32/ - Crypto, systeminfo, security, eventlogging |
| 19 | avicap32/ - AVI capture window class |
| Klaas van Gend | 0a7aa16 | 1999-06-05 11:52:46 +0000 | [diff] [blame] | 20 | avifil32/ - COM object to play AVI files |
| Jeff Smith | 344ed41 | 2002-12-24 00:56:33 +0000 | [diff] [blame] | 21 | cabinet/ - Cabinet file interface |
| 22 | comcat/ - Component category manager |
| 23 | comctl32/ - Common controls |
| 24 | commdlg/ - Common dialog boxes (both 16 & 32 bit) |
| Jon Griffiths | 1db20bf | 2001-01-10 23:59:25 +0000 | [diff] [blame] | 25 | crtdll/ - Old C runtime library |
| Jeff Smith | 344ed41 | 2002-12-24 00:56:33 +0000 | [diff] [blame] | 26 | crypt32/ - Cryptography |
| Tom Wickline | 7be37f4 | 2003-06-30 02:05:07 +0000 | [diff] [blame] | 27 | ctl3d/ - 3D Effects for Common GUI Components |
| Jeff Smith | 344ed41 | 2002-12-24 00:56:33 +0000 | [diff] [blame] | 28 | d3d8/ - Direct3D (3D graphics) |
| Mike Hearn | 4ebc806 | 2003-08-27 02:03:52 +0000 | [diff] [blame] | 29 | d3d9/ - Direct3D (3D graphics) |
| 30 | d3dim/ - Direct3D Immediate Mode |
| Jeff Smith | 344ed41 | 2002-12-24 00:56:33 +0000 | [diff] [blame] | 31 | d3dx8/ - Direct3D (3D graphics) |
| 32 | dciman32/ - DCI Manager (graphics) |
| 33 | ddraw/ - DirectDraw (graphics) |
| Mike Hearn | 4ebc806 | 2003-08-27 02:03:52 +0000 | [diff] [blame] | 34 | devenum/ - Device enumeration (part of DirectShow) |
| Jeff Smith | 344ed41 | 2002-12-24 00:56:33 +0000 | [diff] [blame] | 35 | dinput/ - DirectInput (device input) |
| 36 | dinput8/ - DirectInput (device input) |
| Mike Hearn | 4ebc806 | 2003-08-27 02:03:52 +0000 | [diff] [blame] | 37 | dmband/ - DirectMusic |
| 38 | dmcompos/ - DirectMusic |
| 39 | dmime/ - DirectMusic |
| 40 | dmloader/ - DirectMusic |
| 41 | dmscript/ - DirectMusic |
| 42 | dmstyle/ - DirectMusic |
| 43 | dmsynth/ - DirectMusic |
| 44 | dmusic/ - DirectMusic |
| 45 | dmusic32/ - DirectMusic |
| Jeff Smith | 344ed41 | 2002-12-24 00:56:33 +0000 | [diff] [blame] | 46 | dplay/ - DirectPlay (networking) |
| 47 | dplayx/ - DirectPlay (networking) |
| Mike Hearn | 4ebc806 | 2003-08-27 02:03:52 +0000 | [diff] [blame] | 48 | dpnhpast/ - DirectPlay NAT Helper |
| Jeff Smith | 344ed41 | 2002-12-24 00:56:33 +0000 | [diff] [blame] | 49 | dsound/ - DirectSound (audio) |
| 50 | gdi/ - GDI (graphics) |
| 51 | enhmetafiledrv/ - Enhanced metafile driver |
| 52 | metafiledrv/ - Metafile driver |
| Jeff Smith | 344ed41 | 2002-12-24 00:56:33 +0000 | [diff] [blame] | 53 | glu32/ - OpenGL Utility library (graphics) |
| 54 | icmp/ - ICMP protocol (networking) |
| Klaas van Gend | 0a7aa16 | 1999-06-05 11:52:46 +0000 | [diff] [blame] | 55 | imagehlp/ - PE (Portable Executable) Image Helper lib |
| Jeff Smith | 344ed41 | 2002-12-24 00:56:33 +0000 | [diff] [blame] | 56 | imm32/ - Input Method Manager |
| Tom Wickline | 7be37f4 | 2003-06-30 02:05:07 +0000 | [diff] [blame] | 57 | iphlpapi/ - IP Helper API |
| Alexandre Julliard | c513a30 | 2002-09-18 23:11:19 +0000 | [diff] [blame] | 58 | kernel/ - The Windows kernel |
| Jeff Smith | 344ed41 | 2002-12-24 00:56:33 +0000 | [diff] [blame] | 59 | lzexpand/ - Lempel-Ziv compression/decompression |
| 60 | mapi32/ - Mail interface |
| 61 | mpr/ - Multi-Protocol Router (networking) |
| 62 | msacm/ - Audio Compression Manager (multimedia) |
| 63 | msdmo/ - DirectX Media Objects |
| 64 | msimg32/ - Gradient and transparency (graphics) |
| 65 | msisys/ - System information |
| Mike Hearn | 4ebc806 | 2003-08-27 02:03:52 +0000 | [diff] [blame] | 66 | msi/ - Microsoft Installer |
| Jeff Smith | 344ed41 | 2002-12-24 00:56:33 +0000 | [diff] [blame] | 67 | msnet32/ - Network interface |
| Mike Hearn | 4ebc806 | 2003-08-27 02:03:52 +0000 | [diff] [blame] | 68 | msvcrt/ - C runtime library |
| 69 | msvcrt20/ - C runtime library version 2.0 |
| 70 | msvcrtd/ - C runtime library debugging |
| Eric Pouech | 19dc208 | 1999-10-31 22:15:58 +0000 | [diff] [blame] | 71 | msvideo/ - 16 bit video manager |
| Mike Hearn | 4ebc806 | 2003-08-27 02:03:52 +0000 | [diff] [blame] | 72 | mswsock/ - Misc networking |
| Jeff Smith | 344ed41 | 2002-12-24 00:56:33 +0000 | [diff] [blame] | 73 | netapi32/ - Network interface |
| Sylvain Petreolle | 2028110 | 2002-05-06 20:08:43 +0000 | [diff] [blame] | 74 | ntdll/ - NT implementation of kernel calls |
| Jeff Smith | 344ed41 | 2002-12-24 00:56:33 +0000 | [diff] [blame] | 75 | odbc32/ - Open DataBase Connectivity driver manager |
| Andreas Mohr | 7bed696 | 2001-09-19 22:34:38 +0000 | [diff] [blame] | 76 | ole32/ - 32 bit OLE 2.0 libraries |
| Eric Pouech | 19dc208 | 1999-10-31 22:15:58 +0000 | [diff] [blame] | 77 | oleaut32/ - 32 bit OLE 2.0 automation |
| 78 | olecli/ - 16 bit OLE client |
| 79 | oledlg/ - OLE 2.0 user interface support |
| Sylvain Petreolle | 2028110 | 2002-05-06 20:08:43 +0000 | [diff] [blame] | 80 | olepro32/ - 32 bit OLE 2.0 automation |
| Eric Pouech | 19dc208 | 1999-10-31 22:15:58 +0000 | [diff] [blame] | 81 | olesvr/ - 16 bit OLE server |
| Jeff Smith | 344ed41 | 2002-12-24 00:56:33 +0000 | [diff] [blame] | 82 | opengl32/ - OpenGL implementation (graphics) |
| 83 | psapi/ - Process Status interface |
| 84 | qcap/ - DirectShow runtime |
| 85 | quartz/ - DirectShow runtime |
| 86 | rasapi32/ - Remote Access Server interface |
| Mike Hearn | 4ebc806 | 2003-08-27 02:03:52 +0000 | [diff] [blame] | 87 | richedit/ - Rich text editing control |
| Jeff Smith | 344ed41 | 2002-12-24 00:56:33 +0000 | [diff] [blame] | 88 | rpcrt4/ - Remote Procedure Call runtime |
| 89 | serialui/ - Serial port property pages |
| 90 | setupapi/ - Setup interface |
| 91 | shdocvw/ - Shell document object and control |
| 92 | shfolder/ - Shell folder service |
| Klaas van Gend | 0a7aa16 | 1999-06-05 11:52:46 +0000 | [diff] [blame] | 93 | shell32/ - COM object implementing shell views |
| Jeff Smith | 344ed41 | 2002-12-24 00:56:33 +0000 | [diff] [blame] | 94 | shlwapi/ - Shell Light-Weight interface |
| 95 | snmpapi/ - SNMP protocol interface (networking) |
| 96 | sti/ - Still Image service |
| 97 | tapi32/ - Telephone interface |
| Alexandre Julliard | c513a30 | 2002-09-18 23:11:19 +0000 | [diff] [blame] | 98 | ttydrv/ - TTY display driver (Wine specific) |
| Jeff Smith | 344ed41 | 2002-12-24 00:56:33 +0000 | [diff] [blame] | 99 | twain/ - TWAIN Imaging device communications |
| 100 | url/ - Internet shortcut shell extension |
| Mike Hearn | 4ebc806 | 2003-08-27 02:03:52 +0000 | [diff] [blame] | 101 | urlmon/ - URL Moniker allows binding to a URL (like KIO/gnome-vfs) |
| Alexandre Julliard | c513a30 | 2002-09-18 23:11:19 +0000 | [diff] [blame] | 102 | user/ - Window management, standard controls, etc. |
| Jeff Smith | 344ed41 | 2002-12-24 00:56:33 +0000 | [diff] [blame] | 103 | version/ - File installation library |
| 104 | win32s/ - 32-bit function access for 16-bit systems |
| Eric Pouech | 19dc208 | 1999-10-31 22:15:58 +0000 | [diff] [blame] | 105 | winaspi/ - 16 bit Advanced SCSI Peripheral Interface |
| Mike Hearn | 4ebc806 | 2003-08-27 02:03:52 +0000 | [diff] [blame] | 106 | winedos/ - DOS features and BIOS calls (interrupts) (wine specific) |
| Alexandre Julliard | c513a30 | 2002-09-18 23:11:19 +0000 | [diff] [blame] | 107 | wineps/ - Postscript driver (Wine specific) |
| Jeff Smith | 344ed41 | 2002-12-24 00:56:33 +0000 | [diff] [blame] | 108 | wininet/ - Internet extensions |
| 109 | winmm/ - Multimedia (16 & 32 bit) |
| 110 | mciXXX/ - Various MCI drivers |
| 111 | midimap/ - MIDI mapper |
| 112 | wavemap/ - Audio mapper |
| 113 | winealsa/ - ALSA audio driver |
| 114 | winearts/ - aRts audio driver |
| 115 | winejack/ - JACK audio server driver |
| 116 | wineoss/ - OSS audio driver |
| Sylvain Petreolle | 2028110 | 2002-05-06 20:08:43 +0000 | [diff] [blame] | 117 | winnls/ - National Language Support |
| Jeff Smith | 344ed41 | 2002-12-24 00:56:33 +0000 | [diff] [blame] | 118 | winsock/ - Sockets 2.0 (networking) |
| 119 | wsock32/ - Sockets 1.1 (networking) |
| 120 | wintab32/ - Tablet device interface |
| Sylvain Petreolle | 2028110 | 2002-05-06 20:08:43 +0000 | [diff] [blame] | 121 | winspool/ - Printing & Print Spooler |
| Jeff Smith | 344ed41 | 2002-12-24 00:56:33 +0000 | [diff] [blame] | 122 | wintrust/ - Trust verification interface |
| 123 | wow32/ - WOW subsystem |
| Alexandre Julliard | c513a30 | 2002-09-18 23:11:19 +0000 | [diff] [blame] | 124 | x11drv/ - X11 display driver (Wine specific) |
| Douglas Ridgway | 692389d | 1998-11-22 16:56:44 +0000 | [diff] [blame] | 125 | |
| Alexandre Julliard | c513a30 | 2002-09-18 23:11:19 +0000 | [diff] [blame] | 126 | Winelib programs: |
| 127 | ----------------- |
| Alexandre Julliard | 889f742 | 1997-04-15 17:19:52 +0000 | [diff] [blame] | 128 | |
| Alexandre Julliard | c513a30 | 2002-09-18 23:11:19 +0000 | [diff] [blame] | 129 | programs/ - All the Winelib programs |
| Jeff Smith | 344ed41 | 2002-12-24 00:56:33 +0000 | [diff] [blame] | 130 | |
| 131 | avitools/ - AVI information viewer and player |
| 132 | clock/ - Graphical clock |
| 133 | cmdlgtst/ - Common dialog tests |
| 134 | control/ - Control panel |
| 135 | expand/ - Decompress Lempel-Ziv compressed archive |
| 136 | notepad/ - Notepad with RichEdit functionality |
| 137 | osversioncheck/ - Check version of Windows being indicated |
| 138 | progman/ - Program manager |
| 139 | regapi/ - Command line Registry implementation |
| 140 | regedit/ - Registry editor |
| 141 | regsvr32/ - Register COM server |
| 142 | regtest/ - Registry testing program |
| 143 | rpcss/ - RPC services |
| 144 | rundll32/ - Execute DLL functions directly |
| 145 | uninstaller/ - Remove installed programs |
| 146 | view/ - Metafile viewer |
| 147 | wcmd/ - Command line interface |
| 148 | wineconsole/ - Console |
| 149 | winedbg/ - Debugger |
| 150 | winefile/ - File manager |
| 151 | winemine/ - Mine game |
| 152 | winepath/ - Translate between Wine and Unix paths |
| 153 | winhelp/ - Help viewer |
| 154 | winver/ - Windows Version Program |
| Alexandre Julliard | 889f742 | 1997-04-15 17:19:52 +0000 | [diff] [blame] | 155 | |
| Alexandre Julliard | 889f742 | 1997-04-15 17:19:52 +0000 | [diff] [blame] | 156 | |
| Alexandre Julliard | c513a30 | 2002-09-18 23:11:19 +0000 | [diff] [blame] | 157 | Support programs, libraries, etc: |
| 158 | --------------------------------- |
| 159 | |
| 160 | documentation/ - some documentation |
| 161 | include/ - Windows standard includes |
| Mike Hearn | 4ebc806 | 2003-08-27 02:03:52 +0000 | [diff] [blame] | 162 | libs/ - the Wine libraries |
| Alexandre Julliard | c513a30 | 2002-09-18 23:11:19 +0000 | [diff] [blame] | 163 | miscemu/ - the main Wine program |
| Jeff Smith | 344ed41 | 2002-12-24 00:56:33 +0000 | [diff] [blame] | 164 | server/ - the Wine server |
| Dimitrie O. Paun | 0a25be1 | 2003-07-19 03:08:45 +0000 | [diff] [blame] | 165 | tools/ - relay code builder, resource compiler, etc. |
| Alexandre Julliard | c513a30 | 2002-09-18 23:11:19 +0000 | [diff] [blame] | 166 | unicode/ - Unicode support shared |
| Alexandre Julliard | 889f742 | 1997-04-15 17:19:52 +0000 | [diff] [blame] | 167 | |
| 168 | |
| Alexandre Julliard | c513a30 | 2002-09-18 23:11:19 +0000 | [diff] [blame] | 169 | Miscellaneous: |
| 170 | -------------- |
| Alexandre Julliard | 889f742 | 1997-04-15 17:19:52 +0000 | [diff] [blame] | 171 | |
| Alexandre Julliard | c513a30 | 2002-09-18 23:11:19 +0000 | [diff] [blame] | 172 | Note: these directories will ultimately get moved into their |
| 173 | respective dlls. |
| 174 | |
| 175 | files/ - KERNEL file I/O |
| Alexandre Julliard | c513a30 | 2002-09-18 23:11:19 +0000 | [diff] [blame] | 176 | loader/ - KERNEL loader code |
| 177 | memory/ - KERNEL memory management |
| 178 | misc/ - KERNEL shell, registry, winsock, etc. |
| 179 | msdos/ - KERNEL DOS support |
| 180 | relay32/ - KERNEL 32-bit relay code |
| 181 | scheduler/ - KERNEL process and thread management |
| 182 | win32/ - KERNEL misc Win32 functions |
| 183 | |
| 184 | graphics/ - GDI graphics drivers |
| 185 | objects/ - GDI logical objects |
| 186 | |
| 187 | controls/ - USER built-in widgets |
| 188 | windows/ - USER window management |
| 189 | |
| Alexandre Julliard | 889f742 | 1997-04-15 17:19:52 +0000 | [diff] [blame] | 190 | |
| Klaas van Gend | 0a7aa16 | 1999-06-05 11:52:46 +0000 | [diff] [blame] | 191 | |
| Alexandre Julliard | c7c217b | 1998-04-13 12:21:30 +0000 | [diff] [blame] | 192 | IMPLEMENTING NEW API CALLS |
| 193 | ========================== |
| 194 | |
| Alexandre Julliard | c513a30 | 2002-09-18 23:11:19 +0000 | [diff] [blame] | 195 | This is the simple version, and covers only Win32. Win16 is slightly |
| 196 | uglier, because of the Pascal heritage and the segmented memory model. |
| Alexandre Julliard | c7c217b | 1998-04-13 12:21:30 +0000 | [diff] [blame] | 197 | |
| Alexandre Julliard | c513a30 | 2002-09-18 23:11:19 +0000 | [diff] [blame] | 198 | All of the Win32 APIs known to Wine are listed in the .spec file of |
| 199 | their corresponding dll. An unimplemented call will look like (from |
| 200 | gdi32.spec) |
| Alexandre Julliard | c7c217b | 1998-04-13 12:21:30 +0000 | [diff] [blame] | 201 | 269 stub PolyBezierTo |
| 202 | To implement this call, you need to do the following four things. |
| 203 | |
| 204 | 1. Find the appropriate parameters for the call, and add a prototype to |
| Klaas van Gend | 0a7aa16 | 1999-06-05 11:52:46 +0000 | [diff] [blame] | 205 | the correct header file. In this case, that means [include/wingdi.h], |
| 206 | and it might look like |
| Alexandre Julliard | 9f69d89 | 1999-02-26 12:33:21 +0000 | [diff] [blame] | 207 | BOOL WINAPI PolyBezierTo(HDC, LPCVOID, DWORD); |
| 208 | If the function has both an ASCII and a Unicode version, you need to |
| 209 | define both and add a #define WINELIB_NAME_AW declaration. See below |
| 210 | for discussion of function naming conventions. |
| Alexandre Julliard | c7c217b | 1998-04-13 12:21:30 +0000 | [diff] [blame] | 211 | |
| 212 | 2. Modify the .spec file to tell Wine that the function has an |
| 213 | implementation, what the parameters look like and what Wine function |
| 214 | to use for the implementation. In Win32, things are simple--everything |
| 215 | is 32-bits. However, the relay code handles pointers and pointers to |
| 216 | strings slightly differently, so you should use 'str' and 'wstr' for |
| 217 | strings, 'ptr' for other pointer types, and 'long' for everything else. |
| Alexandre Julliard | 9f69d89 | 1999-02-26 12:33:21 +0000 | [diff] [blame] | 218 | 269 stdcall PolyBezierTo(long ptr long) PolyBezierTo |
| 219 | The 'PolyBezierTo' at the end of the line is which Wine function to use |
| Alexandre Julliard | c7c217b | 1998-04-13 12:21:30 +0000 | [diff] [blame] | 220 | for the implementation. |
| 221 | |
| 222 | 3. Implement the function as a stub. Once you add the function to the .spec |
| 223 | file, you must add the function to the Wine source before it will link. |
| Alexandre Julliard | 9f69d89 | 1999-02-26 12:33:21 +0000 | [diff] [blame] | 224 | Add a function called 'PolyBezierTo' somewhere. Good things to put |
| Alexandre Julliard | c7c217b | 1998-04-13 12:21:30 +0000 | [diff] [blame] | 225 | into a stub: |
| 226 | o a correct prototype, including the WINAPI |
| 227 | o header comments, including full documentation for the function and |
| Klaas van Gend | 0a7aa16 | 1999-06-05 11:52:46 +0000 | [diff] [blame] | 228 | arguments (see documentation/README.documentation) |
| Alexandre Julliard | c7c217b | 1998-04-13 12:21:30 +0000 | [diff] [blame] | 229 | o A FIXME message and an appropriate return value are good things to |
| 230 | put in a stub. |
| 231 | |
| 232 | /************************************************************ |
| Klaas van Gend | 0a7aa16 | 1999-06-05 11:52:46 +0000 | [diff] [blame] | 233 | * PolyBezierTo (GDI32.269) |
| 234 | * |
| Jon Griffiths | f554f8f | 2003-07-18 22:54:14 +0000 | [diff] [blame] | 235 | * Draw many Bezier curves. |
| Klaas van Gend | 0a7aa16 | 1999-06-05 11:52:46 +0000 | [diff] [blame] | 236 | * |
| 237 | * RETURNS |
| Jon Griffiths | f554f8f | 2003-07-18 22:54:14 +0000 | [diff] [blame] | 238 | * Success: Non-zero. |
| 239 | * Failure: FALSE. Use GetLastError() to find the error cause. |
| Alexandre Julliard | c7c217b | 1998-04-13 12:21:30 +0000 | [diff] [blame] | 240 | * |
| 241 | * BUGS |
| 242 | * Unimplemented |
| 243 | */ |
| Jon Griffiths | f554f8f | 2003-07-18 22:54:14 +0000 | [diff] [blame] | 244 | BOOL WINAPI PolyBezierTo(HDC hdc, /* [In] Device context to draw to */ |
| 245 | LPCVOID p, /* [In] Array of POINT structs */ |
| 246 | DWORD count /* [In] Number of points in p */ |
| Klaas van Gend | 0a7aa16 | 1999-06-05 11:52:46 +0000 | [diff] [blame] | 247 | ) |
| 248 | { |
| 249 | /* tell the user they've got a substandard implementation */ |
| Alexandre Julliard | c7c217b | 1998-04-13 12:21:30 +0000 | [diff] [blame] | 250 | FIXME(gdi, ":(%x,%p,%d): stub\n", hdc, p, count); |
| Klaas van Gend | 0a7aa16 | 1999-06-05 11:52:46 +0000 | [diff] [blame] | 251 | |
| 252 | /* some programs may be able to compensate, |
| 253 | * if they know what happened |
| 254 | */ |
| Alexandre Julliard | c7c217b | 1998-04-13 12:21:30 +0000 | [diff] [blame] | 255 | SetLastError(ERROR_CALL_NOT_IMPLEMENTED); |
| 256 | return FALSE; /* error value */ |
| 257 | } |
| 258 | |
| Klaas van Gend | 0a7aa16 | 1999-06-05 11:52:46 +0000 | [diff] [blame] | 259 | 4. Implement and test the rest of the function. |
| 260 | |
| Alexandre Julliard | 889f742 | 1997-04-15 17:19:52 +0000 | [diff] [blame] | 261 | |
| Eric Pouech | 19dc208 | 1999-10-31 22:15:58 +0000 | [diff] [blame] | 262 | IMPLEMENTING A NEW DLL |
| 263 | ====================== |
| 264 | |
| Eric Pouech | 31b41cf | 1999-12-05 02:16:24 +0000 | [diff] [blame] | 265 | Generic directions |
| 266 | ------------------ |
| 267 | |
| Eric Pouech | 19dc208 | 1999-10-31 22:15:58 +0000 | [diff] [blame] | 268 | Apart from writing the set of needed .c files, you also need to do the |
| 269 | following: |
| 270 | |
| 271 | 1. Create a directory <MyDll> where to store the implementation of |
| Alexandre Julliard | c513a30 | 2002-09-18 23:11:19 +0000 | [diff] [blame] | 272 | the DLL. This directory has to be put under the dlls/ directory. |
| 273 | If the DLL exists under Windows as both 16 and 32 bit DLL, you |
| 274 | should have a single directory with both implementations. |
| Eric Pouech | 19dc208 | 1999-10-31 22:15:58 +0000 | [diff] [blame] | 275 | |
| 276 | 2. Create the Makefile.in in the ./dlls/<MyDll>/ directory. You can |
| 277 | copy an existing Makefile.in from another ./dlls/ subdirectory. |
| Alexandre Julliard | c513a30 | 2002-09-18 23:11:19 +0000 | [diff] [blame] | 278 | You need at least to change the MODULE and C_SRCS macros. |
| Eric Pouech | 19dc208 | 1999-10-31 22:15:58 +0000 | [diff] [blame] | 279 | |
| Alexandre Julliard | c513a30 | 2002-09-18 23:11:19 +0000 | [diff] [blame] | 280 | 3. Add the directory in ./configure.ac (in AC_OUTPUT macro at the end |
| 281 | of the file to trigger the Makefile generation) |
| Eric Pouech | 19dc208 | 1999-10-31 22:15:58 +0000 | [diff] [blame] | 282 | |
| Alexandre Julliard | c513a30 | 2002-09-18 23:11:19 +0000 | [diff] [blame] | 283 | 4. Run ./make_dlls in the dlls directory to update Makefile.in in |
| 284 | that directory. |
| Eric Pouech | 19dc208 | 1999-10-31 22:15:58 +0000 | [diff] [blame] | 285 | |
| Alexandre Julliard | c513a30 | 2002-09-18 23:11:19 +0000 | [diff] [blame] | 286 | 5. You can now regenerate ./configure file (with 'make configure') |
| Eric Pouech | 19dc208 | 1999-10-31 22:15:58 +0000 | [diff] [blame] | 287 | and the various Makefiles (with 'configure; make depend') (run |
| 288 | from the top of Wine's tree). |
| Alexandre Julliard | c513a30 | 2002-09-18 23:11:19 +0000 | [diff] [blame] | 289 | You should now have a Makefile file in ./dlls/<MyDll>/ |
| Eric Pouech | 19dc208 | 1999-10-31 22:15:58 +0000 | [diff] [blame] | 290 | |
| Alexandre Julliard | c513a30 | 2002-09-18 23:11:19 +0000 | [diff] [blame] | 291 | 6. Create the .spec file for the DLL exported functions in your |
| Eric Pouech | 19dc208 | 1999-10-31 22:15:58 +0000 | [diff] [blame] | 292 | directory. Refer to 'Implementation of new API calls' earlier in |
| 293 | this document for more information on this part. |
| 294 | |
| Alexandre Julliard | c513a30 | 2002-09-18 23:11:19 +0000 | [diff] [blame] | 295 | 7. You can now start adding .c files. For the .h files, if they are |
| 296 | standard Windows one, put them in include/. If they are linked to |
| 297 | *your* implementation of the dll, put them in your newly created |
| 298 | directory. |
| Eric Pouech | 19dc208 | 1999-10-31 22:15:58 +0000 | [diff] [blame] | 299 | |
| Eric Pouech | 31b41cf | 1999-12-05 02:16:24 +0000 | [diff] [blame] | 300 | Debug channels |
| 301 | -------------- |
| 302 | |
| Eric Pouech | 19dc208 | 1999-10-31 22:15:58 +0000 | [diff] [blame] | 303 | If you need to create a new debug channel, just add the |
| Dimitrie O. Paun | d95ce8c | 2002-09-18 18:29:59 +0000 | [diff] [blame] | 304 | WINE_DEFAULT_DEBUG_CHANNEL to your .c file(s), and use them. |
| 305 | All the housekeeping will happen automatically. |
| Eric Pouech | 19dc208 | 1999-10-31 22:15:58 +0000 | [diff] [blame] | 306 | |
| Eric Pouech | 31b41cf | 1999-12-05 02:16:24 +0000 | [diff] [blame] | 307 | Resources |
| 308 | --------- |
| 309 | |
| Jeff Smith | 344ed41 | 2002-12-24 00:56:33 +0000 | [diff] [blame] | 310 | If you also need to add resources to your DLL, then create the .rc |
| Alexandre Julliard | c513a30 | 2002-09-18 23:11:19 +0000 | [diff] [blame] | 311 | file. Add to your ./dlls/<MyDll>/Makefile.in, in the RC_SRCS macro, |
| 312 | the list of .rc files to add to the DLL. See dlls/comctl32/ for an |
| 313 | example of this. |
| Eric Pouech | 31b41cf | 1999-12-05 02:16:24 +0000 | [diff] [blame] | 314 | |
| 315 | Thunking |
| 316 | -------- |
| 317 | |
| 318 | If you're building a 16 & 32 bit DLLs pair, then from the 32 bit code |
| 319 | you might need to call 16 bit routine. The way to do it to add in the |
| 320 | code, fragments like: |
| 321 | /* ### Start build ### */ |
| 322 | extern WORD CALLBACK <PREFIX>_CallTo16_word_wwlll(FARPROC16,WORD,WORD,LONG,LONG,LONG); |
| 323 | /* ### stop build ### */ |
| 324 | Where <PREFIX>_ is an internal prefix for your module. The first |
| 325 | parameter is always of type FARPROC16. Then, you can get the regular |
| 326 | list of parameters. The _word_wwlll indicates the type of return (long |
| 327 | or word) and the size of the parameters (here l=>long, w=>word; which |
| 328 | maps to WORD,WORD,LONG,LONG,LONG. |
| 329 | You can put several functions between the Start/Stop build pair. |
| 330 | |
| Alexandre Julliard | c513a30 | 2002-09-18 23:11:19 +0000 | [diff] [blame] | 331 | You can also read the winebuild manpage for more details on this. |
| Eric Pouech | 31b41cf | 1999-12-05 02:16:24 +0000 | [diff] [blame] | 332 | |
| Alexandre Julliard | c513a30 | 2002-09-18 23:11:19 +0000 | [diff] [blame] | 333 | Then, add to ./dlls/<MyDll>/Makefile.in a line like: |
| 334 | |
| 335 | EXTRA_OBJS = $(MODULE).glue.o |
| Eric Pouech | 31b41cf | 1999-12-05 02:16:24 +0000 | [diff] [blame] | 336 | |
| 337 | See dlls/winmm/ for an example of this. |
| 338 | |
| Alexandre Julliard | 1285c2f | 1996-05-06 16:06:24 +0000 | [diff] [blame] | 339 | MEMORY AND SEGMENTS |
| 340 | =================== |
| Alexandre Julliard | dba420a | 1994-02-02 06:48:31 +0000 | [diff] [blame] | 341 | |
| 342 | NE (Win16) executables consist of multiple segments. The Wine loader |
| Alexandre Julliard | e2abbb1 | 1995-03-19 17:39:39 +0000 | [diff] [blame] | 343 | loads each segment into a unique location in the Wine processes memory |
| 344 | and assigns a selector to that segment. Because of this, it's not |
| 345 | possible to exchange addresses freely between 16-bit and 32-bit code. |
| 346 | Addresses used by 16-bit code are segmented addresses (16:16), formed |
| 347 | by a 16-bit selector and a 16-bit offset. Those used by the Wine code |
| 348 | are regular 32-bit linear addresses. |
| Alexandre Julliard | dba420a | 1994-02-02 06:48:31 +0000 | [diff] [blame] | 349 | |
| Alexandre Julliard | 1e37a18 | 1996-08-18 16:21:52 +0000 | [diff] [blame] | 350 | There are four ways to obtain a segmented pointer: |
| Alexandre Julliard | c513a30 | 2002-09-18 23:11:19 +0000 | [diff] [blame] | 351 | - Using the MapLS function (recommended). |
| Alexandre Julliard | e2abbb1 | 1995-03-19 17:39:39 +0000 | [diff] [blame] | 352 | - Allocate a block of memory from the global heap and use |
| 353 | WIN16_GlobalLock to get its segmented address. |
| Alexandre Julliard | e2abbb1 | 1995-03-19 17:39:39 +0000 | [diff] [blame] | 354 | - Declare the argument as 'segptr' instead of 'ptr' in the spec file |
| 355 | for a given API function. |
| Alexandre Julliard | dba420a | 1994-02-02 06:48:31 +0000 | [diff] [blame] | 356 | |
| Alexandre Julliard | e2abbb1 | 1995-03-19 17:39:39 +0000 | [diff] [blame] | 357 | Once you have a segmented pointer, it must be converted to a linear |
| 358 | pointer before you can use it from 32-bit code. This can be done with |
| Alexandre Julliard | c513a30 | 2002-09-18 23:11:19 +0000 | [diff] [blame] | 359 | the MapSL function. The linear pointer can then be used freely with |
| 360 | standard Unix functions like memcpy() etc. without worrying about 64k |
| 361 | boundaries. Note: there's no easy way to convert back from a linear |
| 362 | to a segmented address. |
| Alexandre Julliard | dba420a | 1994-02-02 06:48:31 +0000 | [diff] [blame] | 363 | |
| Alexandre Julliard | e2abbb1 | 1995-03-19 17:39:39 +0000 | [diff] [blame] | 364 | In most cases, you don't need to worry about segmented address, as the |
| 365 | conversion is made automatically by the callback code and the API |
| 366 | functions only see linear addresses. However, in some cases it is |
| 367 | necessary to manipulate segmented addresses; the most frequent cases |
| 368 | are: |
| 369 | - API functions that return a pointer |
| 370 | - lParam of Windows messages that point to a structure |
| 371 | - Pointers contained inside structures accessed by 16-bit code. |
| Alexandre Julliard | dba420a | 1994-02-02 06:48:31 +0000 | [diff] [blame] | 372 | |
| Alexandre Julliard | e2abbb1 | 1995-03-19 17:39:39 +0000 | [diff] [blame] | 373 | It is usually a good practice to used the type 'SEGPTR' for segmented |
| 374 | pointers, instead of something like 'LPSTR' or 'char *'. As SEGPTR is |
| 375 | defined as a DWORD, you'll get a compilation warning if you mistakenly |
| 376 | use it as a regular 32-bit pointer. |
| Alexandre Julliard | dba420a | 1994-02-02 06:48:31 +0000 | [diff] [blame] | 377 | |
| Alexandre Julliard | 1285c2f | 1996-05-06 16:06:24 +0000 | [diff] [blame] | 378 | |
| Alexandre Julliard | 2d93d00 | 1996-05-21 15:01:41 +0000 | [diff] [blame] | 379 | STRUCTURE PACKING |
| 380 | ================= |
| 381 | |
| 382 | Under Windows, data structures are tightly packed, i.e. there is no |
| 383 | padding between structure members. On the other hand, by default gcc |
| 384 | aligns structure members (e.g. WORDs are on a WORD boundary, etc.). |
| 385 | This means that a structure like |
| 386 | |
| 387 | struct { BYTE x; WORD y; }; |
| 388 | |
| 389 | will take 3 bytes under Windows, but 4 with gcc, because gcc will add a |
| 390 | dummy byte between x and y. To have the correct layout for structures |
| Klaas van Gend | 0a7aa16 | 1999-06-05 11:52:46 +0000 | [diff] [blame] | 391 | used by Windows code, you need to embed the struct within two special |
| 392 | #include's which will take care of the packing for you: |
| 393 | |
| 394 | #include "pshpack1.h" |
| Eric Pouech | 19dc208 | 1999-10-31 22:15:58 +0000 | [diff] [blame] | 395 | struct { BYTE x; WORD y; }; |
| Klaas van Gend | 0a7aa16 | 1999-06-05 11:52:46 +0000 | [diff] [blame] | 396 | #include "poppack1.h" |
| 397 | |
| 398 | For alignment on a 2-byte boundary, there is a "pshpack2.h", etc. |
| 399 | |
| 400 | The use of the WINE_PACKED attribute is obsolete. Please remove these |
| 401 | in favour of the above solution. |
| 402 | Using WINE_PACKED, you would declare the above structure like this: |
| Alexandre Julliard | 2d93d00 | 1996-05-21 15:01:41 +0000 | [diff] [blame] | 403 | |
| 404 | struct { BYTE x; WORD y WINE_PACKED; }; |
| 405 | |
| Klaas van Gend | 0a7aa16 | 1999-06-05 11:52:46 +0000 | [diff] [blame] | 406 | You had to do this every time a structure member is not aligned |
| Alexandre Julliard | 2d93d00 | 1996-05-21 15:01:41 +0000 | [diff] [blame] | 407 | correctly under Windows (i.e. a WORD not on an even address, or a |
| Klaas van Gend | 0a7aa16 | 1999-06-05 11:52:46 +0000 | [diff] [blame] | 408 | DWORD on a address that was not a multiple of 4). |
| Alexandre Julliard | 2d93d00 | 1996-05-21 15:01:41 +0000 | [diff] [blame] | 409 | |
| 410 | |
| Alexandre Julliard | 1285c2f | 1996-05-06 16:06:24 +0000 | [diff] [blame] | 411 | NAMING CONVENTIONS FOR API FUNCTIONS AND TYPES |
| 412 | ============================================== |
| 413 | |
| 414 | In order to support both Win16 and Win32 APIs within the same source |
| Douglas Ridgway | 692389d | 1998-11-22 16:56:44 +0000 | [diff] [blame] | 415 | code, the following convention must be used in naming all API |
| Alexandre Julliard | 1285c2f | 1996-05-06 16:06:24 +0000 | [diff] [blame] | 416 | functions and types. If the Windows API uses the name 'xxx', the Wine |
| 417 | code must use: |
| 418 | |
| Alexandre Julliard | 9f69d89 | 1999-02-26 12:33:21 +0000 | [diff] [blame] | 419 | - 'xxx16' for the Win16 version, |
| 420 | - 'xxx' for the Win32 version when no ASCII/Unicode strings are |
| Alexandre Julliard | 1285c2f | 1996-05-06 16:06:24 +0000 | [diff] [blame] | 421 | involved, |
| Alexandre Julliard | 9f69d89 | 1999-02-26 12:33:21 +0000 | [diff] [blame] | 422 | - 'xxxA' for the Win32 version with ASCII strings, |
| 423 | - 'xxxW' for the Win32 version with Unicode strings. |
| Alexandre Julliard | 1285c2f | 1996-05-06 16:06:24 +0000 | [diff] [blame] | 424 | |
| Alexandre Julliard | 9f69d89 | 1999-02-26 12:33:21 +0000 | [diff] [blame] | 425 | If the function has both ASCII and Unicode version, you should then |
| 426 | use the macros WINELIB_NAME_AW(xxx) or DECL_WINELIB_TYPE_AW(xxx) |
| Jim Aston | 0768424 | 1999-07-18 13:28:59 +0000 | [diff] [blame] | 427 | (defined in include/windef.h) to define the correct 'xxx' function |
| Alexandre Julliard | 9f69d89 | 1999-02-26 12:33:21 +0000 | [diff] [blame] | 428 | or type for Winelib. When compiling Wine itself, 'xxx' is _not_ |
| 429 | defined, meaning that code inside of Wine must always specify |
| 430 | explicitly the ASCII or Unicode version. |
| Alexandre Julliard | 1285c2f | 1996-05-06 16:06:24 +0000 | [diff] [blame] | 431 | |
| Alexandre Julliard | 9f69d89 | 1999-02-26 12:33:21 +0000 | [diff] [blame] | 432 | If 'xxx' is the same in Win16 and Win32, you can simply use the same |
| 433 | name as Windows, i.e. just 'xxx'. If 'xxx' is Win16 only, you could |
| 434 | use the name as is, but it's preferable to use 'xxx16' to make it |
| 435 | clear it is a Win16 function. |
| Alexandre Julliard | 1285c2f | 1996-05-06 16:06:24 +0000 | [diff] [blame] | 436 | |
| 437 | Examples: |
| 438 | |
| Alexandre Julliard | 9f69d89 | 1999-02-26 12:33:21 +0000 | [diff] [blame] | 439 | typedef struct { /* Win32 ASCII data structure */ } WNDCLASSA; |
| 440 | typedef struct { /* Win32 Unicode data structure */ } WNDCLASSW; |
| Alexandre Julliard | 1285c2f | 1996-05-06 16:06:24 +0000 | [diff] [blame] | 441 | typedef struct { /* Win16 data structure */ } WNDCLASS16; |
| 442 | DECL_WINELIB_TYPE_AW(WNDCLASS); |
| 443 | |
| 444 | ATOM RegisterClass16( WNDCLASS16 * ); |
| Alexandre Julliard | 9f69d89 | 1999-02-26 12:33:21 +0000 | [diff] [blame] | 445 | ATOM RegisterClassA( WNDCLASSA * ); |
| 446 | ATOM RegisterClassW( WNDCLASSW * ); |
| Alexandre Julliard | 1285c2f | 1996-05-06 16:06:24 +0000 | [diff] [blame] | 447 | #define RegisterClass WINELIB_NAME_AW(RegisterClass) |
| 448 | |
| 449 | The Winelib user can then say: |
| 450 | |
| Alexandre Julliard | 1285c2f | 1996-05-06 16:06:24 +0000 | [diff] [blame] | 451 | WNDCLASS wc = { ... }; |
| 452 | RegisterClass( &wc ); |
| 453 | |
| 454 | and this will use the correct declaration depending on the definition |
| Alexandre Julliard | 9f69d89 | 1999-02-26 12:33:21 +0000 | [diff] [blame] | 455 | of the UNICODE symbol. |
| Alexandre Julliard | 1285c2f | 1996-05-06 16:06:24 +0000 | [diff] [blame] | 456 | |
| 457 | |
| Klaas van Gend | 0a7aa16 | 1999-06-05 11:52:46 +0000 | [diff] [blame] | 458 | NAMING CONVENTIONS FOR NON-API FUNCTIONS AND TYPES |
| 459 | ================================================== |
| 460 | |
| 461 | Functions and data which are internal to your code (or at least shouldn't be |
| Francois Gouget | e550ebe | 2000-12-02 20:17:13 +0000 | [diff] [blame] | 462 | visible to any Winelib or Windows program) should be preceded by |
| Klaas van Gend | 0a7aa16 | 1999-06-05 11:52:46 +0000 | [diff] [blame] | 463 | an identifier to the module: |
| 464 | |
| 465 | Examples: |
| 466 | |
| 467 | ENUMPRINTERS_GetDWORDFromRegistryA() (in dlls/winspool/info.c) |
| 468 | IAVIFile_fnRelease() (in dlls/avifil32/avifile.c) |
| 469 | X11DRV_CreateDC() (in graphics/x11drv/init.c) |
| Klaas van Gend | 0a7aa16 | 1999-06-05 11:52:46 +0000 | [diff] [blame] | 470 | |
| 471 | if you need prototypes for these, there are a few possibilities: |
| 472 | - within same source file only: |
| 473 | put the prototypes at the top of your file and mark them as prototypes. |
| 474 | - within the same module: |
| 475 | create a header file within the subdirectory where that module resides, |
| 476 | e.g. graphics/ddraw_private.h |
| 477 | - from a totally different module, or for use in winelib: |
| Alexandre Julliard | c513a30 | 2002-09-18 23:11:19 +0000 | [diff] [blame] | 478 | you should never do that. Only exported APIs can be called across |
| 479 | module boundaries. |
| Alexandre Julliard | 8d24ae6 | 1994-04-05 21:42:43 +0000 | [diff] [blame] | 480 | |
| Alexandre Julliard | 1285c2f | 1996-05-06 16:06:24 +0000 | [diff] [blame] | 481 | |
| 482 | DEBUG MESSAGES |
| 483 | ============== |
| Alexandre Julliard | aca0578 | 1994-10-17 18:12:41 +0000 | [diff] [blame] | 484 | |
| 485 | To display a message only during debugging, you normally write something |
| 486 | like this: |
| 487 | |
| Dimitrie O. Paun | d95ce8c | 2002-09-18 18:29:59 +0000 | [diff] [blame] | 488 | TRACE("abc..."); or |
| 489 | FIXME("abc..."); or |
| 490 | WARN("abc..."); or |
| 491 | ERR("abc..."); |
| Alexandre Julliard | aca0578 | 1994-10-17 18:12:41 +0000 | [diff] [blame] | 492 | |
| Alexandre Julliard | 54c2711 | 1998-03-29 19:44:57 +0000 | [diff] [blame] | 493 | depending on the seriousness of the problem. (documentation/degug-msgs |
| Dimitrie O. Paun | d95ce8c | 2002-09-18 18:29:59 +0000 | [diff] [blame] | 494 | explains when it is appropriate to use each of them). You need to declare |
| 495 | the debug channel name at the top of the file (after the includes) using |
| 496 | the WINE_DEFAULT_DEBUG_CHANNEL macro, like so: |
| Alexandre Julliard | aca0578 | 1994-10-17 18:12:41 +0000 | [diff] [blame] | 497 | |
| Dimitrie O. Paun | d95ce8c | 2002-09-18 18:29:59 +0000 | [diff] [blame] | 498 | WINE_DEFAULT_DEBUG_CHANNEL(win); |
| Alexandre Julliard | aca0578 | 1994-10-17 18:12:41 +0000 | [diff] [blame] | 499 | |
| Dimitrie O. Paun | d95ce8c | 2002-09-18 18:29:59 +0000 | [diff] [blame] | 500 | If your debugging code is more complex than just printf, you can use |
| 501 | the macros: |
| 502 | |
| 503 | TRACE_ON(xxx), WARN_ON(xxx), ERR_ON(xxx) and FIXME_ON(xxx) |
| 504 | |
| 505 | to test if the given channel is enabled. Thus, you can write: |
| 506 | |
| 507 | if (TRACE_ON(win)) DumpSomeStructure(&str); |
| Alexandre Julliard | 234bc24 | 1994-12-10 13:02:28 +0000 | [diff] [blame] | 508 | |
| Alexandre Julliard | 234bc24 | 1994-12-10 13:02:28 +0000 | [diff] [blame] | 509 | Don't worry about the inefficiency of the test. If it is permanently |
| Alexandre Julliard | 54c2711 | 1998-03-29 19:44:57 +0000 | [diff] [blame] | 510 | disabled (that is TRACE_ON(win) is 0 at compile time), the compiler will |
| Alexandre Julliard | 234bc24 | 1994-12-10 13:02:28 +0000 | [diff] [blame] | 511 | eliminate the dead code. |
| Alexandre Julliard | aca0578 | 1994-10-17 18:12:41 +0000 | [diff] [blame] | 512 | |
| Alexandre Julliard | 54c2711 | 1998-03-29 19:44:57 +0000 | [diff] [blame] | 513 | For more info about debugging messages, read: |
| 514 | |
| 515 | documentation/debug-msgs |
| 516 | |
| Alexandre Julliard | 23946ad | 1997-06-16 17:43:53 +0000 | [diff] [blame] | 517 | |
| 518 | MORE INFO |
| 519 | ========= |
| 520 | |
| Alexandre Julliard | 33072e1 | 1997-06-29 18:08:02 +0000 | [diff] [blame] | 521 | 1. There is a FREE online version of the MSDN library (including |
| Jeff Smith | 344ed41 | 2002-12-24 00:56:33 +0000 | [diff] [blame] | 522 | documentation for the Win32 API) on http://msdn.microsoft.com/ |
| Mike Hearn | 4ebc806 | 2003-08-27 02:03:52 +0000 | [diff] [blame] | 523 | or http://www.msdn.com/ |
| Alexandre Julliard | 23946ad | 1997-06-16 17:43:53 +0000 | [diff] [blame] | 524 | |
| Tom Wickline | 7be37f4 | 2003-06-30 02:05:07 +0000 | [diff] [blame] | 525 | 2. Windows apilist: http://www.mentalis.org/apilist/apilist.php |
| Alexandre Julliard | 23946ad | 1997-06-16 17:43:53 +0000 | [diff] [blame] | 526 | |
| Tom Wickline | 7be37f4 | 2003-06-30 02:05:07 +0000 | [diff] [blame] | 527 | 3. http://www.sonic.net/~undoc/bookstore.html |
| Alexandre Julliard | 33072e1 | 1997-06-29 18:08:02 +0000 | [diff] [blame] | 528 | |
| Tom Wickline | 7be37f4 | 2003-06-30 02:05:07 +0000 | [diff] [blame] | 529 | 4. In 1993 Dr. Dobbs Journal published a column called "Undocumented Corner". |