Failure to link, C++ Builder 10.3

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
totte_karlsson
Posts: 6
Joined: Fri 12 Feb 2016 17:19

Failure to link, C++ Builder 10.3

Post by totte_karlsson » 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;

Code: Select all

[ilink32 Error] Fatal: Unable to open file 'DBXDEVARTMYSQLREADONLYMETADATA.OBJ'
After adding

Code: Select all

#pragma comment(lib, "DbxDevartMySqlDriver260.bpi")
in the package main source file I get:

Code: Select all

[ilink32 Error] Fatal: Unable to open file 'DATA.DBXMYSQLREADONLYMETADATA.OBJ'
preventing me to move on further.

Best Regards

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Failure to link, C++ Builder 10.3

Post by ViktorV » Tue 06 Oct 2020 03:50

Sorry for the delayed reply.
Unfortunately, we haven't been able to reproduce the issue.
We have not faced this issue before, you are the first user who contacted us with a similar question.
In order for us to be able to give you a detailed answer, we need to have a sample demonstrating the specified behavior. Therefore, please compose a small sample demonstrating the described behavior and send it to us through the contact form https://devart.com/company/contactform.html

Post Reply