| 1 | /* $Id: ToDO.txt,v 1.8 2000-08-01 23:17:55 sandervl Exp $ */
|
|---|
| 2 |
|
|---|
| 3 | To Do list for ODIN:
|
|---|
| 4 |
|
|---|
| 5 |
|
|---|
| 6 | Assigned Status Topic -------------------------------------------------------
|
|---|
| 7 |
|
|---|
| 8 | PD DONE Handle named pipes via HandleManager
|
|---|
| 9 |
|
|---|
| 10 | AH Do COM (serial port) support for ODIN (requires
|
|---|
| 11 | pseudo-device in HM)
|
|---|
| 12 |
|
|---|
| 13 | PH Sync SHELL32 with WINE
|
|---|
| 14 |
|
|---|
| 15 | PH Sync NTDLL with WINE
|
|---|
| 16 |
|
|---|
| 17 | JW Put in correct FS:-wrappers in CRTDLL and MSVCRT
|
|---|
| 18 |
|
|---|
| 19 | JW Improve CRTDLL and MSVCRT as this is one major show stopper
|
|---|
| 20 | currently
|
|---|
| 21 |
|
|---|
| 22 | SvL Remove GPI32 calls from the original FS: macros and replace
|
|---|
| 23 | them with ODINFUNCTION wrappers. Internally call to ODIN_xxx
|
|---|
| 24 | GPI functions to get much better performance.
|
|---|
| 25 |
|
|---|
| 26 | NOONE KERNEL32: Build fake PE headers for odin dlls (dll handle must be pointer to header)
|
|---|
| 27 | (some applications use the handles as pointers)
|
|---|
| 28 |
|
|---|
| 29 | NOONE USER32: Fix LoadImage to resize icons, cursors or bitmaps
|
|---|
| 30 | to the specified dimensions (if required)
|
|---|
| 31 |
|
|---|
| 32 | NOONE WINMM: wave recording
|
|---|
| 33 |
|
|---|
| 34 | NOONE WINMM: Rewrite winmm to use driver architecture (port Wine's winmm
|
|---|
| 35 | + integrate current Odin code)
|
|---|
| 36 |
|
|---|
| 37 | NOONE WINMM: Fix and finish MIDI in/out (using RTMIDI)
|
|---|
| 38 |
|
|---|
| 39 | NOONE KERNEL32: Async file io
|
|---|
| 40 |
|
|---|
| 41 | NOONE KERNEL32: Vio support for console applications
|
|---|
| 42 |
|
|---|
| 43 | NOONE WSOCK32: Winsock 2 implementation
|
|---|
| 44 |
|
|---|
| 45 | NOONE GDI32: Rewrite using Gpi api (remove Open32 dependancy)
|
|---|
| 46 |
|
|---|
| 47 | NOONE Setup a test /verification plan and freeze some modules such
|
|---|
| 48 | as LZ32, VERSION which are considered complete.
|
|---|
| 49 | Also ensure the source code is well documented and structured.
|
|---|
| 50 |
|
|---|