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

Project not linking libaries if suffix is changed. #78

Closed becega closed 9 years ago

becega commented 9 years ago

I Created a new CEF Project, using a prefix name of the classes.

The EditOptions of the example Nodes, are stll revering to the classes without the prefix.

I expected that the wizard would have modified this.

becega commented 9 years ago

Fixed on fc31b5e . The project template was using the default scripting that will add the prefix to all libraries in the project including the classes. As the name of the class is used inside of the code to call them, the link will be broken. Added custom project template page and scripting.