[futurebasic] Re: Weird Global Behavior (TCP)

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : May 1998 : Group Archive : Group : All Groups

From: Brian Victor <bhv11@...>
Date: Sat, 30 May 1998 14:15:47 -0400
Greg wrote:
>Does your TCP-DNR.INCL begin with this EXACT same sequence?  If not, the
>TCP-DNR.INCL thinks the globals it needs are in a different memory space than
>the main does.  In other words, the Main thinks the TCP globals are stored in
>memory AFTER the BroadDraw, lineconsole, chessprefs and menus globals.  The
>TCP-DNR.INCL must have the same information available to it.

I should have known it was something simple.  That fixed it.  Thanks a lot! :)

-- Brian Victor