Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: mmkider on December 18, 2009, 08:45:25 am
-
How to add function command into script engine from plugin dll?
Is it possible?
:D
-
How to add function command into script engine from plugin dll?
Not sure what exactly you mean, but the wxSmith plugin does such. have a look at wxsmith.[h/cpp], anmely "RegisterScripting()".
Surely it makes a difference whether you want to use or extend the engine...?!
-
How to add function command into script engine from plugin dll?
Not sure what exactly you mean, but the wxSmith plugin does such. have a look at wxsmith.[h/cpp], anmely "RegisterScripting()".
Surely it makes a difference whether you want to use or extend the engine...?!
I want to extend the command of engine .
I Got it.
Thank you.
:lol: