Thanks. I’ll consider it. Where can I read about all its features?
Also, in running even the simplest script like
import System.Windows.Forms;
import Sony.Vegas;
MessageBox.Show(“Vegas.Version: ” + Vegas.Version);
I get a messy message. I have Java runtime 1.4.2 and I think I have .Net running (though I don’t know how to check). Here’s the message. What’s wrong?
Microsoft.Vsa.VsaException: InternalCompilerError (0x80133021): System.Runtime.InteropServices.COMException (0x80040154): Class not registered
at System.Reflection.Assembly.nDefineDynamicModule(Assembly containingAssembly, Boolean emitSymbolInfo, String filename, StackCrawlMark& stackMark)
at System.Reflection.Emit.AssemblyBuilder.DefineDynamicModuleInternal(String name, String fileName, Boolean emitSymbolInfo, StackCrawlMark& stackMark)
at System.Reflection.Emit.AssemblyBuilder.DefineDynamicModule(String name, String fileName, Boolean emitSymbolInfo)
at Microsoft.JScript.CompilerGlobals..ctor(String assemName, String assemblyFileName, PEFileKinds PEFileKind, Boolean save, Boolean run, Boolean debugOn, Boolean isCLSCompliant, Version version, Globals globals)
at Microsoft.JScript.Vsa.VsaEngine.get_CompilerGlobals()
at Microsoft.JScript.VsaStaticCode.TranslateToIL()
at Microsoft.JScript.Vsa.VsaEngine.DoCompile()
at Microsoft.Vsa.BaseVsaEngine.Compile()