> Unfortunately, you may very well be using global variables. CodeWarrior
will
> place string constants (like "Found One") in one of two places:
>     Global space
>     After the function it's used in
>
> You want the latter, which is specified in the Project Setting dialog in
the
> 68K Processor panel.  Make sure "PC-relative strings" is checked.

That was it!   I checked that box, recompiled, and it works now!  Woohoo!

Now I have to go back and rewrite all the routines that I tore apart to do
this testing with.
(Before I got to the point of trying to print out a line!)

Thanks again!
Paul






Reply via email to