vi.lib
. Any dependencies need to be relinked manually by removing any hse-libraries from the project and pointing towards the VIs in vi.lib
.
All database functionality was removed from hse-libraries. The DB_Connector
DQMH Module and database engines will be maintained in the new repository hse-db
. For database functionality download the latest release from the hse-db releases page.
</WRAP>
/Source/hse-ui/GUI/Subpanel%20-%20Load%20VI.vi
will support DQMH >=5.0 only!db_interface
definition
db-interface=“DB-MySQL”
The Init Interface
methods of the DB-Engines have been updated to use our new configuration class. Make sure to use Libraries\hse-libraries\Source\hse-configuration\config-ini
instead of the old one (Libraries\hse-libraries\Source\hse-configuration\hse-config-ini
).
DB_CONNECTOR.ini
doesn't need any longer a definition of db-interface
. Instead, when loading the Module a concrete class has to be passed in to inject this dependency.