- Use the Wine spooler service as the service entry template as I was
[reactos.git] / rosapps / dflat32 / readme.txt
1
2 How do I build D-Flat/32?
3
4 At present D-Flat/32 does not exist as a separate dll. But you can build an
5 example progam.
6
7 To build the example program (actually this is the FreeDOS Editor) you only
8 have to run 'make dflat32' from the rosapps base directory. The example
9 program is 'dflat32\edit.exe'.
10
11
12 What must be changed in D-Flat/32?
13
14 Things that have to be fixed (incomplete list):
15 - key handling (replace dos keycodes by win32 console keycodes)
16 - message queue should become a double linked list (it's an array now)
17 - fix short dos filename buffers
18 - add code to register external window classes
19 - implement recognition of current console screen size (done)
20 - fix remaining bugs
21 - update documentation
22
23 Does it run on ReactOS?
24 The debugging version doesn't run on ReactOS yet. I haven't tried a version
25 without debugging code but I doubt it will run. I know that three console
26 functions are not implemented in ReactOS yet. They will be implemented soon.
27
28 If you have a question, drop me a note.
29
30
31 Eric Kohl ekohl@rz-online.de