[net.micro.mac] Window definition routines

DMB@PSUVMA.BITNET (09/15/86)

    Is this the general way one makes a WDEF?
      First right the procedure for the WDEF and give it its own segment.
     
      Then compile and Link the program.
     
      Go into resedit and cut out the code segment for the routine.
     
      Open up a RMAKER file and paste the hex codes into it.
     
      Put the TYPE WDEF = GNRL and ,id and .H on succeeding lines as a header.
     
      Cut out all the hex codes until you get to the Link a6,#__ instruction.
     
      Make a resource file with RMAKER.
     
      Link the file into what wants to use it.
     
     
  This is what I have been doing anyway, and I am getting bad results. I don't
know whether it's just because I don't know WDEF routines, or is something
naughty going on when I change a CODE resource to a WDEF resource.
In particular it doesn't seem that I ever get a WNew message sent to me.
     
                              Thanks in advance,
                                                dave
mutex = 1
P(mutex)
   Insert witty message here
V(mutex)