8/14/94 (Boy, it has been a long time...) Converted .PRJ to .doc. More details in ..\1401.doc I need to complain to BORLAND about the terminology in their "make" doc. They say "dependent" where "component" would be a better word. It looks like they picked up the bad usage from Microsoft. There seems to be a tiny IDE bug: If you go into DOS SHELL, and change directories, when you get back, the IDE default directory has also been changed. I do not think that is right. 3/1/92 I had to create "boolean.h", which has a typedef for boolean, and some defines of manifest constants (true, false). This change is compiler idependent, and therefore preferable. ..\prdev.c includes "graph.h", which is a MicroSoft construct. I put it inside an #ifndef drectrive. Had to switch compiler mode from ANSI to BORLAND to handle "far" keywords in ..\font.h prdev.c has a variable buf (static char array) that is never used.