diff options
author | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-24 19:02:10 +0000 |
---|---|---|
committer | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-24 19:02:10 +0000 |
commit | eef5b7ca85a3842950948fccca42a3b83c84ff75 (patch) | |
tree | f0cefdf50cecee81338f319ea19608d49cf3898a /WindozeCE/README | |
parent | 07e8a1d00d1e2ab1c2b47e3698886f1512bcf03a (diff) | |
download | ATCD-pluggable_av_start.tar.gz |
This commit was manufactured by cvs2svn to create tagpluggable_av_start
'pluggable_av_start'.
Diffstat (limited to 'WindozeCE/README')
-rw-r--r-- | WindozeCE/README | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/WindozeCE/README b/WindozeCE/README deleted file mode 100644 index 9d5d184e3db..00000000000 --- a/WindozeCE/README +++ /dev/null @@ -1,35 +0,0 @@ - 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.) |