-
Using Visual Studio 2005 for Vegas scripts
hi ,
VS 2005 Express edition for C# is available as a free download from microsoft. This particualrly targets .Net 2.0 framework. Since Vegas 7 script uses c# language.It should be really useful and fast to use VS 2005 c# Express.When creating a windows form application ,we get 4 files. Form1.cs(to code action for form buttons&events) ,Form1.Designer.cs(pre built code for the form creation) , Program.cs(to start the program),AssemblyInfo.cd (for assembly ).
In Vegas scripting we have the Clas EntryPoint with the public function FromVegas (). I don’t know where to include this function in those files to create a dll for the Sony Vegas 7.
Any help would be appreciated.
