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