When I try to package my forms and datamodules in a package, the package fails to link to devarts library.
By just adding the forms and datamodules to a package project, I get;
Code: Select all
[ilink32 Error] Fatal: Unable to open file 'DBXDEVARTMYSQLREADONLYMETADATA.OBJ'Code: Select all
#pragma comment(lib, "DbxDevartMySqlDriver260.bpi")Code: Select all
[ilink32 Error] Fatal: Unable to open file 'DATA.DBXMYSQLREADONLYMETADATA.OBJ'Best Regards