Callback Subroutines or Functions
Posted: Thu Oct 07, 2004 9:30 am
I have recently noticed that QuickBasic does not give the programmer access to the address of user-defined subs or functions (I can find no equivalent to VARPTR / VARSEG).
Has anyone seen an example of a callback routine in QB? Perhaps in the form of an interrupt service routine, or a timer hook? If this doesn't exist, perhaps I'll fiddle around and try to get it going myself.
Has anyone seen an example of a callback routine in QB? Perhaps in the form of an interrupt service routine, or a timer hook? If this doesn't exist, perhaps I'll fiddle around and try to get it going myself.