[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Registering function
- From: Brian Hook <public@...>
- Date: Tue, 09 Oct 2001 18:14:55 -0700
> I register all of my C++ functions so they call the same
> callback handler. Then I look up the name of the function
> that was called in a database of all
> C++ functions and use the function database to validate all of the
> arguments, then call the appropriate function.
Could you explain your lookup mechanism (e.g. how do you build the
database, etc.)?
Thanks,
Brian