Creating dynamic function?


Just say I want to make a scripting language that support functions,
and I want to implements WinAPI callback from user defined function in my script...

What should I do then?
Any suggestion?

Thanks in advance.
You will need an intermediary function.

The actual callback should be a function in your code, which then calls the script function.

Hope this helps.
Topic archived. No new replies allowed.