I am trying to implemente a software protection scheme where calling to
function is via a variable instead of calling directly. I first declared a
variable func as this:
int (*func)();
and later I will assign a function address to it by:
func = MyFunc;
where "MyFunc" is something like this:
int MyFunc(...){...};
My question is, is the value (address?) of MyFunc determined as compile time?
If so, how do I obtain that value after compilation? I had some experience
with x86 assembly but I am not familiar with m68k.
Thank you.
Max
__________________________________________________
Do You Yahoo!?
Check out Yahoo! Shopping and Yahoo! Auctions for all of
your unique holiday gifts! Buy at http://shopping.yahoo.com
or bid at http://auctions.yahoo.com
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/