I'm trying to get some of my plugins that broke w/ v2116 working again , and It appears that the plugin interface has broken or something changed. can you check on this:
Currently UC.getfield( ) won't return values into a plugin. To verify it wasn't just my plugin, I compiled the example plugin included with the last build, and it is broke to. This isn't working:
- Code: Select all
Try
MyForm.Label1.Text = "X: " + UC.Getfield(True, 226)
Catch ex As Exception
End Try
It just shows zero all the time, no matter the value of x axis position. My plugins are also not performing a 'setfield' either.
To anyone that uses UCamCopy and/or ProbeIt, note that they will not currently open w/ version 2116. I'm working on it, appears to be related to the version of OpenTK changing.
Thanks!
Eric