UNIDAC components in custom component issue
Posted: Fri 12 Jul 2019 16:25
I am trying to use the UNIDAC components in a custom database component I have created as a foundation for my suite of products. These are long established components that I am adding UNIDAC to. When I compile, there are no errors. When I attempt to install the component, C++ builder gives an error:
Cannot load package WSDataSource. It contains unit 'sqliteconstsuni' which is also contained in package 'liteprovider60'.
This is the same for all providers I am using (SQLite, MySQL, ODBC, etc).
I understand the issue, just not what the fix is. These appear to be static libraries that are already used by other components and there should be a way to have my component, use the existing library instead of adding another instance of the same thing.
My component has a requires: unidac60.bpi that allows the link to work.
Can anyone point me in the right direction?
Cannot load package WSDataSource. It contains unit 'sqliteconstsuni' which is also contained in package 'liteprovider60'.
This is the same for all providers I am using (SQLite, MySQL, ODBC, etc).
I understand the issue, just not what the fix is. These appear to be static libraries that are already used by other components and there should be a way to have my component, use the existing library instead of adding another instance of the same thing.
My component has a requires: unidac60.bpi that allows the link to work.
Can anyone point me in the right direction?