blob: 6cc8fbba04a7f54b1cbf3f1c1db10fa89ef53447 [file] [log] [blame]
Douglas Ridgway692389d1998-11-22 16:56:44 +00001This document should help new developers get started. Like all of Wine, it
2is a work in progress.
Alexandre Julliarddba420a1994-02-02 06:48:31 +00003
Klaas van Gend0a7aa161999-06-05 11:52:46 +00004
Alexandre Julliard889f7421997-04-15 17:19:52 +00005SOURCE TREE STRUCTURE
6=====================
7
Douglas Ridgway692389d1998-11-22 16:56:44 +00008The Wine source tree is loosely based on the original Windows modules.
9Most of the source is concerned with implementing the Wine API, although
10there are also various tools, documentation, sample Winelib code, and
Jeff Smith344ed412002-12-24 00:56:33 +000011code specific to the binary loader. Note that several of the libraries
12listed here are "stubbed out", meaning they still need to be implemented.
Alexandre Julliard889f7421997-04-15 17:19:52 +000013
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +000014DLLs (under dlls/):
15-------------------
Alexandre Julliard889f7421997-04-15 17:19:52 +000016
Dimi Paun2d088c02005-07-26 10:33:10 +000017 activeds/ - Active Directory Service Interface
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +000018 advapi32/ - Crypto, systeminfo, security, eventlogging
Tom Wicklined8f4a0a2004-11-22 18:28:18 +000019 advpack/ - Reads and verifies .INF files
Tom Wicklinec5da9b22004-05-13 19:40:53 +000020 amstream/ - MultiMedia Streams
Dimitrie O. Paun206937e2004-09-22 19:10:37 +000021 atl/ - Active Template Library
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +000022 avicap32/ - AVI capture window class
23 avifil32/ - COM object to play AVI files
24 cabinet/ - Cabinet file interface
25 capi2032/ - Wrapper library for CAPI4Linux access
Tom Wicklinec5da9b22004-05-13 19:40:53 +000026 cards/ - Card graphics
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +000027 cfgmgr32/ - Config manager
28 comcat/ - Component category manager
29 comctl32/ - Common controls
30 commdlg/ - Common dialog boxes (both 16 & 32 bit)
31 crtdll/ - Old C runtime library
32 crypt32/ - Cryptography
Dimitrie O. Paun1b5bc2a2005-04-11 12:52:20 +000033 cryptdll/ - Cryptography Manager
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +000034 ctl3d/ - 3D Effects for Common GUI Components
35 d3d8/ - Direct3D (3D graphics)
36 d3d9/ - Direct3D (3D graphics)
37 d3dim/ - Direct3D Immediate Mode
Ivan Leo Murray-Smith8f14eb02004-05-18 00:54:12 +000038 d3drm/ - Direct3D Retained Mode
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +000039 d3dx8/ - Direct3D (3D graphics)
Tom Wickline49e5fda2004-08-11 23:46:01 +000040 d3dxof/ - DirectX Files Functions
Tom Wicklinec5da9b22004-05-13 19:40:53 +000041 dbghelp/ - Engine for symbol and module enumeration
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +000042 dciman32/ - DCI Manager (graphics)
43 ddraw/ - DirectDraw (graphics)
44 devenum/ - Device enumeration (part of DirectShow)
45 dinput/ - DirectInput (device input)
46 dinput8/ - DirectInput (device input)
Tom Wicklinec24c30f2003-12-31 00:11:25 +000047 dmband/ - DirectMusic Band
48 dmcompos/ - DirectMusic Composer
49 dmime/ - DirectMusic Interactive Engine
50 dmloader/ - DirectMusic Loader
51 dmscript/ - DirectMusic Scripting
52 dmstyle/ - DirectMusic Style Engine
53 dmsynth/ - DirectMusic Software Synthesizer
54 dmusic/ - DirectMusic Core Services
55 dmusic32/ - DirectMusic Legacy Port
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +000056 dplay/ - DirectPlay (networking)
57 dplayx/ - DirectPlay (networking)
Tom Wicklinec5da9b22004-05-13 19:40:53 +000058 dpnet/ - DirectPlay (networking)
Tom Wicklinec24c30f2003-12-31 00:11:25 +000059 dpnhpast/ - DirectPlay NAT Helper PAST
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +000060 dsound/ - DirectSound (audio)
Dimitrie O. Paund9e53ca2004-02-11 23:58:16 +000061 dswave/ - DirectMusic Wave
Tom Wicklinec5da9b22004-05-13 19:40:53 +000062 dxdiagn/ - DirectX Diagnostic Tool
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +000063 gdi/ - GDI (graphics)
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +000064 glu32/ - OpenGL Utility library (graphics)
Dimitrie O. Paun7470fa72003-12-13 03:20:03 +000065 glut32/ - OpenGL Utility Toolkit
Tom Wicklinec5da9b22004-05-13 19:40:53 +000066 hhctrl.ocx/ - HHCTRL OCX implementation
Dimitrie O. Paund9e53ca2004-02-11 23:58:16 +000067 iccvid/ - Radius Cinepak Video Decoder
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +000068 icmp/ - ICMP protocol (networking)
Dimitrie O. Paun29872b82004-02-20 05:13:05 +000069 ifsmgr.vxd/ - IFSMGR VxD implementation
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +000070 imagehlp/ - PE (Portable Executable) Image Helper lib
71 imm32/ - Input Method Manager
72 iphlpapi/ - IP Helper API
Mike McCormack91207422004-09-14 17:43:24 +000073 itss/ - Infotech Structured Storage (HTML Help)
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +000074 kernel/ - The Windows kernel
75 lzexpand/ - Lempel-Ziv compression/decompression
76 mapi32/ - Mail interface
Dimi Paun2d088c02005-07-26 10:33:10 +000077 midimap/ - MIDI mapper
Tom Wickline49e5fda2004-08-11 23:46:01 +000078 mlang/ - Multi Language Support
Dimitrie O. Paun29872b82004-02-20 05:13:05 +000079 mmdevldr.vxd/ - MMDEVLDR VxD implementation
80 monodebg.vxd/ - MONODEBG VxD implementation
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +000081 mpr/ - Multi-Protocol Router (networking)
82 msacm/ - Audio Compression Manager (multimedia)
Dimitrie O. Paun7470fa72003-12-13 03:20:03 +000083 msacm/imaadp32/ - IMA ADPCM Audio Codec
84 msacm/msadp32/ - MS ADPCM Audio Codec
85 msacm/msg711/ - MS G711 Audio Codec (includes A-Law & MU-Law)
86 msacm/winemp3/ - Mpeg Layer 3 Audio Codec
Hans Leidekker51647572004-09-22 04:08:38 +000087 mscms/ - Color Management System
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +000088 msdmo/ - DirectX Media Objects
Dimitrie O. Paun7470fa72003-12-13 03:20:03 +000089 mshtml/ - MS HTML component
Tom Wicklinec5da9b22004-05-13 19:40:53 +000090 msi/ - Microsoft Installer
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +000091 msimg32/ - Gradient and transparency (graphics)
92 msisys/ - System information
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +000093 msnet32/ - Network interface
Tom Wickline49e5fda2004-08-11 23:46:01 +000094 msrle32/ - Video codecs
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +000095 msvcrt/ - C runtime library
96 msvcrt20/ - C runtime library version 2.0
Dimitrie O. Paund9e53ca2004-02-11 23:58:16 +000097 msvcrt40/ - C runtime library version 4.0
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +000098 msvcrtd/ - C runtime library debugging
Dimitrie O. Paund9e53ca2004-02-11 23:58:16 +000099 msvidc32/ - Microsoft Video-1 Decoder
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +0000100 msvideo/ - 16 bit video manager
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +0000101 mswsock/ - Misc networking
Tom Wickline767dd362005-08-23 18:14:52 +0000102 msxml3/ - MSXML Class Factory
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +0000103 netapi32/ - Network interface
Tom Wicklinec24c30f2003-12-31 00:11:25 +0000104 newdev/ - New Hardware Device Library
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +0000105 ntdll/ - NT implementation of kernel calls
Thomas Weidenmueller96e052b2005-07-26 11:30:42 +0000106 objsel/ - Object Picker Dialog
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +0000107 odbc32/ - Open DataBase Connectivity driver manager
Dimi Paun2d088c02005-07-26 10:33:10 +0000108 odbccp32/ - Open DataBase Connectivity driver installer
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +0000109 ole32/ - 32 bit OLE 2.0 libraries
Dimitrie O. Paun7470fa72003-12-13 03:20:03 +0000110 oleacc/ - OLE accessibility support
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +0000111 oleaut32/ - 32 bit OLE 2.0 automation
112 olecli/ - 16 bit OLE client
113 oledlg/ - OLE 2.0 user interface support
114 olepro32/ - 32 bit OLE 2.0 automation
115 olesvr/ - 16 bit OLE server
116 opengl32/ - OpenGL implementation (graphics)
Benjamin Cutler250a8ae2005-04-20 19:15:31 +0000117 powrprof/ - Power Management and Profiling
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +0000118 psapi/ - Process Status interface
119 qcap/ - DirectShow runtime
120 quartz/ - DirectShow runtime
121 rasapi32/ - Remote Access Server interface
Tom Wicklinea812b612005-03-15 15:39:51 +0000122 riched20/ - Rich text editing control version 2.0
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +0000123 richedit/ - Rich text editing control
124 rpcrt4/ - Remote Procedure Call runtime
Dimitrie O. Paun8e7f81c2004-02-16 20:33:37 +0000125 rsabase/ - RSA encryption
Dimi Paun2d088c02005-07-26 10:33:10 +0000126 rsaenh/ - Crypto API (DES, 3DES, RSA, etc.)
Tom Wicklinec5da9b22004-05-13 19:40:53 +0000127 secur32/ - Contains Windows Security functions
Tom Wicklinea812b612005-03-15 15:39:51 +0000128 sensapi/ - System Event Notification Service
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +0000129 serialui/ - Serial port property pages
130 setupapi/ - Setup interface
131 shdocvw/ - Shell document object and control
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +0000132 shell32/ - COM object implementing shell views
Tom Wicklinec5da9b22004-05-13 19:40:53 +0000133 shfolder/ - Shell folder service
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +0000134 shlwapi/ - Shell Light-Weight interface
135 snmpapi/ - SNMP protocol interface (networking)
Dimi Paun2d088c02005-07-26 10:33:10 +0000136 stdole2.tlb/ - OLE Automation typelib
Dimitrie O. Paun1b5bc2a2005-04-11 12:52:20 +0000137 stdole32.tlb/ - Standard OLE typelib
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +0000138 sti/ - Still Image service
139 tapi32/ - Telephone interface
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +0000140 twain/ - TWAIN Imaging device communications
Dimitrie O. Paun7470fa72003-12-13 03:20:03 +0000141 unicows/ - Unicows replacement (Unicode layer for Win9x)
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +0000142 url/ - Internet shortcut shell extension
Dimi Paun2d088c02005-07-26 10:33:10 +0000143 urlmon/ - URL Moniker allows binding to a URL
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +0000144 user/ - Window management, standard controls, etc.
Tom Wickline767dd362005-08-23 18:14:52 +0000145 usp10/ - Uniscribe Script Processor
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +0000146 uxtheme/ - Theme library
Dimitrie O. Paun29872b82004-02-20 05:13:05 +0000147 vdhcp.vxd/ - VDHCP VxD implementation
Tom Wickline49e5fda2004-08-11 23:46:01 +0000148 vdmdbg/ - Virtual DOS machine debug library
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +0000149 version/ - File installation library
Dimitrie O. Paun31dd6892004-02-25 01:25:21 +0000150 vmm.vxd/ - VMM VxD implementation
Tom Wicklinec5da9b22004-05-13 19:40:53 +0000151 vnbt.vxd/ - VNBT VxD implementation
Dimitrie O. Paun29872b82004-02-20 05:13:05 +0000152 vnetbios.vxd/ - VNETBIOS VxD implementation
153 vtdapi.vxd/ - VTDAPI VxD implementation
154 vwin32.vxd/ - VWIN32 VxD implementation
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +0000155 win32s/ - 32-bit function access for 16-bit systems
156 winaspi/ - 16 bit Advanced SCSI Peripheral Interface
Dimitrie O. Paun7470fa72003-12-13 03:20:03 +0000157 wined3d/ - Wine internal Direct3D helper
Dimi Paun2d088c02005-07-26 10:33:10 +0000158 winedos/ - DOS features and BIOS calls (Wine specific)
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +0000159 wineps/ - Postscript driver (Wine specific)
160 wininet/ - Internet extensions
161 winmm/ - Multimedia (16 & 32 bit)
162 winmm/joystick/ - Joystick driver
163 winmm/mcianim/ - MCI animation driver
164 winmm/mciavi/ - MCI video driver
165 winmm/mcicda/ - MCI audio CD driver
166 winmm/mciseq/ - MCI MIDI driver
167 winmm/mciwave/ - MCI wave driver
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +0000168 winmm/wavemap/ - Audio mapper
169 winmm/winealsa/ - ALSA audio driver
170 winmm/winearts/ - aRts audio driver
171 winmm/wineaudioio/ - audioio audio driver
172 winmm/winejack/ - JACK audio server driver
173 winmm/winenas/ - NAS audio driver
174 winmm/wineoss/ - OSS audio driver
175 winnls/ - National Language Support
176 winsock/ - Sockets 2.0 (networking)
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +0000177 winspool/ - Printing & Print Spooler
Tom Wicklinec5da9b22004-05-13 19:40:53 +0000178 wintab32/ - Tablet device interface
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +0000179 wintrust/ - Trust verification interface
Hans Leidekker8d63dfb2005-07-13 11:56:15 +0000180 wldap32/ - LDAP support
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +0000181 wow32/ - WOW subsystem
Tom Wicklinec5da9b22004-05-13 19:40:53 +0000182 wsock32/ - Sockets 1.1 (networking)
Tom Wicklinea812b612005-03-15 15:39:51 +0000183 wtsapi32/ - Terminal Services
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +0000184 x11drv/ - X11 display driver (Wine specific)
Douglas Ridgway692389d1998-11-22 16:56:44 +0000185
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +0000186Winelib programs (under programs/):
187-----------------------------------
Alexandre Julliard889f7421997-04-15 17:19:52 +0000188
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +0000189 avitools/ - AVI information viewer and player
190 clock/ - Graphical clock
191 cmdlgtst/ - Common dialog tests
192 control/ - Control panel
193 expand/ - Decompress Lempel-Ziv compressed archive
Mike McCormack3565f5f2004-08-17 22:07:44 +0000194 msiexec/ - Microsoft Installer frontend
Steven Edwards26fe9142004-05-05 05:53:37 +0000195 notepad/ - Notepad replacement
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +0000196 progman/ - Program manager
197 regedit/ - Registry editor
198 regsvr32/ - Register COM server
199 rpcss/ - RPC services
200 rundll32/ - Execute DLL functions directly
201 start/ - Replacement for start.exe
Steven Edwards26fe9142004-05-05 05:53:37 +0000202 taskmgr/ - Manage running Windows/Winelib applications
Dimitrie O. Paunab9cd6e2003-12-08 21:48:39 +0000203 uninstaller/ - Remove installed programs
204 view/ - Metafile viewer
205 wcmd/ - Command line interface
206 wineboot/ - Wine bootstrap process
207 winecfg/ - Wine configuration utility
208 wineconsole/ - Console
209 winedbg/ - Debugger
210 winefile/ - File manager
211 winemenubuilder/ - Helper program for building Unix menu entries
212 winemine/ - Mine game
213 winepath/ - Translate between Wine and Unix paths
214 winetest/ - Wine testing shell
215 winevdm/ - Wine virtual DOS machine
216 winhelp/ - Help viewer
217 winver/ - Windows Version Program
Alexandre Julliard889f7421997-04-15 17:19:52 +0000218
Alexandre Julliard889f7421997-04-15 17:19:52 +0000219
Alexandre Julliardc513a302002-09-18 23:11:19 +0000220Support programs, libraries, etc:
221---------------------------------
222
Robert Reifcc02d952004-03-09 23:25:57 +0000223 dlls/dxerr8/ - DirectX 8 error import lib
224 dlls/dxerr9/ - DirectX 9 error import lib
Dimitrie O. Paun6d4e3922004-01-27 20:07:43 +0000225 dlls/dxguid/ - DirectX UUID import lib
Dimi Paun2d088c02005-07-26 10:33:10 +0000226 dlls/strmiids/ - Exports class CLSIDs and interface IIDs
Dimitrie O. Paun6d4e3922004-01-27 20:07:43 +0000227 dlls/uuid/ - Windows-compatible UUID import lib
Alexandre Julliardc513a302002-09-18 23:11:19 +0000228 documentation/ - some documentation
229 include/ - Windows standard includes
Dimitrie O. Paun6d4e3922004-01-27 20:07:43 +0000230 include/msvcrt/ - MSVC compatible libc headers
231 include/wine/ - Wine specific headers
Mike Hearn4ebc8062003-08-27 02:03:52 +0000232 libs/ - the Wine libraries
Dimitrie O. Paun7d2aefd2003-09-22 19:26:32 +0000233 libs/port/ - portability library
234 libs/unicode/ - Unicode support shared
Dimitrie O. Paun7d2aefd2003-09-22 19:26:32 +0000235 libs/wine/ - Wine bootstrap library
236 libs/wpp/ - C preprocessor
Alexandre Julliard357c7402003-11-06 01:17:56 +0000237 loader/ - the main Wine loader
Jeff Smith344ed412002-12-24 00:56:33 +0000238 server/ - the Wine server
Dimitrie O. Paun6be19972003-12-12 04:09:12 +0000239 tools/ - various tools used to build/check Wine
Dimitrie O. Paun6d4e3922004-01-27 20:07:43 +0000240 tools/widl/ - the IDL compiler
241 tools/winapi{,_check}/ - A Win32 API checker
242 tools/winebuild/ - Wine build tool
243 tools/winedump/ - a .DLL dump utility
244 tools/winegcc/ - a MinGW command line compatible gcc wrapper
245 tools/wmc/ - the message compiler
246 tools/wpp/ - the C pre-processor library
247 tools/wrc/ - the resource compiler
Alexandre Julliard889f7421997-04-15 17:19:52 +0000248
249
Klaas van Gend0a7aa161999-06-05 11:52:46 +0000250
Alexandre Julliardc7c217b1998-04-13 12:21:30 +0000251IMPLEMENTING NEW API CALLS
252==========================
253
Alexandre Julliardc513a302002-09-18 23:11:19 +0000254This is the simple version, and covers only Win32. Win16 is slightly
255uglier, because of the Pascal heritage and the segmented memory model.
Alexandre Julliardc7c217b1998-04-13 12:21:30 +0000256
Alexandre Julliardc513a302002-09-18 23:11:19 +0000257All of the Win32 APIs known to Wine are listed in the .spec file of
258their corresponding dll. An unimplemented call will look like (from
259gdi32.spec)
Alexandre Julliardc7c217b1998-04-13 12:21:30 +0000260 269 stub PolyBezierTo
261To implement this call, you need to do the following four things.
262
2631. Find the appropriate parameters for the call, and add a prototype to
Klaas van Gend0a7aa161999-06-05 11:52:46 +0000264the correct header file. In this case, that means [include/wingdi.h],
265and it might look like
Alexandre Julliard9f69d891999-02-26 12:33:21 +0000266 BOOL WINAPI PolyBezierTo(HDC, LPCVOID, DWORD);
267If the function has both an ASCII and a Unicode version, you need to
268define both and add a #define WINELIB_NAME_AW declaration. See below
269for discussion of function naming conventions.
Alexandre Julliardc7c217b1998-04-13 12:21:30 +0000270
2712. Modify the .spec file to tell Wine that the function has an
272implementation, what the parameters look like and what Wine function
273to use for the implementation. In Win32, things are simple--everything
274is 32-bits. However, the relay code handles pointers and pointers to
275strings slightly differently, so you should use 'str' and 'wstr' for
276strings, 'ptr' for other pointer types, and 'long' for everything else.
Alexandre Julliard9f69d891999-02-26 12:33:21 +0000277 269 stdcall PolyBezierTo(long ptr long) PolyBezierTo
278The 'PolyBezierTo' at the end of the line is which Wine function to use
Alexandre Julliardc7c217b1998-04-13 12:21:30 +0000279for the implementation.
280
2813. Implement the function as a stub. Once you add the function to the .spec
282file, you must add the function to the Wine source before it will link.
Alexandre Julliard9f69d891999-02-26 12:33:21 +0000283Add a function called 'PolyBezierTo' somewhere. Good things to put
Alexandre Julliardc7c217b1998-04-13 12:21:30 +0000284into a stub:
285 o a correct prototype, including the WINAPI
286 o header comments, including full documentation for the function and
Klaas van Gend0a7aa161999-06-05 11:52:46 +0000287 arguments (see documentation/README.documentation)
Alexandre Julliardc7c217b1998-04-13 12:21:30 +0000288 o A FIXME message and an appropriate return value are good things to
289 put in a stub.
290
291 /************************************************************
Klaas van Gend0a7aa161999-06-05 11:52:46 +0000292 * PolyBezierTo (GDI32.269)
293 *
Jon Griffithsf554f8f2003-07-18 22:54:14 +0000294 * Draw many Bezier curves.
Klaas van Gend0a7aa161999-06-05 11:52:46 +0000295 *
Dimitrie O. Paund0bc4c22004-02-13 04:00:52 +0000296 * PARAMS
297 * hdc [I] Device context to draw to
298 * p [I] Array of POINT structs
299 * count [I] Number of points in p
300 *
Klaas van Gend0a7aa161999-06-05 11:52:46 +0000301 * RETURNS
Jon Griffithsf554f8f2003-07-18 22:54:14 +0000302 * Success: Non-zero.
303 * Failure: FALSE. Use GetLastError() to find the error cause.
Alexandre Julliardc7c217b1998-04-13 12:21:30 +0000304 *
305 * BUGS
306 * Unimplemented
307 */
Dimitrie O. Paund0bc4c22004-02-13 04:00:52 +0000308 BOOL WINAPI PolyBezierTo(HDC hdc, LPCVOID p, DWORD count)
Klaas van Gend0a7aa161999-06-05 11:52:46 +0000309 {
Dimitrie O. Paund0bc4c22004-02-13 04:00:52 +0000310 /* tell the user they've got a substandard implementation */
Jon Griffithsb9aba912004-11-30 17:23:37 +0000311 FIXME("(%x,%p,%d): stub\n", hdc, p, count);
Klaas van Gend0a7aa161999-06-05 11:52:46 +0000312
Dimitrie O. Paund0bc4c22004-02-13 04:00:52 +0000313 /* some programs may be able to compensate,
314 * if they know what happened
315 */
316 SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
317 return FALSE; /* error value */
Alexandre Julliardc7c217b1998-04-13 12:21:30 +0000318 }
319
Klaas van Gend0a7aa161999-06-05 11:52:46 +00003204. Implement and test the rest of the function.
321
Alexandre Julliard889f7421997-04-15 17:19:52 +0000322
Eric Pouech19dc2081999-10-31 22:15:58 +0000323IMPLEMENTING A NEW DLL
324======================
325
Eric Pouech31b41cf1999-12-05 02:16:24 +0000326Generic directions
327------------------
328
Eric Pouech19dc2081999-10-31 22:15:58 +0000329Apart from writing the set of needed .c files, you also need to do the
330following:
331
3321. Create a directory <MyDll> where to store the implementation of
Alexandre Julliardc513a302002-09-18 23:11:19 +0000333 the DLL. This directory has to be put under the dlls/ directory.
334 If the DLL exists under Windows as both 16 and 32 bit DLL, you
335 should have a single directory with both implementations.
Eric Pouech19dc2081999-10-31 22:15:58 +0000336
3372. Create the Makefile.in in the ./dlls/<MyDll>/ directory. You can
338 copy an existing Makefile.in from another ./dlls/ subdirectory.
Alexandre Julliardc513a302002-09-18 23:11:19 +0000339 You need at least to change the MODULE and C_SRCS macros.
Eric Pouech19dc2081999-10-31 22:15:58 +0000340
Alexandre Julliardc513a302002-09-18 23:11:19 +00003413. Add the directory in ./configure.ac (in AC_OUTPUT macro at the end
342 of the file to trigger the Makefile generation)
Eric Pouech19dc2081999-10-31 22:15:58 +0000343
Alexandre Julliardc513a302002-09-18 23:11:19 +00003444. Run ./make_dlls in the dlls directory to update Makefile.in in
345 that directory.
Eric Pouech19dc2081999-10-31 22:15:58 +0000346
Mike McCormack69653da2005-07-03 11:21:43 +00003475. You can now regenerate ./configure file (with 'autoconf')
Eric Pouech19dc2081999-10-31 22:15:58 +0000348 and the various Makefiles (with 'configure; make depend') (run
349 from the top of Wine's tree).
Alexandre Julliardc513a302002-09-18 23:11:19 +0000350 You should now have a Makefile file in ./dlls/<MyDll>/
Eric Pouech19dc2081999-10-31 22:15:58 +0000351
Alexandre Julliardc513a302002-09-18 23:11:19 +00003526. Create the .spec file for the DLL exported functions in your
Eric Pouech19dc2081999-10-31 22:15:58 +0000353 directory. Refer to 'Implementation of new API calls' earlier in
354 this document for more information on this part.
355
Alexandre Julliardc513a302002-09-18 23:11:19 +00003567. You can now start adding .c files. For the .h files, if they are
357 standard Windows one, put them in include/. If they are linked to
358 *your* implementation of the dll, put them in your newly created
359 directory.
Eric Pouech19dc2081999-10-31 22:15:58 +0000360
Eric Pouech31b41cf1999-12-05 02:16:24 +0000361Debug channels
362--------------
363
Eric Pouech19dc2081999-10-31 22:15:58 +0000364If you need to create a new debug channel, just add the
Dimitrie O. Paund95ce8c2002-09-18 18:29:59 +0000365WINE_DEFAULT_DEBUG_CHANNEL to your .c file(s), and use them.
366All the housekeeping will happen automatically.
Eric Pouech19dc2081999-10-31 22:15:58 +0000367
Eric Pouech31b41cf1999-12-05 02:16:24 +0000368Resources
369---------
370
Jeff Smith344ed412002-12-24 00:56:33 +0000371If you also need to add resources to your DLL, then create the .rc
Alexandre Julliardc513a302002-09-18 23:11:19 +0000372file. Add to your ./dlls/<MyDll>/Makefile.in, in the RC_SRCS macro,
373the list of .rc files to add to the DLL. See dlls/comctl32/ for an
374example of this.
Eric Pouech31b41cf1999-12-05 02:16:24 +0000375
376Thunking
377--------
378
379If you're building a 16 & 32 bit DLLs pair, then from the 32 bit code
380you might need to call 16 bit routine. The way to do it to add in the
381code, fragments like:
382/* ### Start build ### */
383extern WORD CALLBACK <PREFIX>_CallTo16_word_wwlll(FARPROC16,WORD,WORD,LONG,LONG,LONG);
384/* ### stop build ### */
385Where <PREFIX>_ is an internal prefix for your module. The first
386parameter is always of type FARPROC16. Then, you can get the regular
387list of parameters. The _word_wwlll indicates the type of return (long
388or word) and the size of the parameters (here l=>long, w=>word; which
389maps to WORD,WORD,LONG,LONG,LONG.
390You can put several functions between the Start/Stop build pair.
391
Alexandre Julliardc513a302002-09-18 23:11:19 +0000392You can also read the winebuild manpage for more details on this.
Eric Pouech31b41cf1999-12-05 02:16:24 +0000393
Alexandre Julliardc513a302002-09-18 23:11:19 +0000394Then, add to ./dlls/<MyDll>/Makefile.in a line like:
395
396EXTRA_OBJS = $(MODULE).glue.o
Eric Pouech31b41cf1999-12-05 02:16:24 +0000397
398See dlls/winmm/ for an example of this.
399
Alexandre Julliard1285c2f1996-05-06 16:06:24 +0000400MEMORY AND SEGMENTS
401===================
Alexandre Julliarddba420a1994-02-02 06:48:31 +0000402
403NE (Win16) executables consist of multiple segments. The Wine loader
Alexandre Julliarde2abbb11995-03-19 17:39:39 +0000404loads each segment into a unique location in the Wine processes memory
405and assigns a selector to that segment. Because of this, it's not
406possible to exchange addresses freely between 16-bit and 32-bit code.
407Addresses used by 16-bit code are segmented addresses (16:16), formed
408by a 16-bit selector and a 16-bit offset. Those used by the Wine code
409are regular 32-bit linear addresses.
Alexandre Julliarddba420a1994-02-02 06:48:31 +0000410
Alexandre Julliard1e37a181996-08-18 16:21:52 +0000411There are four ways to obtain a segmented pointer:
Alexandre Julliardc513a302002-09-18 23:11:19 +0000412 - Using the MapLS function (recommended).
Alexandre Julliarde2abbb11995-03-19 17:39:39 +0000413 - Allocate a block of memory from the global heap and use
414 WIN16_GlobalLock to get its segmented address.
Alexandre Julliarde2abbb11995-03-19 17:39:39 +0000415 - Declare the argument as 'segptr' instead of 'ptr' in the spec file
416 for a given API function.
Alexandre Julliarddba420a1994-02-02 06:48:31 +0000417
Alexandre Julliarde2abbb11995-03-19 17:39:39 +0000418Once you have a segmented pointer, it must be converted to a linear
419pointer before you can use it from 32-bit code. This can be done with
Alexandre Julliardc513a302002-09-18 23:11:19 +0000420the MapSL function. The linear pointer can then be used freely with
421standard Unix functions like memcpy() etc. without worrying about 64k
422boundaries. Note: there's no easy way to convert back from a linear
423to a segmented address.
Alexandre Julliarddba420a1994-02-02 06:48:31 +0000424
Alexandre Julliarde2abbb11995-03-19 17:39:39 +0000425In most cases, you don't need to worry about segmented address, as the
426conversion is made automatically by the callback code and the API
427functions only see linear addresses. However, in some cases it is
428necessary to manipulate segmented addresses; the most frequent cases
429are:
430 - API functions that return a pointer
431 - lParam of Windows messages that point to a structure
432 - Pointers contained inside structures accessed by 16-bit code.
Alexandre Julliarddba420a1994-02-02 06:48:31 +0000433
Alexandre Julliarde2abbb11995-03-19 17:39:39 +0000434It is usually a good practice to used the type 'SEGPTR' for segmented
435pointers, instead of something like 'LPSTR' or 'char *'. As SEGPTR is
436defined as a DWORD, you'll get a compilation warning if you mistakenly
437use it as a regular 32-bit pointer.
Alexandre Julliarddba420a1994-02-02 06:48:31 +0000438
Alexandre Julliard1285c2f1996-05-06 16:06:24 +0000439
Alexandre Julliard2d93d001996-05-21 15:01:41 +0000440STRUCTURE PACKING
441=================
442
443Under Windows, data structures are tightly packed, i.e. there is no
444padding between structure members. On the other hand, by default gcc
445aligns structure members (e.g. WORDs are on a WORD boundary, etc.).
446This means that a structure like
447
448struct { BYTE x; WORD y; };
449
450will take 3 bytes under Windows, but 4 with gcc, because gcc will add a
451dummy byte between x and y. To have the correct layout for structures
Klaas van Gend0a7aa161999-06-05 11:52:46 +0000452used by Windows code, you need to embed the struct within two special
453#include's which will take care of the packing for you:
454
455#include "pshpack1.h"
Eric Pouech19dc2081999-10-31 22:15:58 +0000456struct { BYTE x; WORD y; };
Klaas van Gend0a7aa161999-06-05 11:52:46 +0000457#include "poppack1.h"
458
459For alignment on a 2-byte boundary, there is a "pshpack2.h", etc.
460
Alexandre Julliard2d93d001996-05-21 15:01:41 +0000461
Alexandre Julliard1285c2f1996-05-06 16:06:24 +0000462NAMING CONVENTIONS FOR API FUNCTIONS AND TYPES
463==============================================
464
465In order to support both Win16 and Win32 APIs within the same source
Douglas Ridgway692389d1998-11-22 16:56:44 +0000466code, the following convention must be used in naming all API
Alexandre Julliard1285c2f1996-05-06 16:06:24 +0000467functions and types. If the Windows API uses the name 'xxx', the Wine
468code must use:
469
Alexandre Julliard9f69d891999-02-26 12:33:21 +0000470 - 'xxx16' for the Win16 version,
Dimitrie O. Paund0bc4c22004-02-13 04:00:52 +0000471 - 'xxx' for the Win32 version when no strings are involved,
Alexandre Julliard9f69d891999-02-26 12:33:21 +0000472 - 'xxxA' for the Win32 version with ASCII strings,
473 - 'xxxW' for the Win32 version with Unicode strings.
Alexandre Julliard1285c2f1996-05-06 16:06:24 +0000474
Alexandre Julliard9f69d891999-02-26 12:33:21 +0000475If the function has both ASCII and Unicode version, you should then
476use the macros WINELIB_NAME_AW(xxx) or DECL_WINELIB_TYPE_AW(xxx)
Jim Aston07684241999-07-18 13:28:59 +0000477(defined in include/windef.h) to define the correct 'xxx' function
Alexandre Julliard9f69d891999-02-26 12:33:21 +0000478or type for Winelib. When compiling Wine itself, 'xxx' is _not_
479defined, meaning that code inside of Wine must always specify
480explicitly the ASCII or Unicode version.
Alexandre Julliard1285c2f1996-05-06 16:06:24 +0000481
Alexandre Julliard9f69d891999-02-26 12:33:21 +0000482If 'xxx' is the same in Win16 and Win32, you can simply use the same
483name as Windows, i.e. just 'xxx'. If 'xxx' is Win16 only, you could
484use the name as is, but it's preferable to use 'xxx16' to make it
485clear it is a Win16 function.
Alexandre Julliard1285c2f1996-05-06 16:06:24 +0000486
487Examples:
488
Alexandre Julliard9f69d891999-02-26 12:33:21 +0000489typedef struct { /* Win32 ASCII data structure */ } WNDCLASSA;
490typedef struct { /* Win32 Unicode data structure */ } WNDCLASSW;
Alexandre Julliard1285c2f1996-05-06 16:06:24 +0000491typedef struct { /* Win16 data structure */ } WNDCLASS16;
492DECL_WINELIB_TYPE_AW(WNDCLASS);
493
494ATOM RegisterClass16( WNDCLASS16 * );
Alexandre Julliard9f69d891999-02-26 12:33:21 +0000495ATOM RegisterClassA( WNDCLASSA * );
496ATOM RegisterClassW( WNDCLASSW * );
Alexandre Julliard1285c2f1996-05-06 16:06:24 +0000497#define RegisterClass WINELIB_NAME_AW(RegisterClass)
498
499The Winelib user can then say:
500
Alexandre Julliard1285c2f1996-05-06 16:06:24 +0000501 WNDCLASS wc = { ... };
502 RegisterClass( &wc );
503
504and this will use the correct declaration depending on the definition
Alexandre Julliard9f69d891999-02-26 12:33:21 +0000505of the UNICODE symbol.
Alexandre Julliard1285c2f1996-05-06 16:06:24 +0000506
507
Alexandre Julliard1285c2f1996-05-06 16:06:24 +0000508DEBUG MESSAGES
509==============
Alexandre Julliardaca05781994-10-17 18:12:41 +0000510
511To display a message only during debugging, you normally write something
512like this:
513
Dimitrie O. Paund95ce8c2002-09-18 18:29:59 +0000514 TRACE("abc..."); or
515 FIXME("abc..."); or
516 WARN("abc..."); or
517 ERR("abc...");
Alexandre Julliardaca05781994-10-17 18:12:41 +0000518
Dimitrie O. Paun7d2aefd2003-09-22 19:26:32 +0000519depending on the seriousness of the problem. (documentation/debugging.sgml
Dimitrie O. Paund95ce8c2002-09-18 18:29:59 +0000520explains when it is appropriate to use each of them). You need to declare
521the debug channel name at the top of the file (after the includes) using
522the WINE_DEFAULT_DEBUG_CHANNEL macro, like so:
Alexandre Julliardaca05781994-10-17 18:12:41 +0000523
Dimitrie O. Paund95ce8c2002-09-18 18:29:59 +0000524 WINE_DEFAULT_DEBUG_CHANNEL(win);
Alexandre Julliardaca05781994-10-17 18:12:41 +0000525
Dimitrie O. Paund95ce8c2002-09-18 18:29:59 +0000526If your debugging code is more complex than just printf, you can use
527the macros:
528
529 TRACE_ON(xxx), WARN_ON(xxx), ERR_ON(xxx) and FIXME_ON(xxx)
530
531to test if the given channel is enabled. Thus, you can write:
532
533 if (TRACE_ON(win)) DumpSomeStructure(&str);
Alexandre Julliard234bc241994-12-10 13:02:28 +0000534
Alexandre Julliard234bc241994-12-10 13:02:28 +0000535Don't worry about the inefficiency of the test. If it is permanently
Alexandre Julliard54c27111998-03-29 19:44:57 +0000536disabled (that is TRACE_ON(win) is 0 at compile time), the compiler will
Alexandre Julliard234bc241994-12-10 13:02:28 +0000537eliminate the dead code.
Alexandre Julliardaca05781994-10-17 18:12:41 +0000538
Alexandre Julliard54c27111998-03-29 19:44:57 +0000539For more info about debugging messages, read:
540
Dimitrie O. Paun7d2aefd2003-09-22 19:26:32 +0000541http://www.winehq.org/site/docs/wine-devel/debugging
Alexandre Julliard54c27111998-03-29 19:44:57 +0000542
Alexandre Julliard23946ad1997-06-16 17:43:53 +0000543
544MORE INFO
545=========
546
Alexandre Julliard33072e11997-06-29 18:08:02 +00005471. There is a FREE online version of the MSDN library (including
Jeff Smith344ed412002-12-24 00:56:33 +0000548 documentation for the Win32 API) on http://msdn.microsoft.com/
Mike Hearn4ebc8062003-08-27 02:03:52 +0000549 or http://www.msdn.com/
Alexandre Julliard23946ad1997-06-16 17:43:53 +0000550
Tom Wickline7be37f42003-06-30 02:05:07 +00005512. Windows apilist: http://www.mentalis.org/apilist/apilist.php
Alexandre Julliard23946ad1997-06-16 17:43:53 +0000552
Tom Wickline7be37f42003-06-30 02:05:07 +00005533. http://www.sonic.net/~undoc/bookstore.html
Alexandre Julliard33072e11997-06-29 18:08:02 +0000554
Tom Wickline7be37f42003-06-30 02:05:07 +00005554. In 1993 Dr. Dobbs Journal published a column called "Undocumented Corner".
Dimitrie O. Paun64ed0842003-10-09 19:47:23 +0000556
5575. www.geocities.com/SiliconValley/4942/