Sorry for the really basic question, I looked but couldn't find...
So I have a CS script that works in Vegas.
How do I then compile it into a DLL? I have Visual Studio Code with .NET, but I'm going round in circles trying to figure out how to create a project or build event or whatever the technical terms is.
Then I discovered that I must compile it using CSC.exe - but then I get an error saying that it doesn't recognize the Vegas library or objects.
Then I came across a website that says I must execute vegas70.exe -SCRIPT:scriptfilename. (Okay that was very out of date, so I tried doing the same with vegas180.exe -SCRIPT:filename). But that just loaded up the Vegas editor.
What am I missing?