cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Creating dynamic function?
Creating dynamic function?
May 31, 2008 at 8:43am UTC
audinue
(35)
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.
May 31, 2008 at 3:06pm UTC
Duthomhas
(13282)
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.