reactos/rosapps/dflat32
Steven Edwards 456be5d16b remove trailing whitespace at end of lines
svn path=/trunk/; revision=15091
2005-05-07 21:24:31 +00:00
..
.cvsignore
applicat.c remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
barchart.c
box.c
button.c
calendar.c
checkbox.c
classdef.h
classes.h remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
clipbord.c
combobox.c
commands.h
config.c remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
config.h
console.c
decomp.c
dfalloc.c
dflat.doc
dflat.h
dflatmsg.h
dialbox.c remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
dialbox.h
dialogs.c
direct.c
edit.c
edit.rc
edit.txt
editbox.c
fileopen.c remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
help.txt
helpbox.c
htree.c
htree.h
huffc.c
keys.c
keys.h
listbox.c remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
lists.c
log.c
makefile
memopad.c remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
menu.c
menu.h remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
menubar.c remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
menus.c
message.c remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
msgbox.c remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
normal.c
pictbox.c remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
popdown.c remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
radio.c
readme.doc
readme.txt
rect.c
rect.h
search.c
slidebox.c
spinbutt.c
statbar.c remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
sysmenu.c remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
system.h
text.c
textbox.c remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
video.c
video.h
watch.c
window.c

How do I build D-Flat/32?

At present D-Flat/32 does not exist as a separate dll. But you can build an
example progam.

To build the example program (actually this is the FreeDOS Editor) you only
have to run 'make dflat32' from the rosapps base directory. The example
program is 'dflat32\edit.exe'.


What must be changed in D-Flat/32?

Things that have to be fixed (incomplete list):
  - key handling (replace dos keycodes by win32 console keycodes)
  - message queue should become a double linked list (it's an array now)
  - fix short dos filename buffers
  - add code to register external window classes
  - implement recognition of current console screen size (done)
  - fix remaining bugs
  - update documentation

Does it run on ReactOS?
The debugging version doesn't run on ReactOS yet. I haven't tried a version
without debugging code but I doubt it will run. I know that three console
functions are not implemented in ReactOS yet. They will be implemented soon.

If you have a question, drop me a note.


Eric Kohl   ekohl@rz-online.de