"TefJlives" <> wrote in message
news: oups.com...
> Can someone please expain what is a NOP pointer, or give a good link?
> Thanks.
>
Not a clue.
Normally NOP refer to "no operation". So a function pointer that pointed to
an empty function might be what you are after.
For instance, say you are calling code written back in the 386 days which
used to take a minute to execute. So the caller provided a callback so you
could spin a line or update a progress bar. Now with your dual core Pentium
IV it takes less than a tenth of a second to execute, so the callback is no
longer useful. However you still need to provide something to call, so a
pointer to an empty function would be appropriate.
--
Free games and programming goodies.
http://www.personal.leeds.ac.uk/~bgy1mm