dbaccess.res

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
woeltgens
Posts: 3
Joined: Wed 01 Jun 2005 16:35

dbaccess.res

Post by woeltgens » Wed 01 Jun 2005 16:44

Hello,

I installed mydac on my machine and started using the components. However, on compiling the project the linker complains about not being able to openthe file 'DBACCESS.RES' although I checked the search path.

I'm using BCB5!

thanx in advance, Han-Willem

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Thu 02 Jun 2005 07:29

Please recheck if Tools->Environment Options->Library->Library path contains 'с:\Program Files\Borland\CBuilder5\MyDac\Lib\ path.

Also please supply us following information.
- Exact version of myDAC. You can see it in About sheet of TMyConnection Editor
- Exact version of C++ Builder

woeltgens
Posts: 3
Joined: Wed 01 Jun 2005 16:35

Post by woeltgens » Thu 02 Jun 2005 15:05

the library path is "$(BCB)\MyDac\Lib"

- Exact version of myDAC: Version 3.55.0.21
- Exact version of C++ Builder: Version 5.0 Build 12.34

thanx again, Han-Willem

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Fri 03 Jun 2005 08:41

Have you installed MyDAC to BCB folder?
Try to move "$(BCB)\MyDac\Lib" to the beginning of the line.

Guest

Post by Guest » Fri 03 Jun 2005 09:34

it was the mydac installation program which moved in the BCB path!

I moved it to the beginning of the line and still have the problem:((

thanx, Han-Willem

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Fri 03 Jun 2005 14:14

Check that MyDac\Lib\DBAccess.res file exists.
Try to re-install MyDAC once more.

As another users have never informed us about similar problem, the error can be in local settings of С++ Builder. Try to re-install it.

New Comer

Post by New Comer » Wed 28 Sep 2005 09:13

I got the same problem:-(

1) myDAC:Version Trial 4.00.1.3
2) C++ Builder:Version 5.0 Build 12.34
3) "$(BCB)\MyDac\Lib" to the beginning of the line.
4) The MyDac\Lib\DBAccess.res file exists.

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Wed 28 Sep 2005 15:09

Try to replace $(BCB) with full path to your CBuilder directory, for example with c:\Program Files\Borland\CBuilder5\

Folador

Problem solved!

Post by Folador » Sun 20 Nov 2005 14:08

C++ Builder
===========

To compile MyDAC based application add $(BCB)\MyDAC\Lib to
Project Options|Library path and $(BCB)\MyDAC\Include to
Project Options|Include path.

In my case, in the Library options there was "$(BCB)\MyDAC\Include" instead of "$(BCB)\MyDAC\Lib".

Just adding "$(BCB)\MyDAC\Lib" in the Library options, the problem was solved.

Now, i don't know if it was my problem or MyDAC installation problem.

Hope this could solve your problems also.

Post Reply