NISystemsEngineering / CEF

A starting point for creating a custom configuration editor in the LabVIEW Development Environment.
https://decibel.ni.com/content/docs/DOC-37225
Other
14 stars 5 forks source link

Class not found error when using prefix option #84

Closed chadevans1 closed 8 years ago

chadevans1 commented 8 years ago

IF I use the "File Name Prefix (optional)" option on the "Configuration Editor Project" template, then I get the "class cannot be found" error.

becega commented 8 years ago

This is a repeated issue with "Project not linking libraries if suffix is changed. #78". The editor still loads the class, but the class when you change the prefix, no longer matches the class called by the editor nodes. In order to modify the prefix you would need to modify all the VIs that have the current class names. In the newest version we just removed this option.