Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: mmkider on December 18, 2009, 08:45:25 am

Title: How to add function command into script engine from plugin dll?
Post 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
Title: Re: How to add function command into script engine from plugin dll?
Post by: MortenMacFly on December 18, 2009, 09:23:07 am
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...?!
Title: Re: How to add function command into script engine from plugin dll?
Post by: mmkider on December 18, 2009, 10:17:04 am
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: