Failure to link, C++ Builder 10.3
Posted: Wed 16 Sep 2020 19:29
I'm using Devarts DBExpress MySQL components. When using it in an application everytihng works fine.
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;
After adding
in the package main source file I get:
preventing me to move on further.
Best Regards
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