using System;
using System.Collections.Generic;
using System.Text;
using System.Windows.Forms;
using System.IO;
using System.Diagnostics;
using ScriptPortal.Vegas;
namespace VegasScripts
{
public class EntryPoint
{
public void FromVegas(Vegas vegas)
{
VegasQuake8.VegasQuake quake = new VegasQuake8.VegasQuake(vegas, Script.File);
}
}
}
ERROR
MESSAGE IS MISSING
C: \ Program Files \ VEGAS \ VEGAS Pro 15.0 \ Script Menu \ quake \ VegasQuake8 \ VegasQuake8.cs (15): The type 'Sony.Vegas.Vegas' is defined in an assembly that is not referenced. You must add a reference to the assembly 'Sony.Vegas, Version = 8.0.0.217, Culture = neutral, PublicKeyToken = 3cda94b1926e6fbc'. C: \ Program Files \ VEGAS \ VEGAS Pro 15.0 \ Script Menu \ quake \ VegasQuake8 \ VegasQuake8.cs (15): The best overloaded method match for 'VegasQuake8.VegasQuake.VegasQuake (Sony.Vegas.Vegas, string) 'has some invalid arguments C: \ Program Files \ VEGAS \ VEGAS Pro 15.0 \ Script Menu \ quake \ VegasQuake8 \ VegasQuake8.cs (15): Argument 1: can not be converted from 'ScriptPortal.Vegas.Vegas' to' Sony.Vegas.Vegas '