RvbToCpp v.1.1
 


This plug-in converts a RhinoScript file (*.rvb) into a Rhino SDK C++ file (*.cpp) that launches the script, ready to be compiled in a SDK plug-in.

NOTE: It adds the necessary C++ code lines to launch the script: it does not convert the VBScript code lines into C++ code lines, so you will not get any performance increase!

The only command included is:

_RvbToCpp

It displays a Windows file open dialog box allowing the user to select the script file to be converted. The converted file is saved in the same folder as the original.

WHAT'S NEW

This version fixes the following bugs:

- The character "\" (contained in file paths) is correctly converted (thanks Ross Anderson for the bug report);
- .rvb filenames containing spaces are converted into .cpp filenames without spaces.

Download:

RvbToCpp 1.1.zip

2003-2004 Marco Traverso, All Rights Reserved