[comp.lang.pascal] Problem with make

F0O@psuvm.psu.edu (01/08/91)

     I'm having a problem using the make facility in the IDE with TP 5.5.
In my main program I have a line like:
     USES Crt, Dos, GVars, GPrim, GKernel;  { last three are mine }

     In the GPrim unit I have a line:
     USES GVars;

     In the GKernel unit I have a line:
     USES GVars, GPrim;


     The problem is, if I modify GPrim or GVars, compile the unit to disk,
load my main program and make it, I get the message:
     Unit version mismatch

     I have tried just modifying the unit without compiling it to disk, and
then loading and making my main program.  This doesn't work either.
     Can someone please tell me what I'm doing wrong(if anything)?
     BTW, I've also tried using build.

                                                              [Tim]