reactos/rosapps/dflat32
Daniel Reimer a7fddf9c07 Delete all Trailing spaces in code.
svn path=/trunk/; revision=29689
2007-10-19 23:05:02 +00:00
..
applicat.c remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
barchart.c
box.c
button.c fixed warnings 2005-05-11 16:50:39 +00:00
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 fixed warnings 2005-05-11 16:50:39 +00:00
dflat32.rbuild Delete all Trailing spaces in code. 2007-10-19 23:05:02 +00:00
dflatmsg.h
dialbox.c fixed warnings 2005-05-11 16:50:39 +00:00
dialbox.h
dialogs.c
direct.c
edit.c RmRemove warnings 2005-09-02 21:13:10 +00:00
edit.rc Delete all Trailing spaces in code. 2007-10-19 23:05:02 +00:00
edit.txt
editbox.c Fix compiler errors. Patch by Herve Poussineau. Fixes bug 478 2005-01-25 05:11:17 +00:00
fileopen.c remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
help.txt
helpbox.c fixed warnings 2005-05-11 16:50:39 +00:00
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
memopad.c remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
menu.c
menu.h fixed warnings 2005-05-11 16:50:39 +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 RmRemove warnings 2005-09-02 21:13:10 +00:00
pictbox.c remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
popdown.c fixed warnings 2005-05-11 16:50:39 +00:00
radio.c
readme.doc
readme.txt
rect.c
rect.h
search.c Fix release build of dflat32, initalizing some vars and fixing one typo. 2005-09-16 18:00:49 +00:00
slidebox.c Fix compiler errors. Patch by Herve Poussineau. Fixes bug 478 2005-01-25 05:11:17 +00:00
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 fixed warnings 2005-05-11 16:50:39 +00:00
video.c fixed warnings 2005-05-11 16:50:39 +00:00
video.h
watch.c Fix release build of dflat32, initalizing some vars and fixing one typo. 2005-09-16 18:00:49 +00:00
window.c fixed warnings 2005-05-11 16:50:39 +00:00

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