News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

How to add function command into script engine from plugin dll?

Started by mmkider, December 18, 2009, 08:45:25 AM

Previous topic - Next topic

mmkider

How to add function command into script engine from plugin dll?

Is it possible?
:D

MortenMacFly

Quote from: mmkider on December 18, 2009, 08:45:25 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...?!
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

mmkider

Quote from: MortenMacFly on December 18, 2009, 09:23:07 AM
Quote from: mmkider on December 18, 2009, 08:45:25 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: