I like to embed QBasic or some subset of VBscript alike script in cpp app . is there any such thing ?
Asked
Active
Viewed 185 times
1 Answers
2
You can use the ScriptControl (1, 2) or implement an ActiveScriptHost (1, 2)
Update: If you need cross-platform scripting, consider to use Perl, Python, Lua, QTScript, ... instead of Basic.

Ekkehard.Horner
- 38,498
- 2
- 45
- 96
-
i need it cross platform – user63898 Aug 28 '14 at 16:40