Re: Problem spotted.

GWRepCami@aol.com
Mon, 17 Feb 1997 06:40:21 -0500 (EST)

In a message dated 97-02-17 06:14:12 EST, alan@m-systems.com (Alan Mace)
writes:

> Another simple test is to change the line
>
> char delFileName[13];
>
> to
>
> char delFileName[50]; /* BIGGER BUFFER */
>
> and see if this works
>
> Happy hunting
>
> Alan M
>

Thanks, Alan.

I'll give that a try. I'm thinking two things...earlier in the development
of this thing, I ran into a problem where I did increase the stack space, so
your point might be right.

After looking around at the tutorial code, I saw something that I haven't had
to use since then, namely the ConstructOptr() to access moving objects, and
since the Dialog is a static, but moving object, I might have to get the optr
to that stored in the routine for placing the text in it after the objects
have shifted and moved the location around. Just guessing here, as I said, I
haven't done this for awhile..hehe..since the tutorial anyway. :D

Lee