All,
I'm using CodeWarrior R5. I have a subroutine to fetch a locked pointer
to my app info and return it as the return value. As soon as I move this
code to another module (trying to break out DB routines to a seperate file
to keep things organized), the return value is always 0! Moving the exact
same code all back into one single module makes it work. What am I missing
here? Is there some special compiler setting in CodeWarrior that allows
calls across modules to work properly? All my code at this point is < 16K
bytes. Thanks!
Curt
