I’m porting a .dll that I made for using the xbox controller in vvvv to the new dynamic plugins structure, but I’m stuck just starting out. I can add the reference to slimDX (I have it in the GAC, so that part is pretty straightforward), however the code editor keeps throwing me this error:
does the ‘Template (EX9.Geometry)’ work? it uses slimdx. try cloning it and start from there.
but to solve your issue, it would be helpful if you could zip the folder containing your plugin and post it here so i can have a look at it to see what’s going wrong.
Actually, I think that posting the file itself is not going to be useful - I cannot save the plugin once I put the reference in, as it flags the error.
However, the problem is more academic now, just tried staring from EX9.Geometry, replaced the guts and it is working without problems.
this might be the following known issue: the shortcut ctrl+s is a bit weak on the editor. make sure to press ctrl first, then press s, release s and only then release ctrl. does that help?