source: trunk/doc/ToDO.txt@ 4503

Last change on this file since 4503 was 4356, checked in by phaller, 25 years ago

.

File size: 2.0 KB
RevLine 
[4356]1/* $Id: ToDO.txt,v 1.9 2000-10-01 21:25:49 phaller Exp $ */
[3811]2
[3812]3To Do list for ODIN:
4
5
6Assigned Status Topic -------------------------------------------------------
7
[4356]8PH Implement WaitForSingleObject() for process handles
9
[3820]10PD DONE Handle named pipes via HandleManager
[3812]11
[4356]12MM DONE Do COM (serial port) support for ODIN (requires
[3817]13 pseudo-device in HM)
[3812]14
[4356]15PH DONE Sync SHELL32 with WINE
[3812]16
[4356]17SvL Add HKLM\\SOFTWARE\Microsoft\WINDOWS\CurrentVersion
18 Key CommonFilesDir="?:\Program Files\Common Files" for
19 TogetherJ installation to the ODIN installer.
20
[3812]21PH Sync NTDLL with WINE
22
23JW Put in correct FS:-wrappers in CRTDLL and MSVCRT
24
25JW Improve CRTDLL and MSVCRT as this is one major show stopper
26 currently
27
[3817]28SvL Remove GPI32 calls from the original FS: macros and replace
[3812]29 them with ODINFUNCTION wrappers. Internally call to ODIN_xxx
30 GPI functions to get much better performance.
31
[3911]32NOONE KERNEL32: Build fake PE headers for odin dlls (dll handle must be pointer to header)
33 (some applications use the handles as pointers)
34
[3896]35NOONE USER32: Fix LoadImage to resize icons, cursors or bitmaps
36 to the specified dimensions (if required)
37
[3851]38NOONE WINMM: wave recording
39
[3893]40NOONE WINMM: Rewrite winmm to use driver architecture (port Wine's winmm
41 + integrate current Odin code)
42
43NOONE WINMM: Fix and finish MIDI in/out (using RTMIDI)
44
[3851]45NOONE KERNEL32: Async file io
46
[3893]47NOONE KERNEL32: Vio support for console applications
[3851]48
[3893]49NOONE WSOCK32: Winsock 2 implementation
50
51NOONE GDI32: Rewrite using Gpi api (remove Open32 dependancy)
52
[3812]53NOONE Setup a test /verification plan and freeze some modules such
54 as LZ32, VERSION which are considered complete.
55 Also ensure the source code is well documented and structured.
56
Note: See TracBrowser for help on using the repository browser.