0

I like to embed QBasic or some subset of VBscript alike script in cpp app . is there any such thing ?

user63898
  • 29,839
  • 85
  • 272
  • 514

1 Answers1

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