Re: Getting pointer to overloaded procedure



William Egge wrote:

Thanks, do you know if there is a way without having to do that?
Like something that requires no setup?

Not that I know of, but maybe there is fancy asm trick which does the
job, you're in the right group for that :)
Basically you need a way to tell the compiler which overloaded
procedure it should use. If the compiler 'thinks' that one of them is
not used it will not generate code for it. I don't know any other way
then using using typed procedure pointers to do that.

--
Pieter
.



Relevant Pages