Plug'n Script - Formerly OK Script Won't Load

Official support for: bluecataudio.com
Post Reply New Topic
RELATED
PRODUCTS

Post

I haven't used PnS for quite some time. I tried to bring up a script that used to load without problems and I'm seeing this error for every string::length() reference.

Error: No matching signatures to 'string::length()' in C:/Users/David Baer/Documents/Blue Cat Audio/Blue Cat's Plug'n Script/Scripts/Click-It Master.cxx(361:14)

No other direct errors are flagged (i.e., no other "no matching signatures" messages are produced).

Any suggestions?

Post

In the latest version of angelscript, there have been changes regarding methods & properties names: you cannot have properties and methods with the same name, so the length() method has been removed. You just need to replace "length()" by "length" and it should be fine.

Post Reply

Return to “Blue Cat Audio”