aareadme in gen/gendb by RJL 92/9/25 (rev.93/2/25 and 94/2/23): rev 94/2/23: moved the gendb report to subdirectory gendb/doc. rev. 94/2/22 by RJL: replaced the strcpy2 routine by mystrcpy from chgen/ver_6.2. Recompiled students application ran OK using g++. Had trouble pre-compiling and linking two *.o files. Copied students.cc into students2.cc and removed the #include gendb.cc to test separate compilation; moved the initialization of object_count from gendb.hpp to students2.cc to avoid multiple definition. - RJL Students2_cs.exe compiled and ran successfully (23 feb 94). Rev. 94/2/8 by RJL: Newer version of g++ now uses more ansi c++ rules. I had to fix two problems in UserTypes: and in list:: before gendbtest.cc compiled. At runtime it tried to read test.dat (I presume) and failed - because test.dat was overwritten and is now incompatible with test.sch. Next step is to see if my fixes permit gendb to work with students.cc instead of the test driver which I uncommented in gendbtest.cc's main() program. Rev 93/2/25: gendb_obde.cc was renamed gendb.cc on 93/2/25. gendb.cc has a few revs for the next version of gendb: (1) TBD? to declare two structs passed as params (see obde report - for new version of compiler) (2) DONE 92/9/25? deleted a call to Next() in the Delete method (which skipped half the deletions). (3) DOne 94/2/22: strcpy2 was bug-prone - it wrote '\0' to its input argument. replaced by mystrcpy from chgen ver_6.2 -RJL.