With the SDK how can I use the View/Pro features without encapping my files?
The license.key file that came with your SDK will unlock all of the /Pro features in both /Pro and /Face. To run your script without encapping it first (for testing purposes), you have two choices: 1. Add #includes into your script to include what modules you need from the REBOL source. This will let you use the console for debugging. 2. Build an encap program that has all the modules,but then loads your script as the last step. The console can be used for output, but not for interaction.