C++ Builder 2007 - Unable to open file MYDACVCL105.OBJ

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
RNOVAK
Posts: 26
Joined: Sat 19 Feb 2011 18:30
Contact:

C++ Builder 2007 - Unable to open file MYDACVCL105.OBJ

Post by RNOVAK » Fri 26 Jul 2013 19:50

When I use MyDAC 7.6.12 all works fine
if I am with 8.0.1 or 8.0.2, one of my C++ Builder's project shows:
[ILINK32 Error]Fatal: Unable to open file 'MYDACVCL105.OBJ'
If I do downgrade to MyDAC 7.6.12 so all works OK again.

(Windows XP - RAD Studio 2007)

Generally this problem occurs because path missing, when .lib not found, but this it is not the problem. I tried to add mydacvcl105.lib to project but the problem is the same...

Maybe one configuration on project. Has anyone had this problem?

Roberto

DemetrionQ
Devart Team
Posts: 271
Joined: Wed 23 Jan 2013 11:21

Re: C++ Builder 2007 - Unable to open file MYDACVCL105.OBJ

Post by DemetrionQ » Mon 29 Jul 2013 15:59

Hello.

We couldn't reproduce the problem. Please check if the problem can be reproduced on a new project: create a VCL Forms Application, put the TMyConnectDialog component onto the form and compile the project.

RNOVAK
Posts: 26
Joined: Sat 19 Feb 2011 18:30
Contact:

Re: C++ Builder 2007 - Unable to open file MYDACVCL105.OBJ

Post by RNOVAK » Fri 02 Aug 2013 14:06

Resolved

I did a new project and added all files (as my old project), so the problem finished. I dont know what was the cause of problem, maybe a corrupted file but it is Ok now and this problem occurred only with one of my projects.

Roberto

DemetrionQ
Devart Team
Posts: 271
Joined: Wed 23 Jan 2013 11:21

Re: C++ Builder 2007 - Unable to open file MYDACVCL105.OBJ

Post by DemetrionQ » Fri 02 Aug 2013 14:44

If any other questions come up, please contact us.

Post Reply