diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-04-10 08:23:32 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-04-10 08:23:32 +0000 |
commit | 627dc0dd503ddf102f5d096d1c451e4f2519c84c (patch) | |
tree | 5acf717ee5e6b62ac93861c2029f1b46eb4503ac /WindozeCE/README | |
parent | fb28c7608f6a03214576029e0424182f9fe052fc (diff) | |
download | ATCD-627dc0dd503ddf102f5d096d1c451e4f2519c84c.tar.gz |
New
Diffstat (limited to 'WindozeCE/README')
-rw-r--r-- | WindozeCE/README | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/WindozeCE/README b/WindozeCE/README new file mode 100644 index 00000000000..9d5d184e3db --- /dev/null +++ b/WindozeCE/README @@ -0,0 +1,35 @@ + CE specific files, may not run on 95/NT. + +What is this directory: + + This directory contains a collection of files for a template + windows program. It is written with Microsoft's MFC classes. + They also demonstrate a simple method to pass ACE_Log_Msg's + output to a window program with PostMessage. + +How to use this directory: + + I was planning to make this a DLL so that we can integrate CE + project files with the current Win32 project files. However, + the CE toolkit still seems very rudimentary and, certainly, I + am not familiar with it. + + To use these files, simply include all .cpp and .rc files in + your original text-based program. Compile them with "using + Shared MFC library" set (important.) + +Running the programs: + + Start the program. Key in command line parameters in the edit + box and tap on start button. The button displays "Running.." + when the program is executing and "Stopped" after the ACE + program has finished execution. + +Future works: + + * We need to allow scrollable output. + + * Make this a DLL? + + * Get the command line automatically. (This may need to + rewrite the program using native Win32 APIs.) |