VisualScriptEngineWxWidgets is a utility module for VisualScriptEngine which provides helper classes for embedding the engine in a wxWidgets application.
You can build with Visual Studio by following these steps.
- Build wxWidgets:
- Download and install wxWidgets v3.1.2 from here.
- Open the solution from
build\msw\wx_vc15.slnfrom the wxWidgets installation folder. - Build with Debug/x64 and Release/x64 configuration.
- Build VisualScriptEngine:
- Download the latest version of VisualScriptEngine from here.
- Generate the project with cmake, and build it with Debug/x64 and Release/x64 configuration.
- Build the
INSTALLproject for both configurations.
- Build VisualScriptEngineWxWidgets:
- Set the following environment variables:
WXWIDGETS_DIR: the wxWidgets installation directory (by default C:\wxWidgets-3.1.2)VSE_DEVKIT_DIR: the VisualScriptEngine development kit directory (the DevKit folder next to the generated solution)
- Generate the project with cmake and build it.
- Set the following environment variables: